269 Commits

Author SHA1 Message Date
Siegfried-Angel Gevatter Pujals
f00706c9cf Move perl-modules and libwww-perl to recommends. 2008-12-21 11:46:44 +01:00
Nathan Handler
39bf024a2f * Add pull-debian-source script
- debian/control: Add perl-modules and libwww-perl as Depends
  - debian/copyright:
    + Add myself to the Upstream Authors and Copyright sections
    + Add pull-debian-source to the License section
  - Add doc/pull-debian-source.1
2008-12-20 16:36:35 -06:00
Adrien Cunin
f21ff09fe2 Added 0.49 changelog entry, including Sarah's change and mine 2008-11-30 23:25:35 +01:00
Adrien Cunin
75f5df64fb Added ${misc:Depends} to dependencies to make lintian quiet 2008-11-30 23:20:07 +01:00
Martin Pitt
31c47d0f12 releasing version 0.48 2008-11-11 10:15:32 +01:00
Martin Pitt
16bce3a0d7 buildd: Strip off pocket from release name when parsing the builds page,
so that this script works for pockets, too.
2008-11-11 10:15:22 +01:00
Martin Pitt
c19ab4eb19 common.py, checkReleaseExists() and checkSourceExists(): Add support for
specifying pockets (e. g. release name "intrepid-proposed").
2008-11-11 10:10:27 +01:00
Michael Casadevall
9e1272482c * buildd: Fixed rescore (tested by Sarah Hobbs)
* submittodebian: Changed default tag to Jaunty
* pbuilder-dist: Added jaunty to ubuntu releases
* pull-lp-source: Made jaunty the default
* dch-repeat: Added jaunty
2008-11-09 06:54:51 -05:00
Michael Casadevall
194a4c3251 Fixed buildd rescore 2008-11-08 06:33:26 -05:00
James Westby
082ba0b322 requestsync: tell the user when you are waiting for input from them after
giving the sponsorship warning, rather than appearing to hang.
2008-11-07 16:58:22 +00:00
Kees Cook
636ec682c3 * mk-sbuild-lv:
- only use --no-install-recommends on gutsy and later.
  - catch errors produced by "finish.sh".
