mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
Add proper arguments to autoupdate_app_sources.py
This commit is contained in:
parent
501ee835b7
commit
9077b9793e
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ date >> $log
|
|||
git pull &>/dev/null
|
||||
cat cron | sed "s@__BASEDIR__@$workdir@g" > /etc/cron.d/app_list
|
||||
|
||||
python3 tools/autoupdate_app_sources/autoupdate_app_sources.py --commit-and-create-PR &> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably"
|
||||
python3 tools/autoupdate_app_sources/autoupdate_app_sources.py \
|
||||
--edit --commit --pr --paste -j10 \
|
||||
&> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably"
|
||||
|
|
Loading…
Add table
Reference in a new issue