diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 03:38:58 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 03:38:58 +0000 |
commit | 394279527b22e2747353ee23c8ce7f3f2aa1fff2 (patch) | |
tree | 1f70550d91134f665292e18517de901d6adc0af3 /trunk/conf/repos.conf | |
parent | 4fefbae024c0d412bc2c5a53f119b78419ad5429 (diff) | |
download | simplepkg-394279527b22e2747353ee23c8ce7f3f2aa1fff2.tar.gz simplepkg-394279527b22e2747353ee23c8ce7f3f2aa1fff2.tar.bz2 |
default configuration making createpkg repository integrated with simplaret
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@542 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf/repos.conf')
-rw-r--r-- | trunk/conf/repos.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/conf/repos.conf b/trunk/conf/repos.conf index fa06a8e..4f38663 100644 --- a/trunk/conf/repos.conf +++ b/trunk/conf/repos.conf @@ -3,6 +3,13 @@ # please dont use any spaces inside a repository definition # +# local integration: the following lines makes packages created with +# createpkg automatic available to simplaret +ROOT-i386="local%file:///var/simplepkg/repos/slackware" +ROOT-x86_64="local%file:///var/simplepkg/repos/slamd64" +ROOT-powerpc="local%file:///var/simplepkg/repos/slackintosh" +ROOT-s390="local%file:///var/simplepkg/repos/slack390" + # slackware root repositories #ROOT-i386="sarava%http://slack.sarava.org/slackware/" ROOT-i386="tds%http://slackware.mirrors.tds.net/pub/slackware/" |