Changeset 3721 for scripts/repository/repo-clean-up.bash
- Timestamp:
- 05/20/08 12:41:28 (5 years ago)
- File:
-
- 1 edited
-
scripts/repository/repo-clean-up.bash (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/repository/repo-clean-up.bash
r3028 r3721 4 4 # 5 5 # Created: 2008-01-26 14:57 +330 GMT 6 # Updated: 2008-0 2-01 14:43+330 GMT6 # Updated: 2008-05-20 12:21 +330 GMT 7 7 8 8 if [ -z "${1}" ]; then … … 22 22 fi 23 23 24 # Remove debs first 24 25 list=`find ./pool/ -type f | grep .deb$ | awk 'BEGIN{FS="_"}{print $1}' | xargs -n1 basename | sort -u` 26 reprepro -Vb . remove ${distro} ${list} 25 27 26 # Remove 28 # Remove sources then 29 list=`find ./pool/ -type f | grep .orig.tar.gz$ | awk 'BEGIN{FS="_"}{print $1}' | xargs -n1 basename | sort -u` 27 30 reprepro -Vb . remove ${distro} ${list} 28 31 … … 30 33 ../../sign 31 34 32
Note: See TracChangeset
for help on using the changeset viewer.


