1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Remove 'dev' + add note about legacy code

This commit is contained in:
root 2019-10-08 16:15:05 +00:00
parent 1495c3c5bd
commit d8081bcb00

View file

@ -15,14 +15,12 @@ git pull
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
then
#python ./list_builder.py -g $1 official.json
#python ./list_builder.py -g $1 community.json
#python ./list_builder.py -g $1 dev.json
python ./list_builder.py -g $1 apps.json
python ./update_translations.py official-build.json community-build.json dev-build.json
# FIXME : this code should probably be moved to "apps.json" nowadays ...
python ./update_translations.py official-build.json community-build.json
for i in official community dev
for i in official community
do
if [ "$(git status -s| grep "M locales-$i/en.json")" ]
then