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
Thu, 08 Jan 2009 16:55:18 +0000 Bernhard Herzog Handle the svn repositories and working copies in a more object oriented way
Wed, 07 Jan 2009 19:57:46 +0000 Bernhard Herzog Remove the unused PackageTrack.last_packaged_revision method and
Thu, 06 Nov 2008 15:36:29 +0000 Bernhard Herzog SourcePackager.create_tarball: add parameter to specify compression method
Thu, 04 Sep 2008 13:39:58 +0000 Bernhard Herzog Fix comment
Thu, 31 Jul 2008 10:17:56 +0000 Bernhard Herzog Log the output of the dpkg-source call to dpkg_source.txt.
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, 24 Jun 2008 18:08:31 +0000 Bernhard Herzog Implement optional signing of .dsc and .changes files
Tue, 24 Jun 2008 15:10:39 +0000 Bernhard Herzog Make PBuilder.update_extra_pkg_dir create Release and Release.gpg files
Mon, 23 Jun 2008 19:26:21 +0000 Bernhard Herzog Move the filenameproperty factory from treepkg/packager.py to
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
Thu, 05 Jun 2008 12:34:55 +0000 Bernhard Herzog Make sure the log dir exists before attempting to run pbuilder build
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: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
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
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:11:22 +0000 Bernhard Herzog Add basic dependency handling to PackageTrack and PackagerGroup.
Thu, 22 May 2008 18:12:30 +0000 Bernhard Herzog Make the import_packager_module function more flexible. The modules may
Tue, 01 Apr 2008 12:30:39 +0000 Bernhard Herzog Add a smarter way to load the packager modules: Add the function
Thu, 20 Mar 2008 20:21:34 +0000 Bernhard Herzog Abstract the pbuilder calls into the new class treepkg.builder.PBuilder.
Tue, 04 Mar 2008 14:31:28 +0000 Bernhard Herzog Add bin/inittreepkg.py, a script to automate some of the installation
Tue, 19 Feb 2008 19:19:23 +0000 Bernhard Herzog Add support for notification mails in case of build errors
Mon, 26 Nov 2007 15:17:04 +0000 Bernhard Herzog Make packaging a specific revision work even if newer revisions have already
Wed, 07 Nov 2007 10:13:24 +0000 Bernhard Herzog Make the prefix used in the debian revision number configurable.
Tue, 11 Sep 2007 17:24:56 +0000 Bernhard Herzog Implement a way to stop a running treepackager.
Tue, 11 Sep 2007 13:58:28 +0000 Bernhard Herzog remove unused import
Tue, 11 Sep 2007 13:46:53 +0000 Bernhard Herzog Add methods RevisionPackager.list_source_files and
Tue, 11 Sep 2007 09:53:34 +0000 Bernhard Herzog Make PackageTrack.get_revision_numbers return the revisions as a sorted
Mon, 10 Sep 2007 17:13:33 +0000 Bernhard Herzog Make BinaryPackager remove all files that do not belong to the binary
Fri, 11 May 2007 13:00:41 +0000 Bernhard Herzog Add revision parameter to PackagerGroup.__init__ and some other methods
Tue, 24 Apr 2012 17:13:43 +0200 Thomas Arendsen Hein initial revision of the subversion repository
Tue, 10 Apr 2007 12:07:39 +0200 Bernhard Herzog merge
Tue, 03 Apr 2007 20:51:44 +0200 Bernhard Herzog fix typo in log message
Tue, 03 Apr 2007 20:37:07 +0200 Bernhard Herzog rename some variables from pkg_track to track
Tue, 03 Apr 2007 20:33:33 +0200 Bernhard Herzog Rename 'packagel ine' -> 'package track'
Tue, 03 Apr 2007 16:09:35 +0200 Bernhard Herzog merge
Mon, 02 Apr 2007 20:48:25 +0200 Bernhard Herzog merge
Mon, 02 Apr 2007 20:46:51 +0200 Bernhard Herzog add config options pbuilderrc and use it when calling pbuilder
Tue, 20 Mar 2007 17:27:46 +0100 Bernhard Herzog use cmdexpand when calling subprocesses
Thu, 15 Mar 2007 21:12:23 +0100 Bernhard Herzog use the enums for the status field of RevisionStatus
Thu, 15 Mar 2007 12:08:15 +0100 Bernhard Herzog rename Status to RevisionStatus
Wed, 14 Mar 2007 17:48:23 +0100 Bernhard Herzog fix typo
Tue, 13 Mar 2007 16:51:46 +0100 Bernhard Herzog Improve access to a RevisionPackager's build_log
Fri, 09 Mar 2007 19:39:13 +0100 Bernhard Herzog Use the new status class and report start/stop time too
Fri, 09 Mar 2007 19:02:47 +0100 Bernhard Herzog Add simple status report tool. Still using the old status files
Fri, 09 Mar 2007 15:13:13 +0100 Bernhard Herzog Add method RevisionPackager.get_revision_numbers
Fri, 09 Mar 2007 15:03:20 +0100 Bernhard Herzog Fix typo in logging message
Fri, 09 Mar 2007 15:02:41 +0100 Bernhard Herzog Rename the instance variable plant to pkg_line in some classes
Fri, 09 Mar 2007 14:48:58 +0100 Bernhard Herzog Rename AssemblyLine to PackageLine
Fri, 09 Mar 2007 14:33:50 +0100 Bernhard Herzog Rename the Packager class to PackagerGroup
Fri, 09 Mar 2007 12:26:01 +0100 Bernhard Herzog Separate the kolab specific parts.
Thu, 08 Mar 2007 19:55:44 +0100 Bernhard Herzog readconfig.py is smarter now about conversions and supports shlex
Tue, 06 Mar 2007 17:37:32 +0100 Bernhard Herzog initial checkin
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)