Changeset 2669
- Timestamp:
- 10/12/06 12:27:29 (6 years ago)
- Files:
-
- modules/branches/2.2/publish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/publish.pl
r2639 r2669 18 18 die "Don't know version of $moddir" if ($vers eq "unset"); 19 19 die "Don't know rawname of $moddir" if ($rawname eq "unset"); 20 s vn ci -m "Auto Check-in of any outstanding patches" $moddir20 system("svn ci -m \"Auto Check-in of any outstanding patches\" $moddir"); 21 21 # Now we know the version. Create the tar.gz 22 22 $filename = "$rawname-$vers.tgz";
