[Box Backup-commit] COMMIT r2553 - in box/RELEASE/0.11rc4: distribution/boxbackup infrastructure
subversion at boxbackup.org
subversion at boxbackup.org
Mon Sep 14 21:49:49 BST 2009
Author: chris
Date: 2009-09-14 21:49:48 +0100 (Mon, 14 Sep 2009)
New Revision: 2553
Removed:
box/RELEASE/0.11rc4/distribution/boxbackup/VERSION.txt
Modified:
box/RELEASE/0.11rc4/infrastructure/makedistribution.pl.in
Log:
Remove the need for a second copy of VERSION.txt.
Deleted: box/RELEASE/0.11rc4/distribution/boxbackup/VERSION.txt
===================================================================
--- box/RELEASE/0.11rc4/distribution/boxbackup/VERSION.txt 2009-09-14 20:39:33 UTC (rev 2552)
+++ box/RELEASE/0.11rc4/distribution/boxbackup/VERSION.txt 2009-09-14 20:49:48 UTC (rev 2553)
@@ -1,2 +0,0 @@
-0.11_USE_SVN_VERSION
-boxbackup
Modified: box/RELEASE/0.11rc4/infrastructure/makedistribution.pl.in
===================================================================
--- box/RELEASE/0.11rc4/infrastructure/makedistribution.pl.in 2009-09-14 20:39:33 UTC (rev 2552)
+++ box/RELEASE/0.11rc4/infrastructure/makedistribution.pl.in 2009-09-14 20:49:48 UTC (rev 2553)
@@ -28,7 +28,7 @@
die "Distribution '$distribution' does not exist" unless -d $dist_root;
# get version
-open VERSION,"$dist_root/VERSION.txt" or die "Can't open $dist_root/VERSION.txt";
+open VERSION,"VERSION.txt" or die "Can't open VERSION.txt";
my $version = <VERSION>;
chomp $version;
my $archive_name = <VERSION>;
More information about the Boxbackup-commit
mailing list