summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/check_repo.sh
blob: 5a3c984899c75f6c54bca8890f26682c2cb95947 (plain)
1
2
3
4
5
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=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 -