[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sysadmin/binary-factory-tooling] craft-cache/pipeline-templates: Use Python 3 for Craftmaster
From:       Ben Cooksley <null () kde ! org>
Date:       2018-09-01 3:40:42
Message-ID: E1fvwmA-0007KJ-RJ () code ! kde ! org
[Download RAW message or body]

Git commit 5e024ae75bf0f9ca682f75b81821423c0165ddbb by Ben Cooksley.
Committed on 01/09/2018 at 03:40.
Pushed by bcooksley into branch 'master'.

Use Python 3 for Craftmaster

M  +3    -3    craft-cache/pipeline-templates/linux.pipeline

https://commits.kde.org/sysadmin/binary-factory-tooling/5e024ae75bf0f9ca682f75b81821423c0165ddbb


diff --git a/craft-cache/pipeline-templates/linux.pipeline \
b/craft-cache/pipeline-templates/linux.pipeline index d96a2cb..d258791 100644
--- a/craft-cache/pipeline-templates/linux.pipeline
+++ b/craft-cache/pipeline-templates/linux.pipeline
@@ -33,8 +33,8 @@ timestamps {
 		stage('Build Craft Cache') {
 			sh """
 				cd ~/Craft/BinaryCache/craftmaster/
-				python CraftMaster.py --config config/CraftBinaryCache.ini --target \
                ${craftPlatform} --variables CreateCache=True UseCache=True -c -i \
                craft
-				python CraftMaster.py --config config/CraftBinaryCache.ini --target \
${craftPlatform} --variables CreateCache=True UseCache=True -c --option \
/.buildTests=False --list-file config/BinaryCachePackages.list +				python3 \
CraftMaster.py --config config/CraftBinaryCache.ini --target ${craftPlatform} \
--variables CreateCache=True UseCache=True -c -i craft +				python3 CraftMaster.py \
--config config/CraftBinaryCache.ini --target ${craftPlatform} --variables \
CreateCache=True UseCache=True -c --option /.buildTests=False --list-file \
config/BinaryCachePackages.list  """
 		}
 
@@ -42,7 +42,7 @@ timestamps {
 		stage('Publish Craft Cache') {
 			sh """
 				cd "$WORKSPACE/ci-tooling/"
-				python helpers/sftp-directory-mirror.py --source ~/Craft/BinaryCache/cache/ \
--destination /srv/archives/files/craft/master/ --server racnoss.kde.org --username \
craft +				python3 helpers/sftp-directory-mirror.py --source \
~/Craft/BinaryCache/cache/ --destination /srv/archives/files/craft/master/ --server \
racnoss.kde.org --username craft  """
 		}
 	}


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic