log treepkg/packager.py @ 551:d2b294e4ede7

age author description
Tue, 08 Mar 2011 14:02:19 +0000 Bjoern Ricks add short_rules_revision template
Tue, 08 Feb 2011 18:07:57 +0000 Bjoern Ricks fixed typo
Tue, 01 Feb 2011 09:00:11 +0000 Bjoern Ricks short revision doesn't depend on pkg_revision
Tue, 11 Jan 2011 16:27:02 +0000 Bjoern Ricks provide stubs for short_revision number
Wed, 22 Dec 2010 16:49:12 +0000 Bjoern Ricks fix: self.pkg_revision is already set
Wed, 22 Dec 2010 16:44:04 +0000 Bjoern Ricks add more substituteable variables for changelog message
Wed, 10 Nov 2010 13:17:32 +0000 Bjoern Ricks rename do_svn_update in do_update because we provide svn and git support now
Wed, 10 Nov 2010 11:35:47 +0000 Bjoern Ricks fix indentation
Wed, 10 Nov 2010 09:33:36 +0000 Bjoern Ricks set tag scm types to continous scm types if not set by user
Tue, 09 Nov 2010 17:20:47 +0000 Bjoern Ricks new variable to set choose the scm for sources and debian dirs
Tue, 09 Nov 2010 15:26:20 +0000 Bjoern Ricks provide a possibility to use rules from a git repo
Mon, 25 Oct 2010 14:30:08 +0000 Andre Heinecke Remove the type for the additionals variable in determine_package_version
Mon, 25 Oct 2010 14:00:03 +0000 Andre Heinecke * Only check the time once per version calculation
Mon, 25 Oct 2010 08:18:21 +0000 Andre Heinecke Expose package time and a short revision to the version templates.
Wed, 20 Oct 2010 07:51:53 +0000 Bjoern Ricks consolidate enterprise packagers
Thu, 14 Oct 2010 07:49:50 +0000 Bjoern Ricks add tests for determine debian upstream version
Wed, 13 Oct 2010 16:26:53 +0000 Bjoern Ricks determine upstream_version of a package
Thu, 09 Sep 2010 16:18:54 +0000 Andre Heinecke Update the stop time after all logs are compressed
Thu, 09 Sep 2010 14:26:35 +0000 Andre Heinecke Enable a status_hook to be set and executed on status changes
Tue, 31 Aug 2010 15:56:46 +0000 Andre Heinecke Make the compress_all_logs call builder independent and also compress
Wed, 11 Aug 2010 07:45:26 +0000 Andre Heinecke Enable more variables to be used in the version template.
Fri, 06 Aug 2010 13:41:54 +0000 Bjoern Ricks Merged revisions 388-399 via svnmerge from
Fri, 06 Aug 2010 13:28:47 +0000 Bjoern Ricks Merged revisions 346-386 via svnmerge from
Mon, 02 Aug 2010 15:36:12 +0000 Bjoern Ricks be more error prone in listing different files treepkg-status
Mon, 12 Jul 2010 15:06:22 +0000 Bjoern Ricks add os config statement treepkg-status
Fri, 09 Jul 2010 10:20:49 +0000 Bjoern Ricks get all log files treepkg-status
Thu, 08 Jul 2010 15:59:52 +0000 Bjoern Ricks added treepkg_dir andd tracks_dir attributes to PackageGroup treepkg-status
Thu, 08 Jul 2010 10:07:39 +0000 Bjoern Ricks renamed new status dir to info because of a naming conflict with status.py treepkg-status
Wed, 07 Jul 2010 13:32:28 +0000 Bjoern Ricks check if logdir exist before detemining log files
Mon, 21 Jun 2010 13:05:26 +0000 Andre Heinecke Added an option to configure the used builder class from the treepkg.cfg. This
Mon, 21 Jun 2010 08:23:30 +0000 Andre Heinecke Added the option to expose additional log files from the log directory.
Tue, 01 Jun 2010 17:36:32 +0000 Bernhard Herzog Fix typos in doc-strings.
Mon, 31 May 2010 10:20:25 +0000 Bjoern Ricks treepkg is now able to handle debian source format 1.0 and source format 3.0 (quilt)
Fri, 23 Apr 2010 07:43:29 +0000 Bjoern Ricks merged branches/scratchbox into trunk
Thu, 15 Apr 2010 14:52:35 +0000 Andre Heinecke Changed default message templates to the correct types
Tue, 13 Apr 2010 09:53:19 +0000 Andre Heinecke Expanded the pkg_revision_template dictionary to include rules revision
Tue, 13 Apr 2010 09:29:08 +0000 Andre Heinecke Changed the Build Logs to be gziped before they are published
Wed, 17 Mar 2010 14:26:16 +0000 Andre Heinecke Revisions are now handled as strings
Fri, 12 Mar 2010 09:13:33 +0000 Andre Heinecke Added basic Git support, configuration options:
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 14:46:37 +0000 Bernhard Herzog When stopping because of an error, do not raise the exception again as
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
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:19:51 +0000 Bernhard Herzog Make it possible to use parallel builds for packages that support it:
Tue, 06 Oct 2009 13:13:04 +0000 Bernhard Herzog Replace debrevision_prefix with pkg_revision_template. Their meaning is
Tue, 04 Aug 2009 10:01:56 +0000 Bernhard Herzog Pass the package revision as a parameter to the RevisionPackager
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:19:15 +0000 Bernhard Herzog Refactoring: Implement do_package in treepkg.packager.SourcePackager.
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
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: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: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 13:48:59 +0000 Bernhard Herzog Prepare for svn managed debian rules directories. So far, the directory
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)