summaryrefslogtreecommitdiffstats
path: root/sogrep
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-09-07 20:29:00 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-09-07 20:29:00 +0200
commitb75326edbdd0ae11f4e10aedb2f64ce536b67479 (patch)
tree00e5401500c9947ffc1cd3c69fffb7993f84c2d8 /sogrep
parent75f1cb22a6aa272470b7299047aadd7c7063ce97 (diff)
downloadrepo-tools-b75326edbdd0ae11f4e10aedb2f64ce536b67479.tar.gz
repo-tools-b75326edbdd0ae11f4e10aedb2f64ce536b67479.tar.xz
mirror gwdg.de instead of kernel.org; ignore empty repos (needed for multilib)
Diffstat (limited to 'sogrep')
-rwxr-xr-xsogrep3
1 files changed, 0 insertions, 3 deletions
diff --git a/sogrep b/sogrep
index b80d66f..e9b3b0b 100755
--- a/sogrep
+++ b/sogrep
@@ -21,9 +21,6 @@ for arch in ${arches[@]}; do
if [ -f ${db} ]; then
mkdir -p ${tmp}/${repo}/${arch}
bsdtar -xf ${db} -C ${tmp}/${repo}/${arch}
- else
- echo "${db} not found!"
- exit 1
fi
done