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

List:       kde-commits
Subject:    [sysadmin/binary-factory-tooling] android: FDroid: turns out cwd= was not correct
From:       Aleix Pol <null () kde ! org>
Date:       2018-05-31 23:28:34
Message-ID: E1fOWzi-0004wd-1n () code ! kde ! org
[Download RAW message or body]

Git commit 931f9ca9bd51181280652e6791ee89926e6b06d2 by Aleix Pol.
Committed on 31/05/2018 at 23:27.
Pushed by apol into branch 'master'.

FDroid: turns out cwd= was not correct

M  +2    -2    android/generaterepo.py

https://commits.kde.org/sysadmin/binary-factory-tooling/931f9ca9bd51181280652e6791ee89926e6b06d2


diff --git a/android/generaterepo.py b/android/generaterepo.py
index d112d82..05c86b4 100644
--- a/android/generaterepo.py
+++ b/android/generaterepo.py
@@ -40,7 +40,7 @@ with open("current-jobs.json") as f:
 
 #fdroid = "docker run --rm -u $(id -u):$(id -g) -v $(pwd):/repo \
registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest"  fdroid = "fdroid"
-subprocess.check_call(fdroid + " update", shell=True, cwd=dest)
-subprocess.check_call(fdroid + " server update -v", shell=True, cwd=dest)
+subprocess.check_call(fdroid + " update", shell=True)
+subprocess.check_call(fdroid + " server update -v", shell=True)
 
 


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

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