summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* moz-grab-langpacks: get the module name from pyfedpkg instead of the specHEADmasterChristopher Aillon2011-04-091-1/+1
|
* moz-grab-langpacks: fix typoChristopher Aillon2011-03-181-1/+1
|
* moz-grab-langpacks: create temporary directories with tempfile.mkdtemp()Christopher Aillon2011-03-171-3/+9
|
* moz-grab-langpacks: deprecate --urlChristopher Aillon2011-03-151-1/+1
| | | | | | It's a little error prone and existed mostly since our guessing wasn't good enough in the past. Our guessing should be solid enough now to stop using it, though.
* Silence wget outputChristopher Aillon2011-03-151-1/+1
| | | | pass --quiet
* Use the correct URL format for seamonkey, too.Christopher Aillon2011-03-151-2/+12
| | | | | The seamonkey langpack directory structure is laid out differently for some reason and also have a different naming structure...
* Initial commitChristopher Aillon2011-03-152-0/+280
scripts/moz-grab-langpacks is run to fetch langpack xpi files from mozilla FTP servers and create a langpack tarball suitable for our packages scripts/ff-security-update.sh is run to automate the rebuilds that need to happen in stable releases every time the gecko version changes.