[Qa-jenkins-scm] [jenkins.debian.net] 10/10: drop Tails' git-based results dir

Holger Levsen holger at layer-acht.org
Thu Apr 28 19:52:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a438c3b53bd6ed8b6016ad2b565291702ee0ce64
Author: Philip Hands <phil at hands.com>
Date:   Thu Apr 28 18:26:58 2016 +0000

    drop Tails' git-based results dir
---
 features/support/config.rb | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/features/support/config.rb b/features/support/config.rb
index 607969a..d619a37 100644
--- a/features/support/config.rb
+++ b/features/support/config.rb
@@ -59,15 +59,7 @@ TAILS_ISO = ENV['ISO']
 OLD_TAILS_ISO = ENV['OLD_ISO'] || TAILS_ISO
 TIME_AT_START = Time.now
 loop do
-  ARTIFACTS_DIR = $config['TMPDIR'] + "/run-" +
-                  sanitize_filename(TIME_AT_START.to_s) + "-" +
-                  [
-                    "git",
-                    sanitize_filename(describe_git_head,
-                                      :replacement => '-'),
-                    current_short_commit
-                  ].reject(&:empty?).join("_") + "-" +
-                  random_alnum_string(6)
+  ARTIFACTS_DIR = $config['TMPDIR'] + "/results"
   if not(File.exist?(ARTIFACTS_DIR))
     FileUtils.mkdir_p(ARTIFACTS_DIR)
     break

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list