Log of /people
Directory Listing
Revision
168 -
Directory Listing
Modified
Tue Aug 19 12:32:57 2008 UTC
(4 years, 8 months ago)
by
lucas
described current status in changelog
Revision
167 -
Directory Listing
Modified
Tue Aug 19 12:29:13 2008 UTC
(4 years, 8 months ago)
by
lucas
applied the report patch to trunk@r166
Revision
166 -
Directory Listing
Modified
Tue Aug 19 12:26:20 2008 UTC
(4 years, 8 months ago)
by
lucas
branched my piuparts-report branch off trunk
Revision
165 -
Directory Listing
Modified
Tue Aug 19 12:25:44 2008 UTC
(4 years, 8 months ago)
by
lucas
added dir to store my branch
Revision
89 -
Directory Listing
Modified
Wed Sep 5 00:53:33 2007 UTC
(5 years, 8 months ago)
by
jsw-guest
Update the documentation and sample configuration files
Revision
88 -
Directory Listing
Modified
Wed Sep 5 00:27:12 2007 UTC
(5 years, 8 months ago)
by
jsw-guest
r79@neptune: jswright | 2007-09-04 18:15:04 -0600
* piuparts-master.py:
- Actually pass the section argument when initializing the Master object
* piuparts-slave.py:
- Allow for multiple sections in the config file, just like for
piuparts-master. This way, a single slave machine can have configurations
for multiple dists.
- Add an optional arch option to the configuration. If it is not specified,
the architecture is automatically determined using dpkg. (This way, a host
capable of running binaries for multiple architectures, e.g. amd64, can be
a piuparts slave for more than one architecture.)
- When creating a chroot, use the mirror specified in the config file
- Only try to build the upgrade test chroot if upgrade-test-distros is
defined in the config file
* piupartslib/packagesdb.py:
- Fix a bug in setting up log directories, where I was adding a string to a
list by accident
Revision
87 -
Directory Listing
Modified
Wed Sep 5 00:27:08 2007 UTC
(5 years, 8 months ago)
by
jsw-guest
r78@neptune: jswright | 2007-09-04 16:18:36 -0600
Remove master-section option -- since you must specify master-command anyway,
and the section is specified as an argument to piuparts-master.py, it should go
there.
Revision
86 -
Directory Listing
Modified
Wed Sep 5 00:27:04 2007 UTC
(5 years, 8 months ago)
by
jsw-guest
r77@neptune: jswright | 2007-08-29 22:55:05 -0600
piuparts-master.py:
* Allow multiple sections in the config file for different architecture/dist
combinations. For example. you could have a [sid-amd64] section that had a
packages-url key for sid on amd64, and a separate section for [etch-ia64].
Test logs are stored in a subdirectory corresponding to the section name.
* If an argument is given on the command-line, it is taken as the section in
the config file to use. If no argument is given, it defaults to "master"
for backwards compatibility.
piupartslib/packagesdb.py:
* The PackagesDB initializer now takes an optional prefix argument, to
facilitate keeping the test logs for each section separate
piuparts-slave.py:
* New configuration options:
- master-section: specify which section in the master config file to use
(doesn't do anything yet...)
- keep-sources-list: pass the --keep-sources-list option to piuparts
Things are still a bit broken, but here's a start...
Revision
85 -
Directory Listing
Modified
Wed Sep 5 00:27:00 2007 UTC
(5 years, 8 months ago)
by
jsw-guest
r76@neptune: jswright | 2007-08-29 21:40:23 -0600
Replace tabs with spaces
Revision
84 -
Directory Listing
Modified
Wed Sep 5 00:26:51 2007 UTC
(5 years, 8 months ago)
by
jsw-guest
r75@neptune: jswright | 2007-08-21 13:52:05 -0600
Start a branch for adding multiple architecture support to piuparts-master
Revision
39 -
Directory Listing
Modified
Mon Jul 2 00:51:39 2007 UTC
(5 years, 10 months ago)
by
ana
test commit email
Revision
38 -
Directory Listing
Modified
Mon Jul 2 00:34:05 2007 UTC
(5 years, 10 months ago)
by
ana
adding dir ana testing mail-commit
Revision
25 -
Directory Listing
Modified
Mon Jun 18 20:44:10 2007 UTC
(5 years, 11 months ago)
by
jsw-guest
Move my debian-native branch to the trunk
Revision
23 -
Directory Listing
Modified
Mon Jun 18 20:42:15 2007 UTC
(5 years, 11 months ago)
by
jsw-guest
Add debian directory, update debian/changelog
Revision
22 -
Directory Listing
Modified
Mon Jun 18 20:38:52 2007 UTC
(5 years, 11 months ago)
by
jsw-guest
Create a branch for debian nativeisation
Revision
21 -
Directory Listing
Modified
Fri Jun 15 11:51:10 2007 UTC
(5 years, 11 months ago)
by
jsw-guest
check_results():
- default value for packages argument should be an empty list, not None,
since we are creating a set out of it.
Revision
11 -
Directory Listing
Modified
Sun Feb 25 04:05:28 2007 UTC
(6 years, 2 months ago)
by
jsw-guest
Add an option "--warn-on-others", to prevent a purge-test from failing
if files owned by packages not explicitly specified on the command-line
are left behind. This way, if developers want to test their own
packages, only purge errors caused by their own packages will cause
failure. Files left behind by other packages will be considered
warnings.
This does have its shortcomings: if a file is left behind that doesn't
seem to belong to *any* package, using this option will make that a
warning rather than a failure. In my opinion, this is an acceptable
risk -- the offending file would still be output (as a warning), and the
developer would hopefully know which files belong to their package.
Revision
10 -
Directory Listing
Modified
Sun Feb 25 02:43:28 2007 UTC
(6 years, 2 months ago)
by
jsw-guest
* Create a directory for my branches
* Create a branch for adding an option to simply warn on purge errors from
packages other than the ones specified on the command-line, using the 0.20
tag as a basis
Revision
1 -
Directory Listing
Added
Sat Feb 24 16:10:13 2007 UTC
(6 years, 2 months ago)
by
h01ger-guest
create basic svn structure