Skip to content

Commit

Permalink
cron_grass8_main_build_binaries.sh: no longer generate i18N .pot files (
Browse files Browse the repository at this point in the history
#737)

After OSGeo/grass#2316 now the i18N .pot files must not be generated any more in this cronjob, to avoid a git update error.
  • Loading branch information
neteler committed Apr 25, 2022
1 parent cfa5cd9 commit cc263ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/cronjobs_osgeo_lxd/cron_grass8_main_build_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,8 @@ cd $GRASSBUILDDIR/
## bug in doxygen
#(cd $TARGETPROGMAN/ ; ln -s index.html main.html)

##### generate i18N POT files, needed for https://www.transifex.com/grass-gis/
##### copy i18N POT files, needed for https://www.transifex.com/grass-gis/
(cd locale ;
$MYMAKE pot
mkdir -p $TARGETDIR/transifex/
cp templates/*.pot $TARGETDIR/transifex/
)
Expand Down

0 comments on commit cc263ed

Please sign in to comment.