Changeset 2639
- Timestamp:
- 10/03/06 19:14:47 (7 years ago)
- Files:
-
- modules/branches/2.1/publish.pl (modified) (1 diff)
- modules/branches/2.2/publish.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.1/publish.pl
r2450 r2639 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 svn ci -m "Auto Check-in of any outstanding patches" $moddir 20 21 # Now we know the version. Create the tar.gz 21 22 $filename = "$rawname-$vers.tgz"; modules/branches/2.2/publish.pl
r2383 r2639 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 svn ci -m "Auto Check-in of any outstanding patches" $moddir 20 21 # Now we know the version. Create the tar.gz 21 22 $filename = "$rawname-$vers.tgz";
