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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Thu Mar 12 11:53:21 UTC 2015


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

The following commit has been merged in the master branch:
commit 876d88f680e17eaa7c55ff42ef68f3547aa40cbc
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Mar 12 12:51:22 2015 +0100

    drop ancient apt install logic, shouldn't be used anywhere
    
    was only ever relevant on kci and that switched to bundler deployment
---
 lib/jenkins.rb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lib/jenkins.rb b/lib/jenkins.rb
index 374ddcc..96d0a59 100644
--- a/lib/jenkins.rb
+++ b/lib/jenkins.rb
@@ -1,9 +1,3 @@
-if Process.uid == '0'
-    exit 1 unless system("apt-get update")
-    exit 1 unless system("apt-get install -y ruby ruby-dev")
-    exit 1 unless system("gem install jenkins_api_client")
-end
-
 require 'jenkins_api_client'
 
 # Monkey patch for Client to fold in our config data.

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list