diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2013-04-27 18:22:08 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2013-04-27 18:22:08 +0000 |
commit | 5bfb15bdbedbc7273a283d611c84ed1cf401011b (patch) | |
tree | 509d8bc3859707180e80c2a780b1be82adac6c52 | |
parent | 3e787044a39e7f781fd44adf53b4bb38425d873d (diff) | |
download | simplepkg-5bfb15bdbedbc7273a283d611c84ed1cf401011b.tar.gz simplepkg-5bfb15bdbedbc7273a283d611c84ed1cf401011b.tar.bz2 |
Updating svn repositories
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@826 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | trunk/conf/simplepkg.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trunk/conf/simplepkg.conf b/trunk/conf/simplepkg.conf index 2ffb59b..67bce62 100644 --- a/trunk/conf/simplepkg.conf +++ b/trunk/conf/simplepkg.conf @@ -43,13 +43,13 @@ SLACKBUILDS_DIR="/var/simplepkg/slackbuilds" PACKAGES_DIR="/var/simplepkg/repos" # Set mkbuilds svn default repository -MKBUILDS_SVN="http://slack.sarava.org/mkbuilds" +MKBUILDS_SVN="https://svn.sarava.org/mkbuilds" # Set SlackBuilds svn default repository -SLACKBUILDS_SVN="http://slack.sarava.org/slackbuilds" +SLACKBUILDS_SVN="https://svn.sarava.org/slackbuilds" # Set packages svn default repository -PACKAGES_SVN="http://slack.sarava.org/packages" +PACKAGES_SVN="https://svn.sarava.org/packages" # Set the binaries default repository nested folder, useful if you manage # packages from different distribution versions and architectures in the |