[Pkg-mozext-commits] [adblock-plus] 80/464: Remove hour from development build number, this is pointless with development builds being produced at the same time every day

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit a146126162e20afb675766a6a2e85bb572638bdf
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Sat May 1 12:54:57 2010 +0200

    Remove hour from development build number, this is pointless with development builds being produced at the same time every day
---
 make_devbuild.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_devbuild.pl b/make_devbuild.pl
index 568a914..8f4445c 100644
--- a/make_devbuild.pl
+++ b/make_devbuild.pl
@@ -36,7 +36,7 @@ my $version = $pkg->{version};
 $version .= ".0" while ($version =~ tr/././ < 2);
 
 my ($sec, $min, $hour, $day, $mon, $year) = localtime;
-my $build = sprintf("%04i%02i%02i%02i", $year+1900, $mon+1, $day, $hour);
+my $build = sprintf("%04i%02i%02i", $year+1900, $mon+1, $day);
 
 my $locale = (@ARGV ? "-" . join("-", @ARGV) : "");
 @ARGV = ("$baseName-$version+.$build$locale.xpi", "+.$build", @ARGV);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list