[Xfce4-commits] <moka:master> Fix archive url.
Nick Schermer
noreply at xfce.org
Sun Nov 20 14:30:14 CET 2011
Updating branch refs/heads/master
to 94180cf0199e1f948d6c9b4ee6a382712ca6bb2a (commit)
from e55d0cac31ee696b92a502cbc14cfd53541e7d59 (commit)
commit 94180cf0199e1f948d6c9b4ee6a382712ca6bb2a
Author: Nick Schermer <nick at xfce.org>
Date: Mon Apr 4 21:55:36 2011 +0200
Fix archive url.
examples/one-man-one-project/config.ru | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/examples/one-man-one-project/config.ru b/examples/one-man-one-project/config.ru
index 971e910..49a3f2f 100755
--- a/examples/one-man-one-project/config.ru
+++ b/examples/one-man-one-project/config.ru
@@ -23,8 +23,7 @@ end
Moka::Models::Configuration.load do |conf|
conf.set :moka_url, 'https://releases.xfce.org'
conf.set :archive_dir, '/home/nick/websites/archive.xfce.org/'
- conf.set :archive_url, 'http://archive.xfce.org'
- conf.set :mirror, 'http://archive.xfce.org'
+ conf.set :mirror, 'http://archive.xfce.org/'
conf.set :collection_release_pattern, /^([0-9]).([0-9]+)(pre[0-9])?$/
end
More information about the Xfce4-commits
mailing list