diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-27 01:51:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-27 01:51:28 (GMT) |
commit | 9015d3a3f45be618245c8146ae6242662b21fa94 (patch) | |
tree | ae330f746f2dd9eb4bd2fab26eaced4311cc0f93 /build_tools/l7 | |
parent | 0e4b74030edd77bf534a7167da50c0e5c706ed14 (diff) | |
download | linhes_dev-9015d3a3f45be618245c8146ae6242662b21fa94.zip |
mp: change program to use git to check for -testing
profiles: minor changes for testing local
Diffstat (limited to 'build_tools/l7')
-rw-r--r-- | build_tools/l7/larch0/profiles/l7/addedpacks | 2 | ||||
-rw-r--r-- | build_tools/l7/larch0/profiles/l7/pacman.conf.repos | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/build_tools/l7/larch0/profiles/l7/addedpacks b/build_tools/l7/larch0/profiles/l7/addedpacks index d15ed91..9c26d02 100644 --- a/build_tools/l7/larch0/profiles/l7/addedpacks +++ b/build_tools/l7/larch0/profiles/l7/addedpacks @@ -115,7 +115,7 @@ mythgame mythmusic #mythphone myththemes -mythweather +#mythweather mythvideo mythsmolt #morethemes diff --git a/build_tools/l7/larch0/profiles/l7/pacman.conf.repos b/build_tools/l7/larch0/profiles/l7/pacman.conf.repos index 3fdb8f5..dc72f59 100644 --- a/build_tools/l7/larch0/profiles/l7/pacman.conf.repos +++ b/build_tools/l7/larch0/profiles/l7/pacman.conf.repos @@ -6,9 +6,10 @@ # You can add your own custom repositories (anywhere). -larch: Server = ftp://ftp.berlios.de/pub/larch/larch7.2/*platform* +#larch: Server = ftp://ftp.berlios.de/pub/larch/larch7.2/*platform* +larch: Server = http://linhes.org/repo/larch -core-testing: Server = http://localmirror/repo/i686/core-testing -extra-testing: Server = http://localmirror/repo/i686/extra-testing -#core-testing: Server = file:///data/pkg_repo/i686/core-testing -#extra-testing: Server = file:///data/pkg_repo/i686/extra-testing +#core-testing: Server = http://localmirror/repo/i686/core-testing +#extra-testing: Server = http://localmirror/repo/i686/extra-testing +core-testing: Server = file:///data/pkg_repo/i686/core-testing +extra-testing: Server = file:///data/pkg_repo/i686/extra-testing |