[SCM] ci-tooling packaging branch, master, updated. 55b5c0fdf67280527686391c043a46fbbb7805e0
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Fri Oct 30 10:46:10 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=55b5c0f
The following commit has been merged in the master branch:
commit 55b5c0fdf67280527686391c043a46fbbb7805e0
Author: Rohan Garg <rohan at garg.io>
Date: Fri Oct 30 11:45:57 2015 +0100
Add all of the repos, this is just ew at the moment
---
ci/builder.rb | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/ci/builder.rb b/ci/builder.rb
index f21e551..0a79801 100755
--- a/ci/builder.rb
+++ b/ci/builder.rb
@@ -1,4 +1,10 @@
require_relative '../lib/ci/build_binary'
+require_relative '../lib/apt'
+
+# FIXME: Fix repo addition
+%w(qt5 frameworks plasma odroid netrunner).each do |repo|
+ Apt::Repository.add("deb http://pangea-data.s3.amazonaws.com/dci/#{repo} sid main")
+end
source = YAML::load_file('source.yaml')
builder = CI::PackageBuilder.new
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list