summaryrefslogtreecommitdiffstats
path: root/build_tools/bin/check_repo.sh
blob: 9c95d02e183c01f8cb901672c880e739ba6ec608 (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=extra  --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 -