diff options
Diffstat (limited to 'build_tools/bin')
| -rwxr-xr-x | build_tools/bin/check_repo/alpm.so | bin | 5090 -> 5070 bytes | |||
| -rwxr-xr-x | build_tools/bin/check_repo/build/lib.linux-x86_64-2.6/alpm.so | bin | 0 -> 5050 bytes | |||
| -rwxr-xr-x | build_tools/bin/repo-cleanup.sh | 4 | 
3 files changed, 2 insertions, 2 deletions
diff --git a/build_tools/bin/check_repo/alpm.so b/build_tools/bin/check_repo/alpm.so Binary files differindex ca29df3..de28cf6 100755 --- a/build_tools/bin/check_repo/alpm.so +++ b/build_tools/bin/check_repo/alpm.so diff --git a/build_tools/bin/check_repo/build/lib.linux-x86_64-2.6/alpm.so b/build_tools/bin/check_repo/build/lib.linux-x86_64-2.6/alpm.so Binary files differnew file mode 100755 index 0000000..c9f402c --- /dev/null +++ b/build_tools/bin/check_repo/build/lib.linux-x86_64-2.6/alpm.so diff --git a/build_tools/bin/repo-cleanup.sh b/build_tools/bin/repo-cleanup.sh index bb4c369..071900e 100755 --- a/build_tools/bin/repo-cleanup.sh +++ b/build_tools/bin/repo-cleanup.sh @@ -9,7 +9,7 @@ fi  REPO=/data/pkg_repo/i686/$currentrepo  pacman -Sl $repo |cut -d" " -f 2- |tr " " - > /tmp/$currentrepo-list  cd $REPO >/dev/null -ls *-i686.pkg.tar.gz|sed -e "s/-i686.pkg.tar.gz//" > /tmp/pkglist-$currentrepo +ls *-i686.pkg.tar.xz|sed -e "s/-i686.pkg.*$//" > /tmp/pkglist-$currentrepo  cd - > /dev/null  if [ ! -e /tmp/$currentrepo_dups ]   then @@ -22,7 +22,7 @@ do  	if [   $?  = 1 ]  	then  		echo "removing file $LINE" -		mv $REPO/$LINE-i686.pkg.tar.gz /tmp/$currentrepo_dups/ +		mv $REPO/$LINE-i686.pkg.tar.xz /tmp/$currentrepo_dups/  	fi	  done < /tmp/pkglist-$currentrepo  | 
