2008-05-14 Damien Carbery <[email protected]> gnome-2-20
authordcarbery
Wed, 14 May 2008 09:45:23 +0000
branchgnome-2-20
changeset 11047 3a989068b2c0
parent 11046 5f6a872b82db
child 11048 ae61b07834c0
2008-05-14 Damien Carbery <[email protected]> * cron-script.sh: Email output of make-jds-dist.pl to GNOME RE for review. This will report new and obsoleted packages.
ChangeLog
cron-script.sh
--- a/ChangeLog	Wed May 14 03:37:10 2008 +0000
+++ b/ChangeLog	Wed May 14 09:45:23 2008 +0000
@@ -1,3 +1,8 @@
+2008-05-14  Damien Carbery <[email protected]>
+
+        * cron-script.sh: Email output of make-jds-dist.pl to GNOME RE for
+	  review. This will report new and obsoleted packages.
+
 2008-05-07  Henry Zhang  <[email protected]>
 
 	* patches/virt-manager-04-temporary-patch.diff:
--- a/cron-script.sh	Wed May 14 03:37:10 2008 +0000
+++ b/cron-script.sh	Wed May 14 09:45:23 2008 +0000
@@ -194,7 +194,7 @@
 mv $RPMSDIR $RPMSDIR.prev; mkdir -p $RPMSDIR
 
 # make dist
-/sgnome/tools/re-scripts/jds-build/make-jds-dist.pl -l /sgnome/tools/re-scripts/jds-build/vermillion-devel.lst /jds/packages/PKGS /jds/dist nightly- > /dev/null 2>&1
+/sgnome/tools/re-scripts/jds-build/make-jds-dist.pl -l /sgnome/tools/re-scripts/jds-build/vermillion-stable.lst --nightly /jds/packages/PKGS /jds/dist nightly- > /dev/null 2>&1
 cp -r /jds/dist/nightly-/${OSarch_full}/* /jds/dist/nightly-/${OSarch_full}/.??* $RPMSDIR
 chmod a+x $RPMSDIR/install-jds
 mkdir -p $RPMSDIR/all_pkgs
@@ -203,6 +203,10 @@
 # Disable deletion of nightly- dir as network area often full - this is backup.
 #rm -rf /jds/dist/nightly-
 
+# Send output of make-jds-dist.pl to GNOME RE for review.
+/sgnome/tools/re-scripts/jds-build/make-jds-dist.pl -l /sgnome/tools/re-scripts/jds-build/vermillion-stable.lst --nightly /jds/packages/PKGS /jds/dist nightly- -dryrun 2>&1 | \
+    mailx -s "${PRODNAME} S${OSrel} ${OSarch_full} nightly build: make-jds-dist.pl output" "[email protected]"
+
 ALL_REPORTS=$WEBROOT/$WEBDIR/all_reports.html
 touch $ALL_REPORTS