summaryrefslogtreecommitdiff
path: root/src/mozclient/lib
Commit message (Collapse)AuthorAge
* * [mozclient] run an optional package specific clean-up script. It should be ↵Fabien Tassin2008-06-06
| | | | | | | called src/mozclient/${pkg_name}-remove.binonly.sh - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] add optional MOZCLIENT_TAREXCLUDE to overwrite the list of ↵Fabien Tassin2008-06-06
| | | | | | | | | dirs/files to exclude from packaging - update src/mozclient/lib/MozClient/VCS.pm - update src/mozclient/mozclient.pl - update README
* * [mozclient] fix MozClient::VCS::pack() to only consider the toplevel dirFabien Tassin2008-06-06
| | | | | of MOZCLIENT_PROJECT - update src/mozclient/lib/MozClient/VCS.pm
* * [mozclient] use an absolute path for remove.binonly.sh as with --conf-dir ↵Fabien Tassin2008-06-06
| | | | | | | | | | it could be called from anywhere. Move remove.binonly.sh into mozclient/ - move src/remove.binonly.sh => src/mozclient/remove.binonly.sh - update src/Makefile - update src/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm
* * [prism] add optional MOZCLIENT_SEPARATOR to specify what we want betweenFabien Tassin2008-06-06
| | | | | | | date and revision in the version (default to ~) - update src/mozclient.pl - update src/mozclient/lib/MozClient/VCS.pm - update README
* * [mozclient] add support for svnFabien Tassin2008-06-06
| | | | | - add src/mozclient/lib/MozClient/Subversion.pm - update src/mozclient.pl
* * [mozclient] Change MOZCLIENT_CVS_LOC and MOZCLIENT_HG_LOC into a commonFabien Tassin2008-06-06
| | | | | | | MOZCLIENT_VCS_LOC and make it mandatory - update src/mozclient.pl - update src/src/mozclient/*.conf - update README
* * [mozclient] Split perl modules from main perl fileFabien Tassin2008-06-06
- update src/mozclient.pl - add src/mozclient/lib/MozClient/VCS.pm - add src/mozclient/lib/MozClient/CVS.pm - add src/mozclient/lib/MozClient/Mercurial.pm - update src/Makefile