-
Thu Dec 07 2017 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.11-1
- Fixing remote_git_name (adammhaile@gmail.com)
- Fix links in README.md file (mzalewsk@redhat.com)
- Encourage usage of git push --follow-tags (mzalewsk@redhat.com)
- Print mock output when building with MockBuilder (yuxzhu@redhat.com)
- Fix a race condition when /tmp/tito doesn't exist (vfreex@gmail.com)
- Don't append 'None' to Release line with no '%{?dist}' part
(patrice.fournier@ifax.com)
- python3's map() returns a map object, but we expect sources to be a list
(evgeni@golov.de)
- Submitting was missing a t. (jmrodri@gmail.com)
- update links (robberphex@gmail.com)
- use LC_ALL=C.UTF-8 rather than plain C (msuchy@redhat.com)
- make ReleaseTagger honour --use-version (egolov@redhat.com)
- also verify that ReleaseTagger supports --use-release (egolov@redhat.com)
- add test for ReleaseTagger together with --use-version (egolov@redhat.com)
- Format package list more cleanly (skuznets@redhat.com)
- Custom tag support in tito release (vrutkovs@redhat.com)
- VersionTagger should support custom tag format (vrutkovs@redhat.com)
- Remove createrepo_c BR from spec (ngompa13@gmail.com)
- Use createrepo_c for creating rpm-md repos (ngompa13@gmail.com)
- Fixup Fedora Dockerfiles to work correctly (ngompa13@gmail.com)
- Remove useless EL5 stuff (ngompa13@gmail.com)
-
Wed Feb 01 2017 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.10-1
- Do not undo tags when git state is dirty (skuznets@redhat.com)
- Parse options in `tito init` (skuznets@redhat.com)
- Only use `rpmbuild --noclean` if it is supported (skuznets@redhat.com)
- Explicitly define indicies in formatting statements (skuznets@redhat.com)
- Achieve quiet output from `rpmbuild` without passing `--quiet`
(skuznets@redhat.com)
- Update the MANIFEST.in (skuznets@redhat.com)
- Correctly pass verbosity options through the builder CLI
(skuznets@redhat.com)
- Use correct print-formatting directive in debugging (skuznets@redhat.com)
- Use `.format()` string formatting correctly in Builder (skuznets@redhat.com)
- Refactor `rpmbuild` invocation for readability (skuznets@redhat.com)
- Added `--quiet` and `--verbose` to `tito build` (skuznets@redhat.com)
- Add a Travis CI manifest (skuznets@redhat.com)
- Only flush output stream if flushing is supported (skuznets@redhat.com)
- Added support for choosing platforms for tests (skuznets@redhat.com)
- Refactored version->tag mapping logic in Tagger (skuznets@redhat.com)
- Improved debugging for RPM build step (skuznets@redhat.com)
- Print command debugging information only once (skuznets@redhat.com)
- Flush output buffers (skuznets@redhat.com)
- Document `tito tag --use-release` in the manpage (skuznets@redhat.com)
- Added an option to not escalate privileges on `tito build --install`
(skuznets@redhat.com)
- Factor out the version->tag mapping in the Builder (skuznets@redhat.com)
- Collapse tagger class selection logic (skuznets@redhat.com)
- Rename `globalconfig` section to `buildconfig` in README
(skuznets@redhat.com)
- fixes #29 - remove --list-tags and --only-tags (jmrodri@gmail.com)
- 253 - print cmd info when --debug is supplied (jmrodri@gmail.com)
- Work around `dnf` issues and install builddep for Rawhide
(skuznets@redhat.com)
-
Mon Jan 09 2017 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.9-1
- Simplified version and release update logic (skuznets@redhat.com)
- Added `--use-release` flag for `tito tag` (skuznets@redhat.com)
- Use `def` instead of a lambda for function assignment (skuznets@redhat.com)
- Fix typos in man pages (lsedlar@redhat.com)
- explain how automatic tagging was done (msuchy@redhat.com)
- Rename CargoTagger as CargoBump (msehnout@redhat.com)
- Fix errors in documentation (lsedlar@redhat.com)
- fix few pep8 errors (sehnoutka.martin@gmail.com)
- Read tito.props and look for pkg managers section.
(sehnoutka.martin@gmail.com)
- Implement cargo tagger using regular expressions (without toml library)
(sehnoutka.martin@gmail.com)
- Add entry point for Cargo tagger and tagger class.
(sehnoutka.martin@gmail.com)
-
Tue Nov 01 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.8-1
- Don't use a special tagger for the `--use-version` case (skuznets@redhat.com)
-
Wed Oct 05 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.7-1
- Hookup tito's --no-cleanup with rpmbuild's --noclean. (dgoodwin@redhat.com)
- Print package manager output in _auto_install (frostyx@email.cz)
- Use 'dnf reinstall' when package is already installed (frostyx@email.cz)
- Install packages via DNF if available (frostyx@email.cz)
- CentOS uses yum (miroslav@suchy.cz)
- Allow customizing git commit message (lsedlar@redhat.com)
- README.md: Also link to Fedora wiki page collection of these tools
(walters@verbum.org)
- mv rel-eng/ .tito/ (msuchy@redhat.com)
- buildroot tag is not needed for ages (msuchy@redhat.com)
- better release number for untagged packages (msuchy@redhat.com)
- Only pass one project_name to copr build command (dominic@cleal.org)
- Just a small typo (dietrich@teilgedanken.de)
- remove dependency on yum-utils (msuchy@redhat.com)
-
Tue Apr 19 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.6-1
- add support for %autosetup (ignatenko@redhat.com)
-
Fri Apr 08 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.5-1
- Add ability to specify a custom changelog during tag (ericdhelms@gmail.com)
- Removes broken link to tito annoucements (cnsnyder@users.noreply.github.com)
-
Tue Jan 26 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.4-1
- Tagging with --use-version did not work with Mead projects.
(awood@redhat.com)
- Check if self.old_cwd is defined before calling it in GitAnnex
(ericdhelms@gmail.com)
- Ensure GitAnnexBuilder cleanup returns to proper directory
(ericdhelms@gmail.com)
- Return only .spec basename; Fix dgoodwin/tito#196 (frostyx@email.cz)
-
Fri Jan 08 2016 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.3-1
- Added ability to pass extra copr-cli build options to the copr releaser.
(twiest@redhat.com)
- Fix changelog format function name (araszka@redhat.com)
- fix mock link (glen@delfi.ee)
- Set non-zero exit code when copr-cli fails (frostyx@email.cz)
- Document possibility to upload SRPM directly to Copr (frostyx@email.cz)
- Change asserted behavior after fe4c0bf (frostyx@email.cz)
- Add possibility to upload SRPM directly to Copr (frostyx@email.cz)
- Determine correct package manager DNF is now prefered on Fedora, but it is
not installed on EL6 or EL7 (frostyx@email.cz)
- Ask user to run DNF instead of YUM (frostyx@email.cz)
- Add tito tag --use-version argument to man page (dcleal@redhat.com)
- Fix upstream/distribution builder failure to copy spec. (dgoodwin@redhat.com)
- Allow a user specific Copr remote SRPM URL. (awood@redhat.com)
-
Fri Jul 24 2015 Devan Goodwin <dgoodwin@rm-rf.ca> 0.6.2-1
- fixes(188) Run git-annex lock after building annexed file set.
(ericdhelms@gmail.com)