Sha256: ddb5574ee68516bff3a1e313b52bebd85161a67117801568d4086590e8611231
Contents?: true
Size: 327 Bytes
Versions: 13
Compression:
Stored size: 327 Bytes
Contents
dir('<%= package_dir %>') { <% raise "SVN credentials are not supported at the moment" if credentials %> <% if patch %> if (fileExists('.svn')) { sh "${autoproj} unpatch ." } <% end %> svn url: '<%= vcs.url %>', poll: <%= poll %> <% if patch %> sh "${autoproj} patch ." <% end %> }
Version data entries
13 entries across 13 versions & 1 rubygems