Changeset 4054 for lang/ruby/shipit
- Timestamp:
- 01/05/08 15:18:15 (5 years ago)
- Files:
-
- 1 modified
-
lang/ruby/shipit/trunk/lib/shipit.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/shipit/trunk/lib/shipit.rb
r4050 r4054 215 215 trunk = @url + "trunk" 216 216 tag = @url + ("tags/#{@format}" % VERS) 217 command = ["svn", "cp", trunk, tag].map {|i| i.to_s } 217 msg = "Release %s" % VERS 218 command = ["svn", "cp", "-m", msg, trunk, tag].map {|i| i.to_s } 218 219 system(*command) 219 220 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)