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:
parent
1495c3c5bd
commit
d8081bcb00
1 changed files with 3 additions and 5 deletions
|
@ -15,14 +15,12 @@ git pull
|
||||||
|
|
||||||
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
|
if [ "$before_pull_commit" != "$(git show HEAD | head -n 1)" ]
|
||||||
then
|
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 ./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
|
do
|
||||||
if [ "$(git status -s| grep "M locales-$i/en.json")" ]
|
if [ "$(git status -s| grep "M locales-$i/en.json")" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue