diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-07 19:34:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-07 19:34:29 -0300 |
commit | 0c3936811d9742a12804b8d21491608e31b7dc45 (patch) | |
tree | e7c0bf6849c77c701cda685e5bcf511fc6344c4d /conf | |
parent | 0d6bcb2b7d08e3a41481372c1ae0d11868d88b1b (diff) | |
download | simplepkg-0c3936811d9742a12804b8d21491608e31b7dc45.tar.gz simplepkg-0c3936811d9742a12804b8d21491608e31b7dc45.tar.bz2 |
Diffstat (limited to 'conf')
-rw-r--r-- | conf/repos.conf | 6 | ||||
-rw-r--r-- | conf/simplepkg.conf | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/conf/repos.conf b/conf/repos.conf index c1ebb7b..da36c7a 100644 --- a/conf/repos.conf +++ b/conf/repos.conf @@ -11,7 +11,7 @@ ROOT-s390="local%file:///var/simplepkg/repos/slack390" ROOT-powerpc="local%file:///var/simplepkg/repos/slackintosh" # slackware root repositories -ROOT-i486="sarava%http://slack.sarava.org/packages/slackware/" +ROOT-i486="fluxo%http://slack.fluxo.info/packages/slackware/" ROOT-i486="tds%http://slackware.mirrors.tds.net/pub/slackware/" ROOT-i486="easynews%http://slackware.mirrors.easynews.com/linux/slackware/" ROOT-i486="gwdg%http://ftp.gwdg.de/pub/linux/slackware/" @@ -23,7 +23,7 @@ ROOT-powerpc="workaround%http://slackintosh.workaround.ch/pub/slackintosh/" ROOT-s390="ibiblio%http://distro.ibiblio.org/pub/linux/distributions/slack390/" # slackware64 root repositories -ROOT-x86_64="sarava%http://slack.sarava.org/packages/slackware/" +ROOT-x86_64="fluxo%http://slack.fluxo.info/packages/slackware/" ROOT-x86_64="tds%http://slackware.mirrors.tds.net/pub/slackware/" ROOT-x86_64="easynews%http://slackware.mirrors.easynews.com/linux/slackware/" ROOT-x86_64="gwdg%http://ftp.gwdg.de/pub/linux/slackware/" @@ -42,4 +42,4 @@ ROOT-x86_64="gwdg%http://ftp.gwdg.de/pub/linux/slackware/" #ROOT-x86_64="bluewhite64%http://webftp.slackarea.net/pub/sflack/" # noarch -NOARCH="sarava%http://slack.sarava.org/packages/noarch" +NOARCH="fluxo%http://slack.fluxo.info/packages/noarch" diff --git a/conf/simplepkg.conf b/conf/simplepkg.conf index 67bce62..c196194 100644 --- a/conf/simplepkg.conf +++ b/conf/simplepkg.conf @@ -43,13 +43,13 @@ SLACKBUILDS_DIR="/var/simplepkg/slackbuilds" PACKAGES_DIR="/var/simplepkg/repos" # Set mkbuilds svn default repository -MKBUILDS_SVN="https://svn.sarava.org/mkbuilds" +MKBUILDS_SVN="https://svn.fluxo.info/mkbuilds" # Set SlackBuilds svn default repository -SLACKBUILDS_SVN="https://svn.sarava.org/slackbuilds" +SLACKBUILDS_SVN="https://svn.fluxo.info/slackbuilds" # Set packages svn default repository -PACKAGES_SVN="https://svn.sarava.org/packages" +PACKAGES_SVN="https://svn.fluxo.info/packages" # Set the binaries default repository nested folder, useful if you manage # packages from different distribution versions and architectures in the |