From fb5de856f8819e84f56f2dade3dfbd2291f784ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Wed, 18 Jun 2014 05:16:19 +0200 Subject: [PATCH 1/2] Added belenos to makepending --- makepending | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makepending b/makepending index cde43a4..d4ec36e 100644 --- a/makepending +++ b/makepending @@ -26,9 +26,9 @@ then [ 1$1 = 1"test" ] || exit 1 fi -PAIRS="taranis-lucid toutatis-precise" -CODENAMES="taranis toutatis" -UPSTREAMS="lucid precise" +PAIRS="taranis-lucid toutatis-precise belenos-trusty" +CODENAMES="taranis toutatis belenos" +UPSTREAMS="lucid precise trusty" [ 1$1 = 1"test" ] && TEST=echo From e92f567b83c4d2f0dd51ecce2c5e8c4a07cc465f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= Date: Wed, 18 Jun 2014 05:22:26 +0200 Subject: [PATCH 2/2] Fixed email sending in makepending script --- makepending | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepending b/makepending index d4ec36e..952c56d 100644 --- a/makepending +++ b/makepending @@ -152,7 +152,7 @@ address=ruben@trisquel.info echo "Subject: Compiling updates To: $address -$(cat $FILE)" | $TEST /usr/sbin/sendmail -f watchdog@devel.trisquel.info -h correo.sognus.com +$(cat $FILE)" | $TEST /usr/sbin/sendmail -f watchdog@devel.trisquel.info -h correo.sognus.com -t $address } grep -q makepackage $FILE && $TEST report