1PTS-SUBSCRIBE(1) General Commands Manual PTS-SUBSCRIBE(1)
2
3
4
6 pts-subscribe - time-limited subscription to the PTS
7
9 pts-subscribe [options] package
10
11 pts-unsubscribe [options] package
12
14 pts-subscribe sends a subscription request for package to the Package
15 Tracking System at pts@qa.debian.org, and cancels the subscription 30
16 days later.
17
18 If called as pts-unsubscribe, send an unsubscription request for pack‐
19 age to the Package Tracking System.
20
21 This utility is useful if a developer has made an NMU and wants to
22 track the package for a limited period of time.
23
25 --until time, -u time
26 When at(1) should cancel the subscription. time must be speci‐
27 fied using at's syntax. Default is 'now + 30 days'. This
28 option will probably require quoting!
29
30 --forever
31 Don't cancel the subscription automatically. This can also be
32 specified as --until forever.
33
34 --help, -h
35 Display a help message and exit successfully.
36
37 --version
38 Display version and copyright information and exit successfully.
39
41 DEBEMAIL, EMAIL
42 If one of these is set (with preference give to DEBEMAIL), then
43 this will be used for the subscription address. If neither is
44 set, then the email will be sent without a specified subscrip‐
45 tion address, and the email's From: line will be used to deter‐
46 mine the sender's address. This will be determined by mail(1).
47
49 The two configuration files /etc/devscripts.conf and ~/.devscripts are
50 sourced in that order to set configuration variables. Command line
51 options can be used to override configuration file settings. Environ‐
52 ment variable settings are ignored for this purpose. The currently
53 recognised variables are:
54
55 PTS_UNTIL
56 Setting this is equivalent to giving a --until option.
57
59 at(1), information about the Package Tracking System in the Developer's
60 Reference at https://www.debian.org/doc/developers-refer‐
61 ence/resources.html#pkg-tracking-system
62
64 This program was written by Julian Gilbey <jdg@debian.org> based on a
65 public domain prototype by Raphael Hertzog <hertzog@debian.org> and is
66 copyright under the GPL, version 2 or later.
67
68
69
70DEBIAN Debian Utilities PTS-SUBSCRIBE(1)