[SCM] ci-tooling packaging branch, master, updated. 48a24f0232cb2ef5335b857a2f1f55ba55db58c2
Harald Sitter
apachelogger-guest at moszumanska.debian.org
Tue May 12 09:13:51 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=cb0d2c4
The following commit has been merged in the master branch:
commit cb0d2c406564d831bc744a5376156274d278078f
Author: Harald Sitter <sitter at kde.org>
Date: Tue May 12 11:07:45 2015 +0200
use dpkg::host_arch in install_check rather than hardcoding it
---
kci/install_check.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kci/install_check.rb b/kci/install_check.rb
index 40155b7..af1591e 100755
--- a/kci/install_check.rb
+++ b/kci/install_check.rb
@@ -65,9 +65,9 @@ class CiPPA
LOG.info "Building package list for PPA #{@type}."
- # FIXME: arch hardcode, this is the install host arch not arch all
series = Launchpad::Rubber.from_path("ubuntu/#{@series}")
- host_arch = Launchpad::Rubber.from_url("#{series.self_link}/amd64")
+ host_arch = Launchpad::Rubber.from_url("#{series.self_link}/" \
+ "#{DPKG::HOST_ARCH}")
packages = {}
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list