65 Commits

Author SHA1 Message Date
Colin Watson
f01cebdaea I think "trustworthy" is a better choice of word than "trustful" here 2009-06-09 10:57:24 +01:00
Iain Lane
b4cd975dc8 * ubuntutools/lp/lp_functions.py,
ubuntutools/lp/udtexceptions.py:
  - Add new public functions that expose features from LP API
  - Modify isLPTeamMember to use LP API
* requestsync
  - Use new functions to check if user can upload requested package directly
    instead of checking team membership
  - Default to current development release if no release is specified on
    commandline
* buildd
  - Check if user has upload privileges instead of checking for team
    membership when seeing if operations are permitted
2009-05-09 20:09:56 +01:00
Kees Cook
25488361a5 clarify that "UPDATE" meant "CHANGE", move man page apt into a separate example 2009-05-06 11:00:21 -07:00
Daniel Hahler
852700f3d5 mk-sbuild-lv: use same code an in man page for "To UPDATE the golden image" example and actually fix it, to use single quotes. 2009-05-05 23:42:42 +02:00
Kees Cook
58cc975f12 * mk-sbuild-lv:
- Fully handle missing build log directories (LP: #342154).
  - More generalized approach to Distro-specific logic (LP: #342158).
2009-03-30 12:40:15 -07:00
Ryan Kavanagh
2b7daa462c Moved ubuild-rdeps to reverse-build-depends so that people don't have to learn a new command name 2009-03-28 15:22:58 -04:00
Ryan Kavanagh
1a217816e4 Fixed mk-sbuild-lv and switched out reverse-build-depends for an Ubuntu port of build-rdeps 2009-03-28 14:29:04 -04:00
Jonathan Davies
97c43e379f Added new manpage for grab-merge. 2009-03-26 22:53:43 +00:00
Jonathan Davies
5cf5a784ec Merged Mitsuya Shibata's FeatureFreezeException explanation flag for requestsync. 2009-03-15 18:14:55 +00:00
Mitsuya Shibata
c359d6ea5a Add FFe report for requestsync. 2009-03-16 00:27:27 +09:00
Ryan Kavanagh
6de5aee07b mk-sbuild-lv: Added support for Debian chroots. Updated manpage. (LP: #342158) 2009-03-14 17:03:09 -04:00
Jonathan Davies
53174fa9aa Applied Terence's patch for fixing dgetlp argument error and man page update. 2009-02-01 13:59:42 +00:00
Loïc Minier
3574ad4de5 Fix a bunch of hyphen-used-as-minus-sign lintian informational tags. 2009-01-19 14:10:41 +01:00
Jonathan Davies
da7a71e54f 0.54 upload.
* manage-credentials:
  - Save credentials to ~/.cache/lp_credentials/ by
    default.
  - Set service option default to edge.
* doc/manage-credentials.1: Update as necessary for the above.
* common.py:
  - When credentials are not found, ask user to see
    manage-credentials manpage.
  - Load all token files for the consumer specified in the above
    directory as necessary.
2009-01-14 19:49:18 +00:00
Jonathan Davies
23ea5aeb42 0.52 uploaded. 2009-01-14 13:23:19 +00:00
Jonathan Davies
6d5d623e62 * doc/manage-credentials.1: Written up.
* common.py: Change default location of our credentials to
  ~/.lp_credentials.txt and service to edge.
* requestsync.1: Change as necessary to launchpadlib.
2009-01-13 21:43:14 +00:00
Siegfried-Angel Gevatter Pujals
4e476d4755 - Add compatibility for cowbuilder.
- Fix the mainonly support.
  - Rename build.log to last_operation.log.
* pbuilder-dist, pbuilder-dist.new:
  - Replace pbuilder-dist with pbuilder-dist.new.
* debian/links:
  - Symlink /usr/bin/cowbuilder-dist to /usr/bin/pbuilder-dist, and the
    same with the manpage.
* debian/control:
  - Add cowdancer as alternative recommends to pbuilder.
* doc/pbuilder-dist.1:
  - Update it to explain the usage for the new pbuilder-dist script.
* doc/mk-sbuild-lv.1:
  - Fix an error (and get ride of a lintian warning).
2009-01-10 15:09:09 +01:00
Kees Cook
8583d8bf15 mk-sbuild-lv: add --skip-updates to allow building security-only chroots. 2009-01-03 10:50:53 -08:00
Jonathan Davies
50d55f1d9a * requestsync: Readd sponsorship flag and related documentation in
doc/requestsync.1 (LP: #270605).
2008-12-29 18:58:11 +00: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
Colin Watson
4b3746bb6d Fix a number of minor glitches in manual pages. 2008-09-01 09:50:23 +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
Ryan Kavanagh
990ad2e6bf Added hugdaylist.1 2008-08-27 10:52:32 -04:00
Jonathan Patrick Davies
01db3cd8aa * doc/requestsync.1: Document new -d flag. 2008-08-26 15:33:01 +01: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
Jonathan Patrick Davies
e5052d74a8 * Added note about Mozilla Firefox cookie file to doc/requestsync.1 and doc/buildd.1. 2008-08-14 21:43:14 +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
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
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
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
Jordan Mantha
f612d1cadc remove release specific example in requestsync man page 2008-08-07 20:49:15 -07: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
Iain Lane
35392e884d Add -h, --help to pull-lp-source. Add pull-lp-source manpage. 2008-08-04 18:23:13 +01:00
Siegfried-Angel Gevatter Pujals
27605a77a2 Remove --no-changelog from update-maintainer's manpage. 2008-08-04 14:56:15 +02:00
Siegfried-Angel Gevatter Pujals
670db8f99d Add pbuilder-dist-simple. 2008-02-25 21:11:24 +01:00
Siegfried-Angel Gevatter Pujals
8a518715e0 404main changes 2008-02-24 18:50:01 +01:00
Daniel Holbach
36772683d0 * README, debian/rules, doc/ppaput.1.docbook, ppaput, setup.py: removed
ppaput for now. It has shortcomings and is not actively used in the
  sponsoring process.
2008-02-22 18:57:56 +01:00
Siegfried-Angel Gevatter Pujals
737d0f8ad4 Released version 0.26 (with only some of the current changes); updated changelog. Other changes. 2008-02-17 23:39:10 +01:00
Siegfried-Angel Gevatter Pujals
abaa5f068a Many changes (most related to manpages). 2008-02-17 18:29:47 +01:00
Siegfried-Angel Gevatter Pujals
90be92d8d5 Little changes in update-maintainer; add a manpage for it. Merge with Andrew Hunter's branch. 2008-02-17 17:55:25 +01:00
Michael Bienia
cd7ea02ceb * Add python-launchpad-bugs support to requestsync and update the manpage. 2008-01-19 15:40:28 +01:00
Siegfried-Angel Gevatter Pujals (RainCT)
19e5ab20f6 Add a manpage for reverse-build-depends; add the text 'ubuntu-dev-tools' to the footer of all manpages (except ppaput); update the README file to add 4 or 5 missing scripts; some other change? 2008-01-17 21:04:34 +01:00
Siegfried-Angel Gevatter Pujals (RainCT)
11a3f04603 Update my email address. 2008-01-17 19:43:26 +01:00
Siegfried-Angel Gevatter Pujals (RainCT)
bc45b6e681 Add manpage for check-symbols. General QA 2007-12-17 00:24:59 +01:00