2008-11-05 12:38:59 -08:00
Kees Cook
54c2ffe24d dch-repeat: drop "feisty" from the list of known releases. 2008-10-28 10:41:34 -07:00
Kees Cook
558e1fbcf7 release for intrepid 2008-10-10 12:56:55 -07:00
Cesare Tirabassi
9eb3f510b7 remove -X option from grep-dctrl. It doesn't obtain the wished behaviour. 2008-10-07 13:42:43 +02:00
Colin Watson
b0afe064f6 update-maintainer: Convert to plain #! /bin/sh. 2008-10-07 05:54:49 +01:00
Colin Watson
2e09e4bc9c back to UNRELEASED; this doesn't seem to have been uploaded 2008-10-07 05:50:13 +01:00
Matt Zimmerman
eb9d692c70 Update copyright info for ubuntuiso 2008-10-03 14:54:11 +01:00
Matt Zimmerman
13decf3b9a Really use recommends, not depends 2008-10-03 14:51:23 +01:00
Matt Zimmerman
82e7fe9c17 * add new program 'ubuntuiso' which prints information about Ubuntu isos by
extracting files from them
* Add Recommends: genisoimage for ubuntuiso
2008-10-02 22:35:52 +01:00
Daniel Hahler
0abc947c90 submittodebian: use "intrepid" for Usertags (LP: #276073) 2008-09-29 22:47:59 +02:00
Adrien Cunin
086890b756 * Prepare 0.45 upload, debian/changelog:
- Moved Cesare's changelog entry to 0.45
   - Updated changelog timestamp
   - Returning to previous versioning, without the ubuntu1 bit
2008-09-24 16:03:57 +02:00
Cesare Tirabassi
6243ae5c18 reverse-build-depends: add -X to grep-dctrl so that it works with exact matches only 2008-09-19 22:59:14 +02:00
Adrien Cunin
e1138e8482 * pbuilder-dist:
- Eliminated some warning with a better check for whether a given distro
     already has a pbuilder chroot in $BASE_DIR, when that distro is not
     known by the script
   - Added intrepid as a known distro
2008-09-13 00:16:09 +02:00
Jonathan Patrick Davies
c35c9c1246 * buildd: Fixed strings.
* common.py: Revert find() addition - breaks sqlite cookie checker.
2008-09-09 11:58:27 +01:00
Adrien Cunin
4988769730 * update-maintainer:
- check at the beginning of the script that the necessary files are
     readable/writable, and note which control files we are going to modify
   - at the end, only modify those control files, so that the script doesn't
     return 1 anymore when it was actually successful
2008-09-07 15:32:07 +02:00
Siegfried-Angel Gevatter Pujals
6009e9d41b Trap an exception and fix some strings. 2008-09-06 15:48:30 +02:00
Jonathan Patrick Davies
03e3d66c30 Prepage 0.44ubuntu1 upload. 2008-09-02 21:44:58 +01:00
Jonathan Patrick Davies
806beacb51 * requestsync: Check for already existing sync requests before filing a new
one.
2008-09-01 22:29:32 +01:00
Jonathan Patrick Davies
772d40b939 * debian/control:
- Improved description.
   - Wrapped Depends line and bumped debhelper build-dependency version to 6.
* debian/compat: Changed to 6.
* Moved https_proxy dropping code to common.py.
2008-09-01 11:41:19 +01:00
Colin Watson
4b3746bb6d Fix a number of minor glitches in manual pages. 2008-09-01 09:50:23 +01:00
Jonathan Patrick Davies
033fb7aa12 Prepare 0.43ubuntu1 upload. 2008-08-31 11:41:14 +01:00
Jonathan Patrick Davies
ea5b154129 * common.py: New function: packageComponent() - returns which component a package
in Ubuntu is in.
* buildd: Check which component the package is in.
2008-08-29 07:44:58 +01:00
Jonathan Patrick Davies
3c25fca142 * common.py: New function: isLPTeamMember() - checks if the user is a member of
the Launchpad team using cookies for authentication.
* requestsync: Adapt team checking with the function above.
* buildd: Adapt privilege checking code to the new function above.
2008-08-28 19:21:45 +01:00
Jonathan Patrick Davies
839c167927 * requestsync: Return an error when the script is unable to connect to
packages.debian.org (LP: #261916).
* Changes by Karl Goetz: Add a Recommends: on ca-certificates (LP:
  #247157).
2008-08-27 23:28:05 +01:00
Ryan Kavanagh
8892c00d8d Added mk-sbuild-lv.1 2008-08-27 14:02:14 -04:00
Ryan Kavanagh
41d0be35a7 New manpage, fix typos 2008-08-27 11:21:36 -04:00
Jonathan Patrick Davies
49c0e14da3 * common.py:
- If loading a cookie file raises an exception exit.
  - Improve cookie file writing.
2008-08-27 15:33:18 +01:00
Jonathan Patrick Davies
70fc6fa3c7 * common.py: New functions: checkReleaseExists() and checkSourceExists().
* buildd and pull-lp-source: Adapt code to use new functions above.
2008-08-27 10:22:08 +01:00
Jonathan Patrick Davies
01db3cd8aa * doc/requestsync.1: Document new -d flag. 2008-08-26 15:33:01 +01:00
Jonathan Patrick Davies
159df6ac27 * Merged changes to requestsync by Jelmer Vernooij. 2008-08-25 11:06:36 +01:00
Jonathan Patrick Davies
570a068118 * requestsync: Exit when connecting to Launchpad fails. 2008-08-24 21:46:53 +01:00
Jelmer Vernooij
93ac014123 Add changelog entry 2008-08-23 18:29:26 +02:00
Kees Cook
884e3a8575 common.py: allow for multiple firefox instances, check all possible
cookie files.
2008-08-20 10:59:31 -07:00
Loïc Minier
3407655c52 When https_proxy is in the environment, output a warning and disable it as
urllib/urllib2 don't support it; see LP #122551.
2008-08-18 13:27:20 +02:00
Loïc Minier
2875772fa6 Drop spurious tab in buildd. 2008-08-18 13:09:50 +02:00
Loïc Minier
1fa64d54b0 Replace .BB in doc/pbuilder-dist.1 with a newline to fix a syntax error. 2008-08-18 12:22:27 +02:00
Loïc Minier
9a34c5c278 Import urllib2. 2008-08-18 12:07:45 +02:00
Jonathan Patrick Davies
3919c682e6 * requestsync: Correct print statement redirect to sys,stderr. 2008-08-18 11:01:04 +01:00
Jonathan Patrick Davies
b961efe7c5 0.40ubuntu1 uploaded to Ubuntu. 2008-08-16 23:40:49 +01:00
Jonathan Patrick Davies
1359d91815 * requestsync: Suggest using the --lp flag when mailing a request encounters
a failure.
2008-08-15 22:08:10 +01:00