Thu, 03 Dec 2009 11:23:00 +0000 |
Bernhard Herzog |
Copy the enterprise 4 packagers to the refactored kde enterprise
|
Thu, 03 Dec 2009 11:19:39 +0000 |
Bernhard Herzog |
Copy the enterprise 3.5 packagers to the refactored kde enterprise
|
Thu, 03 Dec 2009 11:13:02 +0000 |
Bernhard Herzog |
Create generic kde enterprise packager by copying and adapting
|
Thu, 03 Dec 2009 11:07:35 +0000 |
Bernhard Herzog |
Add directory structure for refactored kde enterprise packagers.
|
Wed, 02 Dec 2009 16:31:48 +0000 |
Bernhard Herzog |
Rework the packager mainloop. it's a bit simpler now and stopping should
|
Wed, 02 Dec 2009 15:37:46 +0000 |
Bernhard Herzog |
Implement tag exports in the subversion base classes.
|
Wed, 02 Dec 2009 14:46:37 +0000 |
Bernhard Herzog |
When stopping because of an error, do not raise the exception again as
|
Tue, 01 Dec 2009 18:54:34 +0000 |
Bernhard Herzog |
Do not require subclassing of recipes.kde_enterprise_3_5.base.BasePackageTrack.
|
Tue, 01 Dec 2009 11:52:07 +0000 |
Bernhard Herzog |
Move the should_stop check out of the try/except block so that it's not
|
Tue, 01 Dec 2009 11:47:52 +0000 |
Bernhard Herzog |
New command line argument --stop-on-error for runtreepkg.py and
|
Tue, 01 Dec 2009 11:42:14 +0000 |
Bernhard Herzog |
Make the svn external subdirectories configurable in the configuration
|
Tue, 01 Dec 2009 11:26:47 +0000 |
Bernhard Herzog |
Add per-track configuration option version_template used by the
|
Thu, 26 Nov 2009 20:20:57 +0000 |
Bernhard Herzog |
Add a way to specify svn subset checkouts where only parts of a source
|
Thu, 26 Nov 2009 15:37:48 +0000 |
Bernhard Herzog |
Check the URL of a working copy when updating a track's working copy.
|
Thu, 26 Nov 2009 15:23:13 +0000 |
Bernhard Herzog |
Add doc-string to SubversionError
|
Tue, 24 Nov 2009 16:35:41 +0000 |
Bernhard Herzog |
Do not require subclassing of
|
Fri, 20 Nov 2009 21:35:12 +0000 |
Bernhard Herzog |
Turn the SourcePackager class attribute changemsg_template into a
|
Fri, 20 Nov 2009 21:06:10 +0000 |
Bernhard Herzog |
Turn the SourcePackager class attribute pkg_basename into a per-track
|
Fri, 20 Nov 2009 20:22:34 +0000 |
Bernhard Herzog |
Add a paragraph about the new option deb_build_options to demo.cfg.
|
Fri, 20 Nov 2009 20:19:51 +0000 |
Bernhard Herzog |
Make it possible to use parallel builds for packages that support it:
|
Wed, 18 Nov 2009 18:11:22 +0000 |
Bernhard Herzog |
Make it easy to install extra binaries into subdirectories of extra-pkg.
|
Tue, 06 Oct 2009 13:34:49 +0000 |
Bernhard Herzog |
Correct the update of the sample configuration
|
Tue, 06 Oct 2009 13:18:32 +0000 |
Bernhard Herzog |
Update the sample configuration
|
Tue, 06 Oct 2009 13:13:04 +0000 |
Bernhard Herzog |
Replace debrevision_prefix with pkg_revision_template. Their meaning is
|
Tue, 06 Oct 2009 12:55:11 +0000 |
Bernhard Herzog |
fix typo
|
Tue, 06 Oct 2009 12:54:54 +0000 |
Bernhard Herzog |
fix typo
|
Fri, 18 Sep 2009 13:45:41 +0000 |
Bernhard Herzog |
Add --track-option command line option to set track-specific options.
|
Wed, 09 Sep 2009 16:36:23 +0000 |
Bernhard Herzog |
Avoid hard-coding the kde version: Do not override the
|
Tue, 01 Sep 2009 13:46:28 +0000 |
Bernhard Herzog |
Make the web status templates work with newer versions of genshi, like
|
Tue, 01 Sep 2009 13:35:23 +0000 |
Bernhard Herzog |
Make the #! line in the commands more portable. Use /usr/bin/python
|
Tue, 04 Aug 2009 10:32:33 +0000 |
Bernhard Herzog |
kdepim 3.5 recipes: Use the official tag date as the date in the package
|
Tue, 04 Aug 2009 10:30:48 +0000 |
Bernhard Herzog |
kde-i18n recipe: Use the enterprise_version already provided by the base
|
Tue, 04 Aug 2009 10:29:53 +0000 |
Bernhard Herzog |
kdepim 3.5 recipes: Use the new BaseRevisionPackager
|
Tue, 04 Aug 2009 10:13:12 +0000 |
Bernhard Herzog |
kdepim recipes: introduce a BaseRevisionPackager that allows the track
|
Tue, 04 Aug 2009 10:09:12 +0000 |
Bernhard Herzog |
Add functions to get SVN logs and extract tag revisions from it. Add
|
Tue, 04 Aug 2009 10:01:56 +0000 |
Bernhard Herzog |
Pass the package revision as a parameter to the RevisionPackager
|
Mon, 03 Aug 2009 18:57:27 +0000 |
Bernhard Herzog |
When building a tagged revision, make sure to explicitly use the
|
Thu, 07 May 2009 18:44:36 +0000 |
Bernhard Herzog |
Use BaseSourcePackager to build enterprise4 kde_l10n, moving the package
|
Thu, 07 May 2009 16:55:06 +0000 |
Bernhard Herzog |
Reuse most of the code from recipes/kde_enterprise_3_5/base.py for enterprise4
|
Thu, 07 May 2009 16:02:23 +0000 |
Bernhard Herzog |
Use base.BaseSourcePackager for building enterprise 35 kde-i18n and rely
|
Thu, 07 May 2009 16:01:10 +0000 |
Bernhard Herzog |
Add pkgbaseversion parameter to the prepare_sources_for_tarball method
|
Thu, 07 May 2009 15:35:28 +0000 |
Bernhard Herzog |
Define changemsg_template in BaseSourcePackager and not in the kdepim
|
Thu, 07 May 2009 15:19:15 +0000 |
Bernhard Herzog |
Refactoring: Implement do_package in treepkg.packager.SourcePackager.
|
Thu, 07 May 2009 14:25:10 +0000 |
Bernhard Herzog |
Refactoring: Move the TagDetector class into the treepkg.subversion module
|
Thu, 07 May 2009 14:11:14 +0000 |
Bernhard Herzog |
Remove unused imports
|
Thu, 07 May 2009 13:51:21 +0000 |
Bernhard Herzog |
Implement tag detection for the KDEPIM enterprise 3.5 packages. This is
|
Wed, 06 May 2009 14:00:51 +0000 |
Bernhard Herzog |
Add tag detection to the enterprise4 kde-l10n packager by using
|
Wed, 06 May 2009 13:54:04 +0000 |
Bernhard Herzog |
Make treepkg.subversion.last_changed_revision raise SubversionError if
|
Wed, 06 May 2009 13:52:26 +0000 |
Bernhard Herzog |
Improve handling of nested subdirectories of tags in the enterprise4 tag
|
Thu, 30 Apr 2009 10:30:04 +0000 |
Bernhard Herzog |
Refactor the enterprise4 BasePackageTrack to make it possible to
|
Thu, 30 Apr 2009 10:21:01 +0000 |
Bernhard Herzog |
Add revision and recurse parameters to treepkg.subversion.export
|
Wed, 29 Apr 2009 16:53:00 +0000 |
Bernhard Herzog |
Add automatic detection and builds of svn tags for the kdepim enterprise4
|
Wed, 29 Apr 2009 14:37:22 +0000 |
Bernhard Herzog |
Make a revision's tag available to the report template
|
Tue, 28 Apr 2009 10:23:08 +0000 |
Bernhard Herzog |
Add --quiet option so that publishpackages.py can be run without any output.
|
Fri, 24 Apr 2009 18:33:12 +0000 |
Bernhard Herzog |
Add treepkg/subversion.list_url function, a wrapper for "svn list"
|
Fri, 24 Apr 2009 18:21:01 +0000 |
Bernhard Herzog |
Move the code that creates the builder for a new revision to a separate method.
|
Fri, 24 Apr 2009 18:04:40 +0000 |
Bernhard Herzog |
Add tag parameter to RevisionPackager constructor. The tag is stored in
|
Fri, 24 Apr 2009 17:55:29 +0000 |
Bernhard Herzog |
Add a tags field to the revision status to keep track of which tags
|
Fri, 17 Apr 2009 18:48:58 +0000 |
Bernhard Herzog |
Allow default values for individual options to be passed to read_config_section.
|
Thu, 16 Apr 2009 17:10:41 +0000 |
Bernhard Herzog |
Fix comment
|
Thu, 16 Apr 2009 09:32:35 +0000 |
Bernhard Herzog |
Make publishpackages.py work for automated regular publishing of the
|
Wed, 15 Apr 2009 13:50:31 +0000 |
Bernhard Herzog |
Improve default value and explanation for the cachedir setting
|
Tue, 14 Apr 2009 13:15:41 +0000 |
Bernhard Herzog |
Correct the help string for listpackages' --newest option and set a
|
Tue, 14 Apr 2009 12:45:12 +0000 |
Bernhard Herzog |
Add --newest=N option to listpackages to get more than one newest
|
Tue, 14 Apr 2009 09:41:59 +0000 |
Bernhard Herzog |
Make bin/listpackages.py ignore revisions that have not been built
|
Thu, 09 Apr 2009 18:59:44 +0000 |
Bernhard Herzog |
Make bin/listpackages.py prefer the newest packages by start-time, not
|
Thu, 09 Apr 2009 18:20:04 +0000 |
Bernhard Herzog |
Make the Status class usable without a filename and provide methods to
|
Mon, 09 Mar 2009 16:00:44 +0000 |
Bernhard Herzog |
Add config settings "distribution" and "section" so that they don't have
|
Fri, 06 Mar 2009 19:57:04 +0000 |
Bernhard Herzog |
Make bin/listpackages.py handle corner cases like no revisions built or
|
Fri, 06 Mar 2009 19:22:53 +0000 |
Bernhard Herzog |
Mention rules revision in text of --revision parameter of bin/publishpackages.py
|
Fri, 06 Mar 2009 19:21:56 +0000 |
Bernhard Herzog |
Extend --revision parameter of bin/listpackages.py to accept rules revision too.
|
Tue, 24 Feb 2009 18:28:25 +0000 |
Bernhard Herzog |
Add --save-after-login option to bin/treepkgbuilder.py and corresponding
|
Wed, 21 Jan 2009 14:02:01 +0000 |
Bernhard Herzog |
Report the revision correctly
|
Tue, 20 Jan 2009 11:06:35 +0000 |
Bernhard Herzog |
Add execute command to treepkgbuilder
|
Fri, 16 Jan 2009 20:42:06 +0000 |
Bernhard Herzog |
Add test for bin/listpendingnotifications.py
|
Wed, 14 Jan 2009 17:20:42 +0000 |
Bernhard Herzog |
Include the rules revision in the output of listpendingnotifications.py
|
Wed, 14 Jan 2009 17:08:51 +0000 |
Bernhard Herzog |
Add the rules revision number to the filenames referenced by
|
Wed, 14 Jan 2009 16:33:47 +0000 |
Bernhard Herzog |
Add the rules revision number to the filenames used by the web status
|
Tue, 13 Jan 2009 17:20:25 +0000 |
Bernhard Herzog |
Fix problem with determining whether a given revision has already been packaged
|
Tue, 13 Jan 2009 16:58:28 +0000 |
Bernhard Herzog |
Show the rules revision in the reports generated by bin/reportstatus.py
|
Tue, 13 Jan 2009 16:58:02 +0000 |
Bernhard Herzog |
Use better names for the rules revision in the structs in the reports.
|
Tue, 13 Jan 2009 16:33:39 +0000 |
Bernhard Herzog |
Provide the rules revision number to reports
|
Tue, 13 Jan 2009 16:18:58 +0000 |
Bernhard Herzog |
Add a way to specify the svn URL of the repository with the debian rules
|
Tue, 13 Jan 2009 15:03:21 +0000 |
Bernhard Herzog |
Extend bin/updatetreepkg.py to rename the revision directories if they
|
Tue, 13 Jan 2009 15:01:22 +0000 |
Bernhard Herzog |
When checking whether to build a new revision, also update the rules
|
Tue, 13 Jan 2009 14:31:59 +0000 |
Bernhard Herzog |
Use treepkg.subversion.ManualWorkingCopy for the debian directory in a
|
Tue, 13 Jan 2009 14:21:37 +0000 |
Bernhard Herzog |
Add treepkg.subversion.ManualWorkingCopy. Same interface as
|
Tue, 13 Jan 2009 13:48:59 +0000 |
Bernhard Herzog |
Prepare for svn managed debian rules directories. So far, the directory
|
Fri, 09 Jan 2009 21:13:51 +0000 |
Bernhard Herzog |
Fix a bug introduced by the subversion interface reorganization
|
Thu, 08 Jan 2009 19:58:06 +0000 |
Bernhard Herzog |
Make bin/updatetreepkg.py executable
|
Thu, 08 Jan 2009 19:56:19 +0000 |
Bernhard Herzog |
Adapt enterprise_4 kde_l10n recipe to changes in debian lenny
|
Thu, 08 Jan 2009 19:35:56 +0000 |
Bernhard Herzog |
Adapt enterprise_4 kde_l10n recipe to treepkg changes
|
Thu, 08 Jan 2009 16:55:18 +0000 |
Bernhard Herzog |
Handle the svn repositories and working copies in a more object oriented way
|
Thu, 08 Jan 2009 14:26:12 +0000 |
Bernhard Herzog |
some cosmetic changes:
|
Wed, 07 Jan 2009 19:57:46 +0000 |
Bernhard Herzog |
Remove the unused PackageTrack.last_packaged_revision method and
|
Tue, 06 Jan 2009 16:45:38 +0000 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdepim packager
|
Tue, 06 Jan 2009 16:39:52 +0000 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdebase_workspace
|
Tue, 06 Jan 2009 16:34:01 +0000 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdebase_runtime
|
Tue, 06 Jan 2009 16:25:52 +0000 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdepimlibs packager
|
Tue, 06 Jan 2009 16:09:41 +0000 |
Bernhard Herzog |
Use the recipes.kde_enterprise_4.base module to define the kdelibs packager
|
Tue, 06 Jan 2009 16:01:11 +0000 |
Bernhard Herzog |
New module with code common to almost all kdepim enterprise 4 recipes
|
Mon, 05 Jan 2009 16:57:04 +0000 |
Bernhard Herzog |
Removed kdebase recipe because it's not used.
|
Thu, 18 Dec 2008 14:31:58 +0000 |
Bernhard Herzog |
Activate version number patching for KDEPIM enterprise4 packages.
|
Fri, 28 Nov 2008 15:36:10 +0000 |
Bernhard Herzog |
Add --bind-mount option to bin/treepkgbuilder.py's login command and a
|
Fri, 28 Nov 2008 15:11:18 +0000 |
Bernhard Herzog |
Fix filename in demopublishpackages.cfg
|
Fri, 14 Nov 2008 19:46:56 +0000 |
Bernhard Herzog |
Add more KDEPIM Enterprise 4 recipes: l10n, kdebase_runtime, kdebase_workspace
|
Fri, 14 Nov 2008 19:41:21 +0000 |
Bernhard Herzog |
Add build command to bin/treepkgbuilder.py
|
Fri, 14 Nov 2008 19:41:03 +0000 |
Bernhard Herzog |
Make logfile and binary_dir parameters of PBuilder.build optional.
|
Thu, 06 Nov 2008 15:59:50 +0000 |
Bernhard Herzog |
Allow checkouts of specific revision and to prohibit recursion during
|
Thu, 06 Nov 2008 15:36:29 +0000 |
Bernhard Herzog |
SourcePackager.create_tarball: add parameter to specify compression method
|
Thu, 06 Nov 2008 15:25:37 +0000 |
Bernhard Herzog |
Fix doc-string
|
Wed, 15 Oct 2008 15:45:38 +0000 |
Bernhard Herzog |
remove unused method kdebase_version
|
Fri, 05 Sep 2008 19:43:59 +0000 |
Bernhard Herzog |
Add recipes for KDEPIM enterprise 4 packages
|
Fri, 05 Sep 2008 12:04:23 +0000 |
Bernhard Herzog |
Rename TestDebianControlFile to TestDebianControlFileSimple to use a
|
Thu, 04 Sep 2008 13:39:58 +0000 |
Bernhard Herzog |
Fix comment
|
Wed, 20 Aug 2008 13:37:52 +0000 |
Bernhard Herzog |
Add login command to bin/treepkgbuilder.py and corresponding method in
|
Wed, 20 Aug 2008 13:30:21 +0000 |
Bernhard Herzog |
publishpackages command: if --track is omitted, publish files of all tracks.
|
Wed, 20 Aug 2008 13:05:57 +0000 |
Bernhard Herzog |
listpackages command: if --track is omitted, list files of all tracks.
|
Wed, 20 Aug 2008 12:59:45 +0000 |
Bernhard Herzog |
libgcrypt recipe: libgcrypt requires transfig and gs when creating the tarball
|
Wed, 20 Aug 2008 12:58:20 +0000 |
Bernhard Herzog |
Make the version detection for the gnupg recipes more tolerant to deal
|
Fri, 01 Aug 2008 19:54:58 +0000 |
Bernhard Herzog |
Extend debian/control file parser to cope with more real-world file.
|
Thu, 31 Jul 2008 10:36:17 +0000 |
Bernhard Herzog |
Make filesupport.py more PEP8 conformant. Rename method
|
Thu, 31 Jul 2008 10:17:56 +0000 |
Bernhard Herzog |
Log the output of the dpkg-source call to dpkg_source.txt.
|
Thu, 31 Jul 2008 10:00:25 +0000 |
Bernhard Herzog |
Add logfile argument to treepkg.run.call to log the output of the
|
Wed, 30 Jul 2008 19:30:21 +0000 |
Bernhard Herzog |
Add the add-binaries command to bin/treepkgbuilder.py
|
Wed, 30 Jul 2008 19:23:10 +0000 |
Bernhard Herzog |
When building a subset of tracks, make sure new packages are added to
|
Wed, 30 Jul 2008 19:00:31 +0000 |
Bernhard Herzog |
Add runtreepkg.py command line option --no-svn-update to inhibit updates
|
Tue, 08 Jul 2008 15:39:34 +0000 |
Bernhard Herzog |
When signing Release files, delete the signature before creating a new
|
Thu, 26 Jun 2008 16:48:20 +0000 |
Bernhard Herzog |
Fix typo
|
Thu, 26 Jun 2008 16:38:09 +0000 |
Bernhard Herzog |
Use the FileTestMixin for the status tests, too.
|
Thu, 26 Jun 2008 16:33:14 +0000 |
Bernhard Herzog |
For log files, use a name under the test specific temp dir to avoid
|
Thu, 26 Jun 2008 16:23:26 +0000 |
Bernhard Herzog |
Rework test/filesupport.py so that test cases always use their own
|
Wed, 25 Jun 2008 15:15:30 +0000 |
Bernhard Herzog |
Add the addkey command to bin/treepkgbuilder.py and a corresponding
|
Wed, 25 Jun 2008 15:14:27 +0000 |
Bernhard Herzog |
Add test case for the save_after_exec parameter and adapt the other
|
Wed, 25 Jun 2008 15:09:06 +0000 |
Bernhard Herzog |
Add the save_after_exec argument to the PBuilder.run_script method. If
|
Wed, 25 Jun 2008 13:36:38 +0000 |
Bernhard Herzog |
Extend the PBuilder.run_script method so that the script can be called
|
Tue, 24 Jun 2008 19:02:20 +0000 |
Bernhard Herzog |
Update demo.cfg with better defaults and a new paragraph for the
|
Tue, 24 Jun 2008 18:08:31 +0000 |
Bernhard Herzog |
Implement optional signing of .dsc and .changes files
|
Tue, 24 Jun 2008 17:59:49 +0000 |
Bernhard Herzog |
PBuilder: refactor the "pbuilder update" call into a separate method
|
Tue, 24 Jun 2008 17:52:14 +0000 |
Bernhard Herzog |
Add bin/treepkgbuilder.py, a script to manage treepkg's pbuilder instance
|
Tue, 24 Jun 2008 15:10:39 +0000 |
Bernhard Herzog |
Make PBuilder.update_extra_pkg_dir create Release and Release.gpg files
|
Tue, 24 Jun 2008 10:20:12 +0000 |
Bernhard Herzog |
Adapt gnugp2 recipe to the filenameproperty renaming
|
Mon, 23 Jun 2008 19:36:45 +0000 |
Bernhard Herzog |
treepkg.builder.PBuilder: refactor the actual apt-ftparchive call into a
|
Mon, 23 Jun 2008 19:29:39 +0000 |
Bernhard Herzog |
Introduce filenameproperties for the various directories in the PBuilder class
|
Mon, 23 Jun 2008 19:26:21 +0000 |
Bernhard Herzog |
Move the filenameproperty factory from treepkg/packager.py to
|
Mon, 23 Jun 2008 16:12:01 +0000 |
Bernhard Herzog |
Add "--debbuildopts -b" to "pbuilder build" command line to stop
|
Mon, 23 Jun 2008 13:21:08 +0000 |
Bernhard Herzog |
Move the pbuilder initialization code from bin/initpbuilder.py to
|
Fri, 20 Jun 2008 15:51:24 +0000 |
Bernhard Herzog |
Extend listdir_abs with an optional glob pattern
|
Fri, 20 Jun 2008 15:19:03 +0000 |
Bernhard Herzog |
Removed unused method PackageTrack.debian_source
|
Fri, 20 Jun 2008 15:08:59 +0000 |
Bernhard Herzog |
Introduce package track config option signing_key_id to specify the
|
Fri, 20 Jun 2008 14:54:27 +0000 |
Bernhard Herzog |
Add a function to sign a debian .dsc or .control file
|
Fri, 20 Jun 2008 14:40:29 +0000 |
Bernhard Herzog |
Make treepkg.run.capture_output include the output in the
|
Fri, 20 Jun 2008 14:06:27 +0000 |
Bernhard Herzog |
Extend treepkg.run.call so that data can be fed to stdin of the subprocess.
|
Fri, 20 Jun 2008 10:19:26 +0000 |
Bernhard Herzog |
Fix spelling of the DebianControlFile.handle_source_paragraph method.
|
Thu, 19 Jun 2008 14:27:49 +0000 |
Bernhard Herzog |
Remove debug print
|
Thu, 19 Jun 2008 12:26:07 +0000 |
Bernhard Herzog |
kdepim recipe: raise an error if not all version replacements could be done
|
Thu, 19 Jun 2008 12:25:30 +0000 |
Bernhard Herzog |
Make treepkg/utilreplace_in_file return whether any substitutions were made.
|
Thu, 19 Jun 2008 10:13:39 +0000 |
Bernhard Reiter |
Changed matching string enterprise->enterprise35, so it matches
|
Tue, 17 Jun 2008 18:06:21 +0000 |
Bernhard Herzog |
Make the template used by bin/publishstaticweb.py configurable.
|
Wed, 11 Jun 2008 12:59:17 +0000 |
Bernhard Herzog |
gnupg2 recipe: create the pkits log with 0644 permissions
|
Wed, 11 Jun 2008 09:48:57 +0000 |
Bernhard Herzog |
gnupg2 recipe: format the PKITS log as a HTML table
|
Tue, 10 Jun 2008 15:37:22 +0000 |
Bernhard Herzog |
Serve log files ending with .html as text/html
|
Tue, 10 Jun 2008 09:51:50 +0000 |
Bernhard Herzog |
Make status-by-startdate.html the default template. Sorting by date is
|
Mon, 09 Jun 2008 16:34:23 +0000 |
Bernhard Herzog |
New alternative template for the status page. This one sorts by
|
Mon, 09 Jun 2008 16:33:20 +0000 |
Bernhard Herzog |
Let the user supply the filename of the template to use for the status page.
|
Mon, 09 Jun 2008 10:51:56 +0000 |
Bernhard Herzog |
Actually commit the web/status-by-revision.html
|
Mon, 09 Jun 2008 10:51:28 +0000 |
Bernhard Herzog |
Move the default template for the status web page to the new directory
|
Thu, 05 Jun 2008 12:34:55 +0000 |
Bernhard Herzog |
Make sure the log dir exists before attempting to run pbuilder build
|
Thu, 05 Jun 2008 12:13:38 +0000 |
Bernhard Herzog |
Adapt web.py to use list_log_files when handling log files.
|
Thu, 05 Jun 2008 11:06:58 +0000 |
Bernhard Herzog |
Add reportstatus.py flag --sort-on= to let the user choose the sort field.
|
Thu, 05 Jun 2008 11:05:55 +0000 |
Bernhard Herzog |
new report type: sorted by start date instead of revision number. This
|
Thu, 05 Jun 2008 10:36:10 +0000 |
Bernhard Herzog |
Rework treepkg/report.py to prepare for other report types. Adapt
|
Mon, 02 Jun 2008 17:44:19 +0000 |
Bernhard Herzog |
New file. Script to update an existing treepkg installation to the
|
Mon, 02 Jun 2008 17:43:22 +0000 |
Bernhard Herzog |
Create build_log.txt into the log/ subdirectory.
|
Mon, 02 Jun 2008 17:05:02 +0000 |
Bernhard Herzog |
Rename the build log from build.log to build_log.txt. This makes
|
Mon, 02 Jun 2008 15:58:13 +0000 |
Bernhard Herzog |
Extend the gnupg2 recipe so that it extracts the PKITS log.
|
Mon, 02 Jun 2008 15:46:41 +0000 |
Bernhard Herzog |
Add RevisionPackager method list_log_files which returns a description
|
Mon, 02 Jun 2008 15:01:34 +0000 |
Bernhard Herzog |
Extend _filenameproperty so that the filename can be interpreted
|
Mon, 02 Jun 2008 14:55:34 +0000 |
Bernhard Herzog |
In PBuilder.run_script create the log file before starting pbuilder to
|
Tue, 27 May 2008 18:07:37 +0000 |
Bernhard Herzog |
In the gnupg SmartSourcePackager, put the tarball creation log into the log_dir.
|
Tue, 27 May 2008 17:55:08 +0000 |
Bernhard Herzog |
Add a log/ subdir for each revision. The filename is available as the
|
Tue, 27 May 2008 13:12:12 +0000 |
Bernhard Herzog |
Make more of RevisionPackager available to SourcePackager and
|
Mon, 26 May 2008 15:01:00 +0000 |
Bernhard Herzog |
Add recipes for gnupg and related packages
|
Fri, 23 May 2008 19:29:42 +0000 |
Bernhard Herzog |
Update demo.cfg: add option for dependency handling, adapt
|
Fri, 23 May 2008 19:16:08 +0000 |
Bernhard Herzog |
Reorganize and rename the packager hierarchy.
|
Fri, 23 May 2008 17:44:15 +0000 |
Bernhard Herzog |
Try to determine dependencies only when treepkg is fully configured.
|
Fri, 23 May 2008 16:42:52 +0000 |
Bernhard Herzog |
Fix typo in comment in demo.cfg
|
Fri, 23 May 2008 16:31:58 +0000 |
Bernhard Herzog |
Add the handle_dependencies Option for the config file. Extend the test
|
Fri, 23 May 2008 16:11:22 +0000 |
Bernhard Herzog |
Add basic dependency handling to PackageTrack and PackagerGroup.
|
Thu, 22 May 2008 19:13:12 +0000 |
Bernhard Herzog |
Add treepkg/debian.py and test/test_debian.py with code and tests to
|
Thu, 22 May 2008 18:53:14 +0000 |
Bernhard Herzog |
New parameter for PBuilder.build: extra_env, a mapping with extra
|
Thu, 22 May 2008 18:12:30 +0000 |
Bernhard Herzog |
Make the import_packager_module function more flexible. The modules may
|