[Pkg-isocodes-devel] [SCM] ISO language, territory, currency, script codes and their translations branch, master, updated. 5ee0b9c7c572340537c98fe31344aa21eccd2a4c

Tobias Quathamer toddy at debian.org
Wed Apr 4 10:04:15 UTC 2012


The following commit has been merged in the master branch:
commit 5ee0b9c7c572340537c98fe31344aa21eccd2a4c
Author: Tobias Quathamer <toddy at debian.org>
Date:   Wed Apr 4 12:04:06 2012 +0200

    Use a sane default for the Alioth username

diff --git a/Makefile.am b/Makefile.am
index 1bd5ac8..1eafe15 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,8 +29,7 @@ sign-release: iso-codes-$(VERSION).tar.bz2
 .PHONY: upload
 upload:
 	@if [[ "$(ALIOTH_USERNAME)" == "" ]]; then \
-		echo "Please set your Alioth username. Example command line:"; \
-		echo "  ALIOTH_USERNAME=toddy make upload"; \
+		ALIOTH_USERNAME="$(USERNAME)"; \
 	fi
 	@if [[ -f "iso-codes-$(VERSION).tar.bz2" ]] \
 	&& [[ -f "iso-codes-$(VERSION).tar.bz2.sig" ]] \
diff --git a/Makefile.in b/Makefile.in
index 7aa1749..5edd657 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -720,8 +720,7 @@ sign-release: iso-codes-$(VERSION).tar.bz2
 .PHONY: upload
 upload:
 	@if [[ "$(ALIOTH_USERNAME)" == "" ]]; then \
-		echo "Please set your Alioth username. Example command line:"; \
-		echo "  ALIOTH_USERNAME=toddy make upload"; \
+		ALIOTH_USERNAME="$(USERNAME)"; \
 	fi
 	@if [[ -f "iso-codes-$(VERSION).tar.bz2" ]] \
 	&& [[ -f "iso-codes-$(VERSION).tar.bz2.sig" ]] \

-- 
ISO language, territory, currency, script codes and their translations



More information about the Pkg-isocodes-devel mailing list