graph
- listpackages command: if --track is omitted, list files of all tracks.2008-08-20, by Bernhard Herzog
- libgcrypt recipe: libgcrypt requires transfig and gs when creating the tarball2008-08-20, by Bernhard Herzog
- Make the version detection for the gnupg recipes more tolerant to deal2008-08-20, by Bernhard Herzog
- Extend debian/control file parser to cope with more real-world file.2008-08-01, by Bernhard Herzog
- Make filesupport.py more PEP8 conformant. Rename method2008-07-31, by Bernhard Herzog
- Log the output of the dpkg-source call to dpkg_source.txt.2008-07-31, by Bernhard Herzog
- Add logfile argument to treepkg.run.call to log the output of the2008-07-31, by Bernhard Herzog
- Add the add-binaries command to bin/treepkgbuilder.py2008-07-30, by Bernhard Herzog
- When building a subset of tracks, make sure new packages are added to2008-07-30, by Bernhard Herzog
- Add runtreepkg.py command line option --no-svn-update to inhibit updates2008-07-30, by Bernhard Herzog
- When signing Release files, delete the signature before creating a new2008-07-08, by Bernhard Herzog
- Fix typo2008-06-26, by Bernhard Herzog
- Use the FileTestMixin for the status tests, too.2008-06-26, by Bernhard Herzog
- For log files, use a name under the test specific temp dir to avoid2008-06-26, by Bernhard Herzog
- Rework test/filesupport.py so that test cases always use their own2008-06-26, by Bernhard Herzog
- Add the addkey command to bin/treepkgbuilder.py and a corresponding2008-06-25, by Bernhard Herzog
- Add test case for the save_after_exec parameter and adapt the other2008-06-25, by Bernhard Herzog
- Add the save_after_exec argument to the PBuilder.run_script method. If2008-06-25, by Bernhard Herzog
- Extend the PBuilder.run_script method so that the script can be called2008-06-25, by Bernhard Herzog
- Update demo.cfg with better defaults and a new paragraph for the2008-06-24, by Bernhard Herzog
- Implement optional signing of .dsc and .changes files2008-06-24, by Bernhard Herzog
- PBuilder: refactor the "pbuilder update" call into a separate method2008-06-24, by Bernhard Herzog
- Add bin/treepkgbuilder.py, a script to manage treepkg's pbuilder instance2008-06-24, by Bernhard Herzog
- Make PBuilder.update_extra_pkg_dir create Release and Release.gpg files2008-06-24, by Bernhard Herzog
- Adapt gnugp2 recipe to the filenameproperty renaming2008-06-24, by Bernhard Herzog
- treepkg.builder.PBuilder: refactor the actual apt-ftparchive call into a2008-06-23, by Bernhard Herzog
- Introduce filenameproperties for the various directories in the PBuilder class2008-06-23, by Bernhard Herzog
- Move the filenameproperty factory from treepkg/packager.py to2008-06-23, by Bernhard Herzog
- Add "--debbuildopts -b" to "pbuilder build" command line to stop2008-06-23, by Bernhard Herzog
- Move the pbuilder initialization code from bin/initpbuilder.py to2008-06-23, by Bernhard Herzog
- Extend listdir_abs with an optional glob pattern2008-06-20, by Bernhard Herzog
- Removed unused method PackageTrack.debian_source2008-06-20, by Bernhard Herzog
- Introduce package track config option signing_key_id to specify the2008-06-20, by Bernhard Herzog
- Add a function to sign a debian .dsc or .control file2008-06-20, by Bernhard Herzog
- Make treepkg.run.capture_output include the output in the2008-06-20, by Bernhard Herzog
- Extend treepkg.run.call so that data can be fed to stdin of the subprocess.2008-06-20, by Bernhard Herzog
- Fix spelling of the DebianControlFile.handle_source_paragraph method.2008-06-20, by Bernhard Herzog
- Remove debug print2008-06-19, by Bernhard Herzog
- kdepim recipe: raise an error if not all version replacements could be done2008-06-19, by Bernhard Herzog
- Make treepkg/utilreplace_in_file return whether any substitutions were made.2008-06-19, by Bernhard Herzog
- Changed matching string enterprise->enterprise35, so it matches2008-06-19, by Bernhard Reiter
- Make the template used by bin/publishstaticweb.py configurable.2008-06-17, by Bernhard Herzog
- gnupg2 recipe: create the pkits log with 0644 permissions2008-06-11, by Bernhard Herzog
- gnupg2 recipe: format the PKITS log as a HTML table2008-06-11, by Bernhard Herzog
- Serve log files ending with .html as text/html2008-06-10, by Bernhard Herzog
- Make status-by-startdate.html the default template. Sorting by date is2008-06-10, by Bernhard Herzog
- New alternative template for the status page. This one sorts by2008-06-09, by Bernhard Herzog
- Let the user supply the filename of the template to use for the status page.2008-06-09, by Bernhard Herzog
- Actually commit the web/status-by-revision.html2008-06-09, by Bernhard Herzog
- Move the default template for the status web page to the new directory2008-06-09, by Bernhard Herzog
- Make sure the log dir exists before attempting to run pbuilder build2008-06-05, by Bernhard Herzog
- Adapt web.py to use list_log_files when handling log files.2008-06-05, by Bernhard Herzog
- Add reportstatus.py flag --sort-on= to let the user choose the sort field.2008-06-05, by Bernhard Herzog
- new report type: sorted by start date instead of revision number. This2008-06-05, by Bernhard Herzog
- Rework treepkg/report.py to prepare for other report types. Adapt2008-06-05, by Bernhard Herzog
- New file. Script to update an existing treepkg installation to the2008-06-02, by Bernhard Herzog
- Create build_log.txt into the log/ subdirectory.2008-06-02, by Bernhard Herzog
- Rename the build log from build.log to build_log.txt. This makes2008-06-02, by Bernhard Herzog
- Extend the gnupg2 recipe so that it extracts the PKITS log.2008-06-02, by Bernhard Herzog
- Add RevisionPackager method list_log_files which returns a description2008-06-02, by Bernhard Herzog
- Extend _filenameproperty so that the filename can be interpreted2008-06-02, by Bernhard Herzog
- In PBuilder.run_script create the log file before starting pbuilder to2008-06-02, by Bernhard Herzog
- In the gnupg SmartSourcePackager, put the tarball creation log into the log_dir.2008-05-27, by Bernhard Herzog
- Add a log/ subdir for each revision. The filename is available as the2008-05-27, by Bernhard Herzog