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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Nov 2 14:20:59 UTC 2015


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

The following commit has been merged in the master branch:
commit 97a06c91ee39f260639ad30e4b77b38ac5207fb3
Author: Rohan Garg <rohan at garg.io>
Date:   Mon Nov 2 15:20:31 2015 +0100

    Use inbuilt __dir__
---
 ci/builder.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/builder.rb b/ci/builder.rb
index aa4ed04..18a00a7 100755
--- a/ci/builder.rb
+++ b/ci/builder.rb
@@ -6,7 +6,7 @@ require_relative '../lib/apt'
   Apt::Repository.add("deb http://pangea-data.s3.amazonaws.com/dci/#{repo}/debian sid main")
 end
 
-Apt::Key.add("#{File.expand_path(File.dirname(__FILE__))}/dci_apt.key")
+Apt::Key.add("#{__dir__}/dci_apt.key")
 Apt.update
 
 source = YAML::load_file('source.yaml')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list