Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
make code slightly easier to read
Use new-stype data/ftp layout
string.strip doesn't do what I thought it did. It would strip away all
chars found in the 2nd argument, so string.strip("pa3aba@debian.org",
"@debian.org") would not only remove the "@debian.org" at the end, but
also all "a"s in the login...
Thanks to Jeroen van Wolffelaar for pointing this out and Nick Rusnov
for suggesting a fix. Sorry about this.
Fix the check. Jeroen wants to distinguish between having filled in an empty justification and not having specified (asked for) a justification yet.
Ask for a justification only once per session. Patch by Jeroen van Wolffelaar.
Don't hardcode the domain
Avoid 2 regexes
Only increase the counter when a template file has actually been written.
Accept an email address as parameter and orphan all packages where the email address matches the maintainer field. Patch by Jeroen van Wolffelaar.
Update vim modeline.
Wrap the justification.
Add short help blurbs
Remove commas from package names so something like "a, b, c" can be passed to wnpp-orphan.
Actually get a proper description. The if never be true since I added a dummy description for all packages in case there isn't one.
Don't specify the default option explicitly, simply use the one listed first.
Set empty options in the scripts so they don't have to be listed in the config file (inspired by James Troup).
Use the first action from mia.conf as default action.
Don't fail if the package is not in the packages file. This happens for arch specific packages which are not in the i386 packages file.
Put the justification on one line
Simply print all tags, so we don't have to hard code them.
Complain if no package was given.
Show the valid actions in --help
Inform the user where the template is written.
Move uploaders check to the beginning
Actually ask for input.
Added a script which can be used to orphan packages easily.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |