[Python-modules-team] Bug#573527: python-paver: dry run is quite wet actually
Yaroslav Halchenko
debian at onerussian.com
Fri Mar 12 04:24:21 UTC 2010
Package: python-paver
Version: 1.0.1-1
Severity: normal
decided to smell paver a bit... from documentation:
$> paver --help | grep dry
-n, --dry-run don't actually do anything
so decided it would be safe to do:
$> lst
total 120
drwx------ 12 yoh yoh 4096 2010-03-11 23:20 doc/
-rw------- 1 yoh yoh 6436 2010-03-11 23:19 setup.pyc
$> paver -n write_log
---> pavement.write_log
$> lst
total 392
-rw------- 1 yoh yoh 270854 2010-03-11 23:20 Changelog
drwx------ 12 yoh yoh 4096 2010-03-11 23:20 doc/
-rw------- 1 yoh yoh 6436 2010-03-11 23:19 setup.pyc
so -- Changelog was generated, despite '-n' -- I guess it did something despite
its promise to do nothing ;)
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (901, 'unstable'), (900, 'testing'), (300, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages python-paver depends on:
ii libjs-jquery 1.3.3-2 JavaScript library for dynamic web
ii python 2.5.4-9 An interactive high-level object-o
ii python-support 1.0.6.1 automated rebuilding support for P
python-paver recommends no packages.
python-paver suggests no packages.
-- no debconf information
More information about the Python-modules-team
mailing list