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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Oct 19 16:16:55 UTC 2015


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

The following commit has been merged in the master branch:
commit d00f1b1bece699ffafff3e9db2eac2e07b311ca0
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Oct 19 18:16:32 2015 +0200

    Update sourcer.rb, make it executable
---
 ci/sourcer.rb | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ci/sourcer.rb b/ci/sourcer.rb
new file mode 100755
index 0000000..ed11fc2
--- /dev/null
+++ b/ci/sourcer.rb
@@ -0,0 +1,8 @@
+require_relative '../lib/ci/build_source'
+
+DIST = ENV.fetch('DIST')
+
+s = VcsSourceBuilder.new(release: DIST)
+r = s.run
+# Write out metadata
+open('build/source.yaml', 'w+') { |f| f.write(YAML.dump(r)) }

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list