SVN: people/hawk/ftp_admin/pld-titanium-mvpkg.sh

hawk hawk at pld-linux.org
Fri Jul 24 18:35:32 CEST 2009


Author: hawk
Date: Fri Jul 24 18:35:31 2009
New Revision: 10423

Modified:
   people/hawk/ftp_admin/pld-titanium-mvpkg.sh
Log:
- typo, check PLD -> archive and PLD -> obsolete moves


Modified: people/hawk/ftp_admin/pld-titanium-mvpkg.sh
==============================================================================
--- people/hawk/ftp_admin/pld-titanium-mvpkg.sh	(original)
+++ people/hawk/ftp_admin/pld-titanium-mvpkg.sh	Fri Jul 24 18:35:31 2009
@@ -14,7 +14,7 @@
 files_log="/tmp/$(basename $0).files.log"
 
 rsync -vrltn --delete $rsync_url/branches/titanium/$dst_tree/$tree_arch/ \
- $mirror_dir/branches/titanium/$dest_tree/$tree_arch > $rsync_log
+ $mirror_dir/branches/titanium/$dst_tree/$tree_arch > $rsync_log
 
 grep ".rpm" $rsync_log | grep -v "deleting" |grep -v "packages.dir" \
   | grep -v "packages.i/" | grep -v "repodata/" | sed -e 's/.*RPMS\///g' > $files_log
@@ -33,8 +33,10 @@
 rm -f $rsync_log $files_log
 }
 
-for pld_arch in noarch i586 i686 x86_64 SRPMS; do
+for pld_arch in SRPMS noarch i586 i686 x86_64; do
   check_trees $pld_arch test ready
   check_trees $pld_arch ready PLD
   check_trees $pld_arch test PLD
+  check_trees $pld_arch PLD archive
+  check_trees $pld_arch PLD obsolete
 done


More information about the pld-cvs-commit mailing list