aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add support for dapperLoïc Minier2010-02-06
|
* Add support for Ubuntu "old-releases"Loïc Minier2010-02-06
|
* Update changelogLoïc Minier2010-01-31
|
* Add header and TODOLoïc Minier2010-01-31
|
* Don't use sed to parse mirror-mapLoïc Minier2010-01-30
|
* Clean testsuite outputLoïc Minier2010-01-30
|
* Fix misc man page typosLoïc Minier2010-01-30
|
* Fix versionLoïc Minier2010-01-30
|
* Convert to paragraphs; thanks lintianLoïc Minier2010-01-30
|
* Run subdirs' "all" targetLoïc Minier2010-01-30
|
* pbuilder-selftest: run tests after installLoïc Minier2010-01-30
|
* Install pbuilder-apt-configLoïc Minier2010-01-30
|
* Less errors from rmLoïc Minier2010-01-30
|
* Clean pbuilder-doc.html.tmpLoïc Minier2010-01-30
|
* clean subdirsLoïc Minier2010-01-30
|
* Ignore Documentation/pbuilder-doc.html.tmpLoïc Minier2010-01-30
|
* Install testsuiteLoïc Minier2010-01-30
|
* Check manpagesLoïc Minier2010-01-30
|
* Make examples/lvmpbuilder/lib/* scriptsLoïc Minier2010-01-30
| | | | Make examples/lvmpbuilder/lib/* scripts instead of data files.
* Check more files with bash -nLoïc Minier2010-01-30
|
* Factor common dir commands in a macroLoïc Minier2010-01-30
|
* Convert other files' install to make varsLoïc Minier2010-01-30
|
* Use make vars to install examples subdirs tooLoïc Minier2010-01-30
|
* List scripts to install in make varsLoïc Minier2010-01-30
| | | | | Lisc scripts to install in make vars to avoid duplication and to easily list them as needing a bash -n test.
* Drop +x mode on pbuilderrcLoïc Minier2010-01-30
|
* Use directory vars in MakefileLoïc Minier2010-01-30
|
* Allow two make install in a rowLoïc Minier2010-01-30
|
* Use $(MAKE) -C instead of cd; make and use $@Loïc Minier2010-01-30
|
* Cleanup check rulesLoïc Minier2010-01-30
|
* Drop useless $(INSTALL_DIRECTORY)Loïc Minier2010-01-30
|
* Allow overriding install commandLoïc Minier2010-01-30
|
* Test shell syntax of testsuite as wellLoïc Minier2010-01-30
|
* Add changelog entry for pbuilder-apt-configLoïc Minier2010-01-30
|
* Merge branch 'apt-config'Loïc Minier2010-01-30
|\
| * Add mirror-map supportLoïc Minier2010-01-30
| |
| * Add Debian Security supportLoïc Minier2010-01-30
| |
| * Add Launchpad PPA support with ppa:* archivesLoïc Minier2010-01-30
| |
| * Add support for --archiveLoïc Minier2010-01-30
| |
| * Add support for *-proposed-updates/volatileLoïc Minier2010-01-30
| |
| * Rename volatile archive to debian-volatileLoïc Minier2010-01-29
| |
| * Add support for oldstable and archive.debian.orgLoïc Minier2010-01-25
| |
| * Add support for debootstrap-mirror and -suiteLoïc Minier2010-01-25
| |
| * Use apt-sources command to dump sourcesLoïc Minier2010-01-25
| |
| * Add --help and rework usage()Loïc Minier2010-01-25
| |
| * Drop --archive and wishlist TODOsLoïc Minier2010-01-25
| |
| * Fix dependencies between Ubuntu pocketsLoïc Minier2010-01-25
| |
| * Rename vendor to archiveLoïc Minier2010-01-25
| |
| * Move arch specific handling to guess_*_vendor()Loïc Minier2010-01-25
| | | | | | | | | | | | Move arch specific handling from guess_vendor_arch_mirror() to guess_dist_vendor() and rename functions accordingly. Introduce an "ubuntu-ports" vendor -- should really be an "archive".
| * Test --arch based Ubuntu mirror selectionLoïc Minier2010-01-25
| |
| * test_pbuilder-apt-config: set -eLoïc Minier2010-01-25
| |