diff options
author | Fabien Tassin <fta@sofaraway.org> | 2008-03-24 02:59:57 +0100 |
---|---|---|
committer | Fabien Tassin <fta@sofaraway.org> | 2008-03-24 02:59:57 +0100 |
commit | ed39212ecf461e6409c7882a6a7b5fc45ea4c03f (patch) | |
tree | 6cbb0071a0f867a8d0e6cdcae6ab74fa55320ec1 /README | |
parent | de24e5d7574702755e81c25c84ea73e27026e64e (diff) |
* [ minefield-packager ]
+ New module creating debs from Firefox nightly built tarballs
- add src/minefield-packager.mk.in
- add src/minefield-packager/debian/*
- update src/Makefile
- update README
* Add $(extra_mk_dirs) to install a full directory and use it for
minefield-packager/debian and (mozclient/)patches
- update src/Makefile
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -3,6 +3,7 @@ usable by Mozilla packages in Ubuntu. - mozclient is an abstract tarball creator which provides a get-new-orig target - compare is an install checker +- minefield-packager creates debs from Firefox nightly built tarballs The package contains rules for the following projects: - firefox-3.0 @@ -110,6 +111,20 @@ COMPARE_FILTER_IN += \ $(NULL) +=== minefield-packager === + +minefield-packager creates debs from Firefox nightly built tarballs available +on mozilla web/ftp site. Those builds are often useful to check a regression +and to determine if a bug is Ubuntu specific or if it is also affecting +upstream builds. The deb produced are for testing purpose only, please don't +report bugs in Launchpad about those. + +Example: + +(from a writable directory) +make -f /usr/share/mozilla-devscripts/minefield-packager.mk +sudo dpkg -i firefox-minefield_3.0~b5~build2008032304-1_i386.deb + === xpi.mk === targets: |