Package: dupload
Version: 2.6.6
Severity: wishlist
My .dupload.conf contains:
$cfg{'cel'} = {
fqdn => "cel.leonerd.org.uk",
login => "packages",
postupload => {
changes => "ssh [email protected] reprepro -V
processincoming incoming",
},
...
};
Since I've had to repeat the login and fqdn twice, this seems a little
verbose. I'm also willing to bet that a lot of people's postupload
commands will be ssh'ing into the package repo and doing something.
I'd like to propose a nwe postupload_on_host that already did the ssh
part, thus allowing:
$cfg{'cel'} = {
fqdn => "cel.leonerd.org.uk",
login => "packages",
postupload_on_host => {
changes => "reprepro -V processincoming incoming",
},
...
};
This can then in fact be moved to a global section, rather than being
host-specific, if required.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dupload depends on:
ii perl 5.10.1-13 Larry Wall's Practical Extraction
ii perl-modules [libnet-perl] 5.10.1-13 Core Perl modules
Versions of packages dupload recommends:
ii openssh-client 1:5.5p1-4 secure shell (SSH) client, for sec
ii ssh 1:5.5p1-4 secure shell client and server (me
Versions of packages dupload suggests:
ii lintian 2.4.2 Debian package checker
ii postfix [mail-transport-agent 2.7.1-1 High-performance mail transport ag
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]