[Xfce4-commits] <moka:master> Force clone urls.
Nick Schermer
noreply at xfce.org
Mon Feb 24 22:14:01 CET 2014
Updating branch refs/heads/master
to 14eef080f407b2d9bf8f644683d5b6aa655daf6e (commit)
from 67d536be55f0aff50b60e037e6c660bd7d1a6663 (commit)
commit 14eef080f407b2d9bf8f644683d5b6aa655daf6e
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 24 22:13:41 2014 +0100
Force clone urls.
lib/helpers/cgit.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/helpers/cgit.rb b/lib/helpers/cgit.rb
index f9a2ab2..97eea9d 100644
--- a/lib/helpers/cgit.rb
+++ b/lib/helpers/cgit.rb
@@ -30,6 +30,7 @@ module Moka
sect << "repo.url=#{classification.name}/#{project.name}\n"
sect << "repo.name=#{project.name}\n"
+ sect << "repo.clone-url=git://git.xfce.org/#{classification.name}/#{project.name} ssh://git@git.xfce.org/#{classification.name}/#{project.name}\n"
sect << "repo.path=#{path}\n"
sect << "repo.desc=#{project.shortdesc}\n"
sect << "repo.owner=#{project.owner}\n" unless
More information about the Xfce4-commits
mailing list