- Timestamp:
- 07/24/08 16:55:48 (5 years ago)
- File:
-
- 1 edited
-
scripts/repository/repo-clone.bash (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/repository/repo-clone.bash
r3028 r4120 4 4 # 5 5 # Created: 2008-02-01 16:44 +330 GMT 6 # Updated: 2008-0 2-01 16:50 +330 GMT6 # Updated: 2008-07-24 14:55 +100 GMT 7 7 8 8 parsix_repo="/home/parsix/public_html/packages/" … … 29 29 fi 30 30 31 list=`find ./pool/ -type f | grep .deb$ | awk 'BEGIN{FS="_"}{print $1}' | xargs -n1 basename | sort -u` 32 33 # Remove 34 reprepro -Vb . copy ${dst_distro} ${src_distro} ${list} 31 # Copy 32 for x in 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T 33 do 34 list=`find ./pool/ -type f -name ${x}* | grep .deb$ | awk 'BEGIN{FS="_"}{print $1}' | xargs -n1 basename | sort -u` 35 if [ ! -z "${list}" ] 36 reprepro -Vb . copy ${dst_distro} ${src_distro} ${list} 37 fi 38 done 35 39 36 40 # Sign!
Note: See TracChangeset
for help on using the changeset viewer.


