1
0
Fork 0
Commit graph

25 commits

Author SHA1 Message Date
Félix Piédallu
47a977a069 maintenance.sh: create venv if it does not exist 2024-09-27 17:04:07 +02:00
Félix Piédallu
1e9a637050 maintenance.sh. there's no app_generator here anymore 2024-09-27 16:50:26 +02:00
Félix Piédallu
0754a17ea6 Fix update_app_levels in maintenance 2024-09-14 14:17:42 +02:00
Félix Piédallu
aba47e9b2d maintenance: use venv 2024-09-14 12:00:12 +02:00
Félix Piédallu
b4f2a9c23d list_builder to the proper dir 2024-09-14 12:00:12 +02:00
Félix Piédallu
7fc974ba7e Fix maintenance.sh update_apps_cache 2024-09-14 12:00:12 +02:00
Félix Piédallu
d8f6733645 Fix webhooks service name 2024-09-14 12:00:12 +02:00
Félix Piédallu
eacbc7d0b2 dir is static, not assets 2024-09-14 12:00:12 +02:00
Félix Piédallu
1c6b5ec82b Pass correct .apps, .apps_cache dir 2024-09-14 12:00:12 +02:00
Félix Piédallu
31d8a40301 maintenance.sh:Append to logfile 2024-09-14 12:00:12 +02:00
Félix Piédallu
541bfbbdde Fix maintenance 2024-09-14 12:00:12 +02:00
Félix Piédallu
db090b056b Refactor maintenance.sh, cron 2024-09-14 12:00:12 +02:00
root
b8baa56ea8 Fix: maintenance.sh was using the wrong apps_cache dir 2024-09-12 15:55:36 +00:00
root
ae382dcb43 Fix maintenance.sh: tools should use local apps repository 2024-09-12 13:43:13 +00:00
Félix Piédallu
f1c90b93b5 Update maintenance.sh to use app_caches.py explicitly 2024-09-12 14:39:40 +02:00
Félix Piédallu
7042ffbd63 Better scripting, and exit on git pull 2024-09-09 17:24:58 +02:00
Félix Piédallu
3252e9744f Send message to maintainers chan if local changes are present 2024-09-09 14:43:26 +02:00
Alexandre Aubin
9c418434e8 maintenance.sh: Silence pip install -r requirements.txt (otherwise displayed in every cron job mail) (#2545) 2024-08-30 18:29:14 +02:00
Félix Piédallu
b42702dd1f Update tools venv after git pull 2024-08-30 13:52:07 +02:00
Félix Piédallu
a6f1603989 Configure autoupdate as weekly for official yunohost CI 2024-07-08 20:38:30 +02:00
Alexandre Aubin
133ed9811a maintenance.sh: autoreadme service is now webhooks (#2396) 2024-06-08 19:19:19 +02:00
Alexandre Aubin
e644cbe220 store/dash: make main dashboard update cron job silent (#2339) 2024-05-14 14:34:24 +02:00
Alexandre Aubin
1562942c6a maintenance.sh: auto_update_app_source script should run inside a venv ? (#2333) 2024-05-13 17:36:04 +02:00
Alexandre Aubin
6d5115f0d1 maintenance.sh: fix weird -1 offset (#2329) 2024-05-12 18:24:30 +02:00
Alexandre Aubin
d7f83b6ec2 Replace rebuild.sh / sourcesautoupdate.sh with a maintenance.sh to properly update cron job and auto-restart services when updating their code (#2323)
* Replace rebuild.sh / sourcesautoupdate.sh with a maintenance.sh to properly update cron job and auto-restart services when updating their code

* Mistakenly change the cron job periods

* Apply suggestions from code review @_@
2024-05-12 17:43:07 +02:00