1110 Commits

Author SHA1 Message Date
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
Jonathan Patrick Davies
efb92c73af * buildd: Code cleanup on single arch options.
* doc/buildd.1: Created.
* doc/requestsync.1: Added note about sponsorship detecting.
2008-08-14 19:50:13 +01:00
Jonathan Patrick Davies
b65f74226c 0.39ubuntu1 uploaded. New debian/changelog entry added. 2008-08-14 12:24:50 +01:00
Jonathan Patrick Davies
a26bfee8bb * get-branches: Improved option handling. 2008-08-14 10:43:20 +01:00
Jonathan Patrick Davies
ba12b9a4d6 * buildd: Allow the rescoring of one arch too. 2008-08-13 23:37:06 +01:00
Jonathan Patrick Davies
e636aff690 * buildd:
- Added optparse support for option handling.
  - Added support to request the rebuilding of only one architecture.
* hugdaylist: Improved number of bugs option handling.
2008-08-13 22:39:02 +01:00
Iain Lane
728bb807d5 Better handle errors when going to LP 2008-08-13 10:56:53 +01:00
Siegfried-Angel Gevatter Pujals
91f62881df - Add functions mkdir and readlist. 2008-08-12 23:42:44 +02:00
Siegfried-Angel Gevatter Pujals
0faf0bc3e5 Relicense Kees' scripts to GPLv3+. Add sbuild as alternative recommend to pbuilder. 2008-08-12 20:15:15 +02:00
Jonathan Patrick Davies
8d89a43e4b * common.py: Use os.path.expanduser() instead of os.environ. 2008-08-12 18:48:56 +01:00
Jonathan Patrick Davies
a37b0de322 * common.py: Use os.path.expanduser() instead of os.environ. 2008-08-12 18:43:21 +01:00
Jonathan Patrick Davies
381a361c83 * debian/changelog:
- 0.38ubuntu1 uploaded for fixes.
  - Added new entry.
2008-08-12 18:32:45 +01:00
Jonathan Patrick Davies
b0528dd32e * requestsync: Fixes to permission checking.
* common.py: Change cookie file permissions to read and write only by user.
2008-08-12 18:18:11 +01:00
Jonathan Patrick Davies
ff50620915 * requestsync: Check if user is a member of ubuntu-core-dev if sync request
is for a package in main.
2008-08-12 15:42:55 +01:00
Jonathan Patrick Davies
6d1aa801fe * debian/changelog: 0.37ubuntu1 uploaded to Ubuntu - new changelog entry added. 2008-08-12 14:53:15 +01:00
Jonathan Patrick Davies
615bf224cc * massfile: Use the functions in the common.py file above to authenticate with
Launchpad.
2008-08-12 14:43:02 +01:00
Jonathan Patrick Davies
05c55bfbe2 * common.py: Removed print "Using cookie file" line.
* requestsync:
  - Using the Launchpad cookie file, validate that the user is a member
    the ubuntu-dev team on Launchpad. Thus, checking if the user needs
    sponsership or not (LP: #130648).
* doc/requestsync.1: Removed mention of -s flag. Obsoleted by the above.
2008-08-12 13:52:05 +01:00
Jonathan Patrick Davies
4a493b0c7a * get-branches: Check that the team has branches before downloading. 2008-08-12 00:09:01 +01:00
Jonathan Patrick Davies
eab57aec28 * get-branches: Now check team option before anything else. 2008-08-11 23:45:07 +01:00
Jonathan Patrick Davies
fb7bb815e0 * common.py: Use sqlite3 instead of pysqlite2 as it forms part of Python 2.5.
* debian/control: Changed XS-Python-Version to >= 2.5.
2008-08-11 23:15:47 +01:00
Jonathan Patrick Davies
0adea5faa0 * requestsync: Use the functions in the common.py file above to authenticate
with Launchpad.
* common.py: Check that the file written has Launchpad entries.
* buildd: Use new functions in common.py.
2008-08-11 22:53:37 +01:00
Jonathan Patrick Davies
341f2a60b5 * debian/changelog: common.py has moved. 2008-08-11 21:57:36 +01:00
Jonathan Patrick Davies
d3f18b8ec7 * buildd: Imported from Martin Pitt's scripts at:
http://people.ubuntu.com/~pitti/scripts/buildd.py
* ubuntutools/common.py: Python module to be used to enable the use of cookies
  to authenticate with Launchpad.
* debian/ubuntu-dev-tools.install: Added line to install common.py above to
  the correct location.
2008-08-11 21:48:40 +01:00
Jonathan Patrick Davies
bd51d19e4c * pull-lp-source: Now check if package exists in the release. 2008-08-11 19:24:39 +01:00
Siegfried-Angel Gevatter Pujals
d3efcc879f Remove unneeded AUTHORS and README. Add the GPL header to all scripts. 2008-08-11 20:06:35 +02:00
Jonathan Patrick Davies
3d4017fe77 * pull-lp-source:
- Use optparse for option handling.
  - Check that 'distro' exists on Launchpad.
  - Use subprocess for dget calls.
2008-08-11 14:20:38 +01:00
Jonathan Patrick Davies
684715ff89 * hugdaylist: Improved argument and error handling. 2008-08-11 10:57:19 +01:00
Jonathan Patrick Davies
59a6f32e8e * get-branches:
- Improve invalid directory error.
  - Check that the team page exists before creating new directory for
    downloads.
* doc/get-branches.1: Created.
2008-08-11 07:57:58 +01:00
Jonathan Patrick Davies
dc80eacf3f * get-branches: Open the teams code page before making a new directory. 2008-08-11 07:38:59 +01:00
Jonathan Patrick Davies
f928a041be * debian/changelog: Uploaded 0.36ubuntu1 and added new entry for changes. 2008-08-10 22:08:35 +01:00
Jonathan Patrick Davies
4f9d3426b5 * get-branches:
- Rewrote option handling with optparse.
  - Added short version of GPL to header.
  - Fixed regular expressions to work with new Launchpad interface.
  - Use subprocess.call() on Bazaar instead of os.system().
2008-08-10 21:53:43 +01:00
Jonathan Patrick Davies
1c7abae846 * AUTHORS: Updated list.
* debian/copyright: Synchronized with above.
* hugdaylist:
  - Added short version of GPL to header.
  - Rewrote option handling with optparse.
  - Filter bugs subscribed to the ubuntu-archive team.
2008-08-10 17:20:13 +01:00
Jonathan Patrick Davies
e3afe4de77 * hugdaylist: Added code to handle exceptions. 2008-08-10 15:49:02 +01:00
Jonathan Patrick Davies
f45d1724c7 * doc/grab-attachments.1: Created.
* TODO: Added note about fixing all Launchpad bug reports.
2008-08-10 14:51:27 +01:00
Siegfried-Angel Gevatter Pujals
833061324a Fix versioning scheme to end with ubuntu1, so that Lintian doesn't complain anymore about NMU, distribution name and everything. General manpages cleanup. Fix the debian/changelog file (dch couldn't parse it). 2008-08-10 13:43:51 +02:00
Jonathan Patrick Davies
83040c34c4 * doc/requestsync.1: Describe environment variables used by requestsync.
(LP: #237595)
2008-08-10 12:09:41 +01:00
Jonathan Patrick Davies
860a2181ae * debian/changelog: Restored accidentally removed spaces.
* doc/dch-repeat.1: Created.
2008-08-10 11:35:55 +01:00
Jonathan Patrick Davies
20881174cd * doc/what-patch.1: Created.
* TODO: Updated.
* debian/changelog: Added new entry.
2008-08-10 11:06:13 +01:00
Siegfried-Angel Gevatter Pujals
82a29e4a88 Get ready for version 0.35. 2008-08-09 14:12:06 +02:00
Siegfried-Angel Gevatter Pujals
fcb0d7166a Merge with Iain Lane's branch and some other changes. 2008-08-04 20:51:47 +02:00
Iain Lane
7c2f501b5b Merge with trunk, update changelog with my new changes 2008-08-04 18:32:27 +01:00
Siegfried-Angel Gevatter Pujals
7d89c91b82 requestsync: If the email interface is used, check if DEBEMAIL is set before anything else (LP: #254632). 2008-08-04 15:16:07 +02:00
Siegfried-Angel Gevatter Pujals
27605a77a2 Remove --no-changelog from update-maintainer's manpage. 2008-08-04 14:56:15 +02:00
Luke Yelavich
b1308c7ba5 releasing version 0.34 2008-07-28 15:51:05 +10:00
Luke Yelavich
029266ffdd * update-maintainer: Remove dangling reference to --nochangelog
in usage function.
2008-07-18 13:30:50 +01:00
Martin Pitt
133caaf59b release as 0.33 to intrepid 2008-07-18 12:33:49 +01:00