aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* pbuilder: [INTL:pt] Portuguese translation for debconf messages (closes: 473825)Junichi Uekawa2008-04-06
|
* typo, double-semicolon, pleaseJunichi Uekawa2008-03-31
|
* --create with --basetgz will not fail file does not exist (closes: #451835)Junichi Uekawa2008-03-30
| | | | | | --basetgz expects an existing file except for when 'create'-ing. 'create' was special-cased, but '--create' wasn't. Special-case both.
* annotate how I manage git-dch here so that I don't forget.Junichi Uekawa2008-03-29
|
* open up 0.180Junichi Uekawa2008-03-29
|
* release0.179Junichi Uekawa2008-03-29
|
* Only use ftp or http as a default source URIEddy Petrișor2008-03-18
| | | | | | | | Although https, debtorrent, rsh, ssh and cdrom could be also used, they need special preparation in the pbuilder environment and will not work with a default installation made via *debootstrap. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* Remove any reference to postinst from the config scriptEddy Petrișor2008-03-18
| | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* it's a config script, not a postinst.Junichi Uekawa2008-03-15
|
* add reconfigure target.Junichi Uekawa2008-03-15
|
* postinst contains dummy call to debconf so that installing through dpkg will ↵Junichi Uekawa2008-03-15
| | | | call debconf pbuilder.config script
* move set -e before sourcing anything in scriptJunichi Uekawa2008-03-15
|
* move pbuilder.postinst to pbuilder.configJunichi Uekawa2008-03-15
|
* s/ftp.d.o/cdn.d.n/ for non-interactive installs, tooEddy Petrișor2008-03-06
| | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* Updated Romanian translation back to 100%.Eddy Petrișor2008-03-06
| | | | | | Updated Romanian translation to 100% again and made some minor corrections. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
* revise information about Git commit logs and changelog.Junichi Uekawa2008-03-07
| | | | Information about committing and Changelog maintenance in pbuilder was outdated.
* update templates.potJunichi Uekawa2008-03-07
|
* add ja.poJunichi Uekawa2008-03-07
|
* use cdn.debian.netJunichi Uekawa2008-03-07
|
* make ftp.jp.debian.org the default for for the time being. ftp.debian.org ↵Junichi Uekawa2008-03-07
| | | | only has parts of Debian.
* Merge git://git.debian.org/git/users/eddyp-guest/pbuilder into eddyJunichi Uekawa2008-03-06
|\
| * If there's no MIRRORSITE line in the pbuilderrc, add oneEddy Petrișor2008-03-06
| | | | | | | | | | | | | | If, when parsing the current existing pbuilderrc file, no MIRRORSITE setting is found, fall back to autodetection. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Change back the MIRRORSITE in the example fileEddy Petrișor2008-03-06
| | | | | | | | | | | | | | | | | | Since now the pbuilderrc is just an example, might as well use some correct info that is meaningful for a human. Also, this was broken since the default rc info was not valid anymore (in the absence of /etc/pbuilderrc) Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Accepting to rewrite the pbuilderrc is done just for on run of configureEddy Petrișor2008-03-06
| | | | | | | | | | | | | | | | | | | | | | When accepting to rewrite the config, most definetly, the user wants just this once to accept the rewrite, not every time from this point onwards (including upgrades). In other words, accepting rewrite is forgot immediately, and valid only once. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Make sure we don't change commented MIRRORSITE-sEddy Petrișor2008-03-06
| | | | | | | | | | | | | | | | | | | | Hook the sed replacement to the begining of the line to make sure we're not replacing any commented out entries. Also, it is possible that the MIRRORSITE line to be preceeded by whitespace. Accept that, too. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Better default placeholder URL; Create minimalistic pbuilderrc filesEddy Petrișor2008-03-06
| | | | | | | | | | | | | | | | | | | | | | | | Use http://you-have-broken-debconf-configuration.example.com/ as a default place-holder instead of the possiblly confusing _ No longer create large /etc/pbuilderrc files, instead create a minimal file which contains just the MIRRORSITE definition since pbuilder sources the default options, so there's only need for overrides. Thanks Junichi for clearing that up. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * no temp file for sources.list concatenationEddy Petrișor2008-03-03
| | | | | | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * do not use temp files when's not necessaryEddy Petrișor2008-03-02
| | | | | | | | | | | | | | | | Fix the moronic use of a temporary file within postinst when trying to generate the correct MIRRORSITE info via sed. Sed already has in-place transformation. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * ran debconf-updatepo; + Romanian translation, + closes stanza for 333294Eddy Petrișor2008-03-02
| | | | | | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Update and merge the debian chaneglog entry I used back into the current oneEddy Petrișor2008-03-02
| | | | | | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Allow the existing configuration to be updated/redoneEddy Petrișor2008-03-02
| | | | | | | | | | | | | | | | | | When the config exists already, ask the user if he/she really wants to reconfigure pbuilder's config. Small layout fixes. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Add support for sources.list.d and validate autodetection.Eddy Petrișor2008-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | A the system might use sources.list.d, but might miss sources.list entirely. All the relevant files are concatenated and the first deb source is picked from that list. When the autodection fails, make sure the responsability to insert the valid information drops on the shoulders of the user. Even if the shell is non-interactive, add some mirror. Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * The postinst doesn't rely on the /etc/pbuilderrc file to be presentEddy Petrișor2008-03-02
| | | | | | | | Signed-off-by: Eddy Petrișor <eddy.petrisor@gmail.com>
| * Merge branch 'master' of git://git.debian.org/git/pbuilder/pbuilderEddy Petrișor2008-02-29
| |\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile debian/changelog
| * | No longer install /etc/pbuilderrcEddy Petrisor2008-02-29
| | | | | | | | | | | | Instead put that file in the examples directory.
| * | saner way of modifying the conffileEddy Petrisor2007-06-28
| | |
| * | do not overwrite custom pbuilderrc files, only the defaultEddy Petrisor2007-06-28
| | |
| * | allow questions not to be shown if the priority indicates thatEddy Petrisor2007-06-28
| | |
| * | po-debconf support addedEddy Petrisor2007-06-28
| | |
| * | created a proper postinst which takes into account the different parameters ↵Eddy Petrisor2007-06-28
| | | | | | | | | | | | which are used when calling it
| * | add podebconf supportEddy Petrisor2007-06-28
| | |
| * | build depends on debconf nowEddy Petrisor2007-06-28
| | |
| * | a crude first version of the default mirror selection codeEddy Petrisor2007-06-28
| | |
* | | remove linda and use lintian, linda is now gone.Junichi Uekawa2008-03-06
| |/ |/|
* | French documentation update (closes: #465515)Junichi Uekawa2008-02-18
| |
* | testsuite updateJunichi Uekawa2008-02-18
| |
* | ignore some filesJunichi Uekawa2008-02-18
| |
* | open new changelogJunichi Uekawa2008-02-02
| |
* | 0.178 releaseJunichi Uekawa2008-02-02
| |
* | testsuite updateJunichi Uekawa2008-02-02
| |