[SCM] ci-tooling packaging branch, master, updated. 1095e585b5e4806e8220245b1f683f767d7a087f

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Oct 20 16:35:39 UTC 2015


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

The following commit has been merged in the master branch:
commit 1095e585b5e4806e8220245b1f683f767d7a087f
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Oct 20 18:35:23 2015 +0200

    Add new code to build packages
---
 ci/builder.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ci/builder.rb b/ci/builder.rb
new file mode 100755
index 0000000..f21e551
--- /dev/null
+++ b/ci/builder.rb
@@ -0,0 +1,5 @@
+require_relative '../lib/ci/build_binary'
+
+source = YAML::load_file('source.yaml')
+builder = CI::PackageBuilder.new
+builder.build(source)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list