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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Nov 2 15:52:42 UTC 2015


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

The following commit has been merged in the master branch:
commit 2bee07123f0599ce4ad90011717426bdf82b7bfa
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Nov 2 16:52:29 2015 +0100

    Make sure we specify that we're a ruby script
---
 ci/builder.rb | 2 ++
 ci/sourcer.rb | 1 +
 2 files changed, 3 insertions(+)

diff --git a/ci/builder.rb b/ci/builder.rb
index 18a00a7..35d78c5 100755
--- a/ci/builder.rb
+++ b/ci/builder.rb
@@ -1,3 +1,5 @@
+#!/usr/bin/env ruby
+
 require_relative '../lib/ci/build_binary'
 require_relative '../lib/apt'
 
diff --git a/ci/sourcer.rb b/ci/sourcer.rb
index 1774a13..3b2a367 100755
--- a/ci/sourcer.rb
+++ b/ci/sourcer.rb
@@ -1,3 +1,4 @@
+#!/usr/bin/env ruby
 require_relative '../lib/ci/build_source'
 
 DIST = ENV.fetch('DIST')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list