From 012a0975b86e8f450c32cf34d683fd719efd6878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Mon, 18 Mar 2013 21:01:18 +0100 Subject: [PATCH 1/2] Added system to ensure changelogs are identical across archs (makepackage part) --- makepackage | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makepackage b/makepackage index 0c9caf1..27d3124 100644 --- a/makepackage +++ b/makepackage @@ -27,7 +27,9 @@ for VAR in LANG LANGUAGE LC_ALL LC_TIME LC_MONETARY LC_ADDRESS LC_TELEPHONE LC_M do unset $VAR done +export LANG=C export HOME=/root +export DATE=$(date +'%a, %d %b %Y %T %z') cd $(dirname $0) From a4f91e788b9b31f0f66c0ce41eeb922e22cb2e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Tue, 23 Apr 2013 19:13:41 +0200 Subject: [PATCH 2/2] Updated makepending test mode --- makepending | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepending b/makepending index e657711..85d21ed 100644 --- a/makepending +++ b/makepending @@ -23,7 +23,7 @@ if [ $(git status -s | wc -l) != 0 ] then echo You have uncommited git changes, stopping - exit 1 + [ 1$1 = 1"test" ] || exit 1 fi PAIRS="robur-hardy taranis-lucid dagda-natty brigantia-oneiric toutatis-precise"