Sha256: 63d5431d0818224ccd91ed1f2be1ce82cf1b1b5ffc68543b4a8b5a95ae4f7458
Contents?: true
Size: 308 Bytes
Versions: 6
Compression:
Stored size: 308 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 %>' <% if patch %> sh "${autoproj} patch ." <% end %> }
Version data entries
6 entries across 6 versions & 1 rubygems