summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/check_repo.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-05-14 03:03:57 (GMT)
committerCecil <knoppmyth@gmail.com>2012-05-14 03:03:57 (GMT)
commite2f93de5597f7422cd4b3dd85aeec1f6c0ae2080 (patch)
treeed30bc597efd9cafc38f2a2cddb9ce4c60d073d5 /build_tools/bin/check_repo.sh
parenta12460152dcebf2c342f5a3596769977453068ae (diff)
parent699a628f97e313f0b0b53d55b1ad9d6a647277cd (diff)
downloadlinhes_dev-e2f93de5597f7422cd4b3dd85aeec1f6c0ae2080.zip
Merge branch 'testing' of git@linhes.org:linhes_dev into testing
Conflicts: build_tools/larch8/larch0/profiles/linhes-local-mirror-testing-i686/addedpacks build_tools/larch8/larch0/profiles/linhes-remote-testing-i686/addedpacks
Diffstat (limited to 'build_tools/bin/check_repo.sh')
-rwxr-xr-xbuild_tools/bin/check_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_tools/bin/check_repo.sh b/build_tools/bin/check_repo.sh
index 9c95d02..5a3c984 100755
--- a/build_tools/bin/check_repo.sh
+++ b/build_tools/bin/check_repo.sh
@@ -1,6 +1,6 @@
#!/bin/bash
cd /build_tools/bin
#extra-testing will do both core and extra -testing
-#check_repo/check_packages.py --abs-tree=/data/LinHES-PKGBUILD/abs --repos=extra --repo-dir=/data/pkg_repo/i686
+#check_repo/check_packages.py --abs-tree=/data/linhes_pkgbuild/abs --repos=core --repo-dir=/data/pkg_repo/i686
check_repo/check_packages.py --abs-tree=/data/linhes_pkgbuild/abs --repos=extra --repo-dir=/data/pkg_repo/i686
cd -