[SCM] ci-tooling packaging branch, master, updated. 46bb6a5e0fb33b831f19cec69e2590abdd2c2f25
Bhushan Shah
bshah-guest at moszumanska.debian.org
Wed Dec 9 10:39:36 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=46bb6a5
The following commit has been merged in the master branch:
commit 46bb6a5e0fb33b831f19cec69e2590abdd2c2f25
Author: Bhushan Shah <bshah at kde.org>
Date: Wed Dec 9 16:08:07 2015 +0530
Remove ppa for qt5.5
---
kci/binarier.rb | 1 -
kci/sourcer.rb | 1 -
2 files changed, 2 deletions(-)
diff --git a/kci/binarier.rb b/kci/binarier.rb
index 2d4a7c2..ca24362 100755
--- a/kci/binarier.rb
+++ b/kci/binarier.rb
@@ -62,7 +62,6 @@ Dir.chdir(dir) do
end
Apt::Key.add('/tmp/key')
Apt::Repository.add('ppa:plasma-phone/ppa')
- Apt::Repository.add('ppa:ci-train-ppa-service/landing-012')
Apt.update
Apt.install('pbuilder')
File.write('/etc/apt/apt.conf.d/debug', 'Debug::pkgProblemResolver "true";')
diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index 45ca915..00a3996 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -144,7 +144,6 @@ Dir.chdir('build/source/') do
end
Apt::Key.add('/tmp/key')
Apt::Repository.new('ppa:plasma-phone/ppa').add
- Apt::Repository.new('ppa:ci-train-ppa-service/landing-012').add
Apt.update
# Install some minimal build dependencies to make sure we can get past the
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list