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

List:       kde-commits
Subject:    [sysadmin/binary-factory-tooling] android: FDroid: Looks like both update -c and update are needed
From:       Aleix Pol <null () kde ! org>
Date:       2018-05-31 17:19:02
Message-ID: E1fORE6-0003Dl-P5 () code ! kde ! org
[Download RAW message or body]

Git commit 53cde03856f932672c2157c49ca1d516799b0755 by Aleix Pol.
Committed on 31/05/2018 at 17:17.
Pushed by apol into branch 'master'.

FDroid: Looks like both update -c and update are needed

M  +2    -1    android/generaterepo.py

https://commits.kde.org/sysadmin/binary-factory-tooling/53cde03856f932672c2157c49ca1d516799b0755

diff --git a/android/generaterepo.py b/android/generaterepo.py
index 30478d0..e2d29a1 100644
--- a/android/generaterepo.py
+++ b/android/generaterepo.py
@@ -46,8 +46,9 @@ with open("current-jobs.json") as f:
 
 if isNewRepository:
     subprocess.check_call(fdroid + " init", shell=True, cwd=dest)
+    subprocess.check_call(fdroid + " update -c", shell=True, cwd=dest)
 
-updateProcess = subprocess.check_call(fdroid + " update -c", shell=True, cwd=dest)
+subprocess.check_call(fdroid + " update", shell=True, cwd=dest)
 
 remote = "android@racnoss.kde.org:/srv/archives/files/android/"
 rsyncProcess = subprocess.check_call("rsync -v -a %s %s" % (dest, remote), shell=True)
[prev in list] [next in list] [prev in thread] [next in thread] 

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