diff options
author | R. Dale Thomas <rdt@knoppmyth.net> | 2008-10-04 16:46:34 (GMT) |
---|---|---|
committer | R. Dale Thomas <rdt@knoppmyth.net> | 2008-10-04 16:46:34 (GMT) |
commit | 4b76a925847572de86f13f9407d0be3641fa9d5d (patch) | |
tree | 9c1ac24295df132e5a5571e116560428e70e2963 /build_tools | |
parent | 5a180c0eb35639912cff68b08def263b5b14b4a2 (diff) | |
parent | 8202aecfb8f6937a30bfd06f2d586e45596d445a (diff) | |
download | linhes_dev-4b76a925847572de86f13f9407d0be3641fa9d5d.zip |
Merge branch 'HEAD' of ssh://rdt@knoppmyth.net/mount/repository/LinHES-dev.git
Diffstat (limited to 'build_tools')
-rwxr-xr-x | build_tools/bin/mp | 5 | ||||
-rwxr-xr-x | build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/build_tools/bin/mp b/build_tools/bin/mp index c69c622..6c1b683 100755 --- a/build_tools/bin/mp +++ b/build_tools/bin/mp @@ -28,6 +28,11 @@ function find_repo { else REPO=core${PFIX} fi + echo $mydir|grep -q "chroot-devel" + if [ $? = 0 ] + then + REPO=chroot-devel + fi DOCROOT=/data/pkg_repo/$CARCH/$REPO } diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf b/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf index 750502b..f27a2a6 100755 --- a/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf +++ b/build_tools/clarch/larch/profiles/i686-testing-local/pacman.conf @@ -35,7 +35,7 @@ CacheDir = /data/var/cache/pacman/pkg # - local/custom mirrors can be added here or in separate files # [core-testing] -Server = file:///data/local/pkg_repo/i686/core-testing +Server = file:///data/pkg_repo/i686/core-testing #Server = http://localmirror/repo/r6-testing/ |