aboutsummaryrefslogtreecommitdiffstats
path: root/devtools
Commit message (Collapse)AuthorAgeFilesLines
* Add plyr as player default and remove NodeJS, npm and videojsJesús2022-02-281-41/+0
|
* Fix Mac dev setup issues [#5442].Jeremy Bowman2020-05-131-1/+1
| | | | | | | | | A trailing slash in devtools/compile_translations.sh caused that script to fail because the parameter to pybabel's -l option ended up blank instead of containing the language code. A few files and directories were missing from .gitignore and hence wound up in the list of local changes to be committed.
* devtools: Update maketarball.sh to use #!/bin/sh as shebangChristopher Allan Webber2016-03-291-1/+1
| | | | * devtools/maketarball.sh: Updated shebang.
* devtools: Use pybabel in virtualenv or on path depending on which is present.Christopher Allan Webber2016-03-291-1/+7
| | | | | * devtools/update_translations.sh (PYBABEL): New variable, points to whichever pybabel we should use.
* devtools: Switching "#!/usr/bin/env bash" -> "#!/bin/sh" againChristopher Allan Webber2016-03-291-1/+1
| | | | | | | | This makes things easier on Guix and etc. We don't need Bash specifically, just something Bourne-compatible, which all Posix machines should theoretically provide. * devtools/update_translations.sh: Updated shebang.
* Update make_example_database.sh to use #!/bin/sh instead of #!/usr/bin/envChristopher Allan Webber2016-03-261-1/+1
| | | | * devtools/make_example_database.sh: Update shebang.
* Also switch "#!/usr/bin/env bash" to "#!/bin/sh" in compile-translations.shChristopher Allan Webber2016-02-241-1/+1
|
* Switch to #!/bin/sh (don't use "env" unless we have to)Christopher Allan Webber2016-02-101-1/+1
| | | | env causes problems in GuixSD and maybe even some other places.
* Fix #5315 - use `env` in shebangsLoic Dachary2016-01-145-5/+5
|
* Add workaround for incompilable Interlingua localeBoris Bobrov2016-01-071-1/+4
| | | | | For now we cannot compile Interlingua (ia) locale; please see issue 1070 for details.
* Redirect which stderr to /dev/nullayleph2015-04-221-2/+2
|
* Not sure why these changes never got pushed up ...Christopher Allan Webber2015-03-051-6/+4
|
* Script and makefile adjustments for updating extlibChristopher Allan Webber2015-02-171-0/+41
|
* choose pybabel depending on whether one is available in the environmentChristopher Allan Webber2015-02-141-3/+10
| | | | This commit sponsored by Erik Mekhsian. Thank you!
* Might as well make the Transifex->Pootle switch official on a scripts levelChristopher Allan Webber2015-02-143-105/+0
| | | | This commit sponsored by Ben Sturmfels. Thank you!
* Move compiling translations into its own scriptChristopher Allan Webber2015-02-142-18/+40
|
* fixed wrong git mv in Pootle transition scriptBoris Bobrov2015-01-191-1/+2
|
* Compile .po files to the LC_MESSAGES subdirChristopher Allan Webber2015-01-181-1/+2
| | | | This ought to make both python's gettext and pootle happy :P
* Exclude the LC_MESSAGES stuff (and master pulling)Christopher Allan Webber2015-01-182-5/+9
|
* Exclude index dir from sync with PootleBoris Bobrov2015-01-161-1/+1
| | | | | Pootle creates some dir with index file. It has nothing to do with our files, so it should be excluded in the rsync call.
* Update the pootle translation updating script to compile the right filesChristopher Allan Webber2015-01-161-1/+17
| | | | | | | | Made similar changes in the Transifex script, so ported those over. Also, the script did not seem to be running the compile step as it wasn't finding the files (different file structure), but it is doing fine now.
* Added facilities for Pootle.Boris Bobrov2015-01-163-0/+73
| | | | | | | | | | | | | | | | | | | | | Previously we used Transifex as a web-tool for translations. Some time ago Transifex went proprietary and we decided to move to Pootle. Old script for updating translations was renamed and a new one was added. Also a script for making the layout more Pootle-friendly was added. To accomplish the transition first run the old script: ./devtools/update_translations_transifex.sh Then run the layout changing script: ./devtools/move_translations_for_pootle.sh Commit and push. After that use the new ./devtools/update_translations_pootle.sh to update the translations. Closes bug: #913
* Fix the output file to the correct one in the new i18n compile loopChristopher Allan Webber2014-12-131-1/+1
|
* Just spacing things out to look a bit cleaner.Christopher Allan Webber2014-12-131-1/+3
|
* Submitting workaround to skip compiling Lojban. Sniff :(Christopher Allan Webber2014-12-131-1/+16
| | | | | We'll eventually support Lojban again. This issue fixes #1071, but leaves #1070 open.
* Just made it so the "okay to wipe your database" echo doesn't add a newlineChristopher Allan Webber2013-11-051-1/+1
|
* This commit made it so that the script now extracts two different archive. Onetilly-Q2013-10-311-1/+3
| | | | | for the chosen database, and one for the media to go in the UserDev directory. This will make the mg-dev-example-environments branch more efficient.
* This was a very minor update. In the mg-dev-example-environment branch I changedtilly-Q2013-10-311-0/+103
| | | | | | the naming system for the databases, and in this branch I just changed the default name to the new default. The new naming system is based on migrations not milestones.
* Remove .pyc files from tarball when running maketarball.shChristopher Allan Webber2013-03-121-0/+3
|
* transifex: Wait a bit after push.Elrond2012-04-211-0/+3
| | | | | | We're seeing somewhat inconsistent data in tx pull. My theory is: The server needs longer to process the uploaded new template and work that into the translations.
* Removing youcanhelp stuffWill Kahn-Greene2012-02-091-2/+0
| | | | | This was never used. It doesn't support Texinfo files. It was only half completed. Best to remove it.
* Update copyright headers for shell scriptsWill Kahn-Greene2012-02-092-2/+2
|
* Adding a line reminding user to push up commitsChristopher Allan Webber2012-01-291-0/+2
|
* Hm, maybe this is better... that didn't fix the stop-in-the-middle issue.Christopher Allan Webber2012-01-291-6/+7
|
* Update update_translations script to consider several things conditionallyChristopher Allan Webber2012-01-291-4/+6
| | | | Specifically, previously if there was nothing to git add, whole script would just die
* Move maketarball.sh into devtools/Elrond2012-01-141-0/+178
| | | | Now that there is a devtools directory, use it!
* make this script executableChristopher Allan Webber2012-01-131-0/+0
|
* Simple translation update scriptChristopher Allan Webber2012-01-131-0/+48