Changelog for
tito-0.4.5-1.fc15.noarch.rpm :
Tue Jan 24 13:00:00 2012 Devan Goodwin
0.4.5-1
- Extract bz\'s and prompt to modify commit message in git releasers.
(dgoodwinAATTredhat.com)
Mon Jan 23 13:00:00 2012 Devan Goodwin 0.4.4-1
- Issue #35: EDITOR with arguments produces backtrace (jeckersbAATTredhat.com)
- remove unused fedora_cert reading (jesusrAATTredhat.com)
- Drop to shell when dist-git merge errors encountered. (dgoodwinAATTredhat.com)
- Use proper temp dirs for releasing. (dgoodwinAATTredhat.com)
- Fix git release diff command. (dgoodwinAATTredhat.com)
Thu Dec 15 13:00:00 2011 Devan Goodwin 0.4.3-1
- Escape percent character in changelog. (msuchyAATTredhat.com)
- Fix distribution builder missing args in constructor.
(msuchyAATTredhat.com)
- Add release to usage, alphabetize list. (jesusrAATTredhat.com)
- PEP8 cleanup. (jesusrAATTredhat.com)
- No need to maintain timestamps: remove -t and -O from rsync command.
(jesusrAATTredhat.com)
- Chdir to yum_temp_dir after creating, avoids rsync\'s getcwd error
(jesusrAATTredhat.com)
- Use -O during rsync commands to fix time setting errors. (dgoodwinAATTrm-rf.ca)
Mon Nov 28 13:00:00 2011 Devan Goodwin 0.4.2-1
- Clean out old versions of RPMs when generating yum repos. (dgoodwinAATTrm-rf.ca)
- Update manpage to show multiple rsync paths. (dgoodwinAATTrm-rf.ca)
Fri Nov 25 13:00:00 2011 Devan Goodwin 0.4.1-1
- Allow one build to go to multiple yum repo URLs. (dgoodwinAATTredhat.com)
- Fix --no-cleanup for release module. (dgoodwinAATTredhat.com)
- Add a BrewDownloadBuilder. (dgoodwinAATTredhat.com)
- Use proper temp directories to build. (dgoodwinAATTredhat.com)
- Fix permissions when rsync\'ing yum repositories. (dgoodwinAATTredhat.com)
- Switch to CLI fedpkg command instead of module. (dgoodwinAATTrm-rf.ca)
Wed Nov 9 13:00:00 2011 Devan Goodwin 0.4.0-1
- Fix import error with new fedpkg version. (dgoodwinAATTrm-rf.ca)
- Add a KojiGitReleaser. (dgoodwinAATTrm-rf.ca)
- Adding --use-version to allow Tito to force a version to use.
(awoodAATTredhat.com)
- Support SCRATCH=1 env variable for koji releaser. (dgoodwinAATTrm-rf.ca)
- Support ONLY_TAGS env variable for koji releaser. (dgoodwinAATTrm-rf.ca)
- List releasers option. (dgoodwinAATTrm-rf.ca)
- Documentation update. (dgoodwinAATTrm-rf.ca)
- Allow releaseing to multiple targets at once, and add --all-starting-with.
(dgoodwinAATTrm-rf.ca)
- Make auto-install available to all builders. (dgoodwinAATTrm-rf.ca)
- Allow setting specific builder and passing builder args on CLI. (dgoodwinAATTrm-
rf.ca)
- Add new mechanism for passing custom arguments to builders. (dgoodwinAATTrm-
rf.ca)
- HACKING tips updated. (dgoodwinAATTrm-rf.ca)
- Add a rsync username env variable for yum repo releaser. (dgoodwinAATTrm-rf.ca)
- Restructure release CLI. (dgoodwinAATTredhat.com)
- Parsing spec files and bumping their versions or releases is now in Python.
(awoodAATTredhat.com)
Wed Oct 5 14:00:00 2011 Devan Goodwin 0.3.3-1
- Clarify some initial project layout documentation. (dgoodwinAATTrm-rf.ca)
- match based on the tag for the package we are building (mmccuneAATTredhat.com)
- Teach tito how to checkout EUS branches (msuchyAATTredhat.com)
- Remove release parameter from _update_package_metadata() (msuchyAATTredhat.com)
- Avoid traceback if rpmbuild fails (jumanjimanAATTgmail.com)
- Make Fedora git builds a little more tolerant if you need to re-run.
(dgoodwinAATTredhat.com)
- Fix the binary spew in SOURCES on some weird tags. (dgoodwinAATTredhat.com)
- Do not print traceback when user lacks write permission (jumanjimanAATTgmail.com)
- Fix Fedora git releaser to use more reliable commands. (dgoodwinAATTrm-rf.ca)
- Remove the old tito build --release code. (dgoodwinAATTrm-rf.ca)
- Allow custom releasers to be loaded and used. (dgoodwinAATTrm-rf.ca)
- Introduce new CLI module for releases. (dgoodwinAATTrm-rf.ca)
- Use fedpkg switch branch for git releases. (dgoodwinAATTrm-rf.ca)
- Do not print traceback when user hit Ctrl+C (msuchyAATTredhat.com)
- \'0\' is True, we want it as false (msuchyAATTredhat.com)
Tue Apr 26 14:00:00 2011 Devan Goodwin 0.3.2-1
- add debug logging (jesusrAATTredhat.com)
Tue Apr 26 14:00:00 2011 Devan Goodwin 0.3.1-1
- flip condition so new files are added and existing files are copied
(msuchyAATTredhat.com)
- fix traceback if git_email is not specified (miroslavAATTsuchy.cz)
- Refactor release code out of the builder class. (dgoodwinAATTrm-rf.ca)
- Configure tito for Fedora git builds. (dgoodwinAATTrm-rf.ca)
- Complete Fedora git build process. (dgoodwinAATTrm-rf.ca)
- if remote.origin is not set, assume --offline and print warning, but proceed
(msuchyAATTredhat.com)
- Source can be tar.bz2 (msuchyAATTredhat.com)
- Source can be without number (msuchyAATTredhat.com)
- add man page for tito.props(5) (msuchyAATTredhat.com)
- document KOJI_OPTIONS options of titorc (msuchyAATTredhat.com)
- add option HIDE_EMAIL to .titorc, which will hide your email in first line of
changelog entry (msuchyAATTredhat.com)
- pass user_config to tagger class (msuchyAATTredhat.com)
- issue 18 - do not print TB if user.name, user.email is not set
(msuchyAATTredhat.com)
- Upload sources and confirm commit during git release. (dgoodwinAATTredhat.com)
- First draft of Fedora Git releasing. (dgoodwinAATTredhat.com)
- Add a --dry-run option for build --release. (dgoodwinAATTredhat.com)
- Allow user config setting for sub-packages to skip during auto-install.
(dgoodwinAATTredhat.com)
- Hookup bugzilla extraction during cvs release. (dgoodwinAATTredhat.com)
- Plus and dot chars in git email handled correctly now (lzap+gitAATTredhat.com)
- put emails in changelog only if changelog_with_email is set to 1 in
[globalconfig] section of config (msuchyAATTredhat.com)
- use _changelog_remove_cherrypick() for rheltagger (msuchyAATTredhat.com)
- Add code for extracting bugzilla IDs from CVS diff or git log.
(dgoodwinAATTredhat.com)
- Prompt user to edit CVS commit messages. (dgoodwinAATTredhat.com)
- Fix no auto changelog option. (dgoodwinAATTredhat.com)
- add tagger for Red Hat Enterprise Linux (msuchyAATTredhat.com)
- Fix test builds in koji. (dgoodwinAATTrm-rf.ca)
- Documentation update. (dgoodwinAATTrm-rf.ca)
- Add missing dep on libxslt. (dgoodwinAATTrm-rf.ca)
Wed Jan 5 13:00:00 2011 Devan Goodwin 0.3.0-1
- implement --only-tags option for builder class (msuchyAATTredhat.com)
- implement --list-tags option for builder (msuchyAATTredhat.com)
- add option --scratch to builder class (msuchyAATTredhat.com)
- do not throw traceback if you hit Ctrl+C during Auto-instaling
(msuchyAATTredhat.com)
- allow child taggers to control commit message (msuchyAATTredhat.com)
- add new tagger: zStreamTagger - bump up release part after dist tag
(msuchyAATTredhat.com)
- Better error-reporting when spec file has errors (jumanjimanAATTgmail.com)
- if we grep rpmbuild output for some string, we have to switch to C locale
(miroslavAATTsuchy.cz)
- Adding more helpfull error message to show user what is busted
(mmccuneAATTredhat.com)
- Fix rpm command suggestion for broken specs. (dgoodwinAATTrm-rf.ca)
- add manpage source: tito(8) (jumanjimanAATTgmail.com)
- add manpage source: titorc(5) (jumanjimanAATTgmail.com)
- adding rpm-build as a Requires. Seems pretty critical (mmccuneAATTredhat.com)
- Add missing dep on python-setuptools. (dgoodwinAATTrm-rf.ca)
Wed Jun 2 14:00:00 2010 Devan Goodwin 0.2.0-1
- Restrict building to a minimum version of tito. (msuchyAATTredhat.com)
- Added option to pass custom options to rpmbuild. (dgoodwinAATTrm-rf.ca)
- Add tito-dev script to run directly from source. (dgoodwinAATTrm-rf.ca)
- Better output after tagging. (dgoodwinAATTrm-rf.ca)
- Display rpms build on successful completion. (dgoodwinAATTrm-rf.ca)
- Added tito tag --undo. (dgoodwinAATTrm-rf.ca)
- Bump versions in setup.py during tagging if possible. (dgoodwinAATTrm-rf.ca)
- Added lib_dir setting for custom taggers/builders. (dgoodwinAATTrm-rf.ca)
- Add option to auto-install rpms after build. (dgoodwinAATTrm-rf.ca)
- Remove check for changelog with today\'s date. (dgoodwinAATTrm-rf.ca)
- Allow user to specify an changelog string for new packages.
(jesusrAATTredhat.com)
- Use latest commit instead of HEAD for --test. (jesusrAATTredhat.com)
- Allow tito to understand pkg names with macros. (jesusrAATTredhat.com)
- Use short sha1 when generating filenames. (jesusrAATTredhat.com)
- Commit packages dir during tito init. (jesusrAATTredhat.com)
- More detailed error message if spec has errors. (mmccuneAATTredhat.com)
Wed Jun 2 14:00:00 2010 Devan Goodwin
- Restrict building to a minimal version of tito. (msuchyAATTredhat.com)
- Added option to pass custom options to rpmbuild. (dgoodwinAATTrm-rf.ca)
- Add tito-dev script to run directly from source. (dgoodwinAATTrm-rf.ca)
- Better output after tagging. (dgoodwinAATTrm-rf.ca)
- Display rpms build on successful completion. (dgoodwinAATTrm-rf.ca)
- Added tito tag --undo. (dgoodwinAATTrm-rf.ca)
- Bump versions in setup.py during tagging if possible. (dgoodwinAATTrm-rf.ca)
- Added lib_dir setting for custom builders/taggers. (dgoodwinAATTrm-rf.ca)
- Add option to auto-install rpms after build. (dgoodwinAATTrm-rf.ca)
- Remove check for changelog with today\'s date. (dgoodwinAATTrm-rf.ca)
- Allow user to specify an changelog string for new packages.
(jesusrAATTredhat.com)
- Use latest commit instead of HEAD for --test. (jesusrAATTredhat.com)
- Allow tito to understand pkg names with macros. (jesusrAATTredhat.com)
- Use short sha1 when generating filenames. (jesusrAATTredhat.com)
- Commit packages dir during tito init. (jesusrAATTredhat.com)
- More detailed error message if spec is bad. (mmccuneAATTredhat.com)
Thu Oct 1 14:00:00 2009 Devan Goodwin 0.1.1-2
- Add AUTHORS and COPYING to doc.
- Add BuildRequires on python-setuptools.
Tue Aug 25 14:00:00 2009 Devan Goodwin 0.1.1-1
- Bumping to 0.1.0 for first release.
Mon Aug 24 14:00:00 2009 Devan Goodwin 0.0.4-1
- Hack to fix import of tagger/builder on Python 2.4. (dgoodwinAATTrm-rf.ca)
Thu Aug 6 14:00:00 2009 Devan Goodwin 0.0.3-1
- Introduce --output option for destination/tmp directory. (dgoodwinAATTrm-rf.ca)
- Use tito.props for project specific config filename. (dgoodwinAATTrm-rf.ca)
- Add multi-project repo tagging tests. (dgoodwinAATTrm-rf.ca)
- Add support for offline (standalone) git repos. (dgoodwinAATTrm-rf.ca)
- Fix reports for single project git repos. (dgoodwinAATTrm-rf.ca)
- Add README documentation. (dgoodwinAATTrm-rf.ca)
Wed Jul 22 14:00:00 2009 Devan Goodwin 0.0.1-1
- Initial packaging.