[SCM] ci-tooling packaging branch, master, updated. 99e9d0ff9fb34d9f1a9713793e2ff1493b53912e

Harald Sitter apachelogger-guest at moszumanska.debian.org
Sat Jun 20 01:02:33 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=99e9d0f

The following commit has been merged in the master branch:
commit 99e9d0ff9fb34d9f1a9713793e2ff1493b53912e
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Jun 19 18:02:25 2015 -0700

    fix deb line I think
---
 kci/binarier.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/binarier.rb b/kci/binarier.rb
index 523cfd1..09629a7 100755
--- a/kci/binarier.rb
+++ b/kci/binarier.rb
@@ -56,7 +56,7 @@ dir = dirs[0]
 
 Dir.chdir(dir) do
   # FIXME: harcoded vivid
-  Apt::Repository.new('http://46.101.170.116 vivid main').add
+  Apt::Repository.new('deb http://46.101.170.116 vivid main').add
   Apt.update
   Apt.install('pbuilder')
   system('/usr/lib/pbuilder/pbuilder-satisfydepends')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list