Releases 9

For tarballs and release assets from this project, see releases.pagure.org/mkittool.

If the developers have uploaded one or more tarball(s), you will be able to find them in the release folder.

The CHECKSUMS file contains the checksums (SHA256 and SHA512) of the files uploaded to pagure.

To use this file, simply download it next to the tarball you downloaded and run sha512sum -c CHECKSUMS

Getting source for a release

Clone the repository, then use git archive to create a tarball for any tag:

git clone https://pagure.io/mkittool.git
cd mkittool
git archive --format=tar.gz --prefix=mkittool-<TAG>/ -o mkittool-<TAG>.tar.gz <TAG>

Replace <TAG> with the tag name (e.g. v1.0.0). For a zip archive use --format=zip and .zip as the output extension.

v0.0.8
BldIt v0.0.8 -
a2f0a849a521ff0da3a36a0219b601a8caeab2c6
BldIt v0.0.8 - Overview of changes: * Fixed switched groups/jobs listing routines * Embedded PlayKit v0.0.1 * Updated MKit to v0.0.50
v0.0.7
BldIt v0.0.7 -
bc182ce443ea021fbc566d0a332e06a31a5542f1
BldIt v0.0.7 - Overview of changes: * Updated MKit to v0.0.40 * Switched to newer branching scheme
v0.0.6
BldIt v0.0.6 -
ecaa6607c447a31f648c7449cb09d3d8a36e2f27
BldIt v0.0.6 - Overview of changes: * Added option to allow removing SRPM right after submission * Updated MKit to v0.0.38
v0.0.5
BldIt v0.0.5 -
2e0d79fcfc403e0cef7950cb743c40f4a5efcda8
BldIt v0.0.5 - Overview of changes: * Start sharing some functionality via Shellfu module Moving towards mkittool-debstuff an mkittool-rpmstuff more consistent, for now tiny bit of f11y has been moved to a new Shellfu module mkittool.sh, ie. a new subpackage shellfu-bash-mkittool. * Made "latest commit" a bit fancier * mkittool-rpmstuff will now set builder OOM score to 1000 This is to avoid killing whole buildserver if there's a bug in %check. * Smaller cleanups and refactoring
v0.0.4
BldIt v0.0.4 -
8f3ad0a8b867f13d090a6fd44c61a024650d0ae7
BldIt v0.0.4 - Overview of changes: * Enabled overriding several options via command line in debstuff Similar to rpmstuff, debstuff now also accepts eg. -s for output storage dir. * Removed 'target' term in favor of 'storage' in debstuff This means `target_root` and `scrap_target` in INI files need to be updated to `storage_root` and `scrap_storage`, respectively. * Fixed chdir errors in debstuff * debstuff and rpmstuff will now show latest commit after git setup * Minor cleanups
v0.0.3
BldIt v0.0.3 -
3e10e95f0f8ff9d6923f1aae97ccb8ef38eb01e0
BldIt v0.0.3 - Overview of changes: * Fixed mess in make variables processing done in last release * debstuff will show make variables before start of the build * Minor cleanups
v0.0.2
BldIt v0.0.2 -
4e5c814111f5353ed151c387602920359534a7d5
BldIt v0.0.2 - Overview of changes: * debstuff and rpmstuff will now set PREFIX=/usr for make
v0.0.1
BldIt v0.0.1 -
aa8ed24b79b0b1a86ab0cbb5386931c0e3342357
BldIt v0.0.1 - Overview of changes: * debstuff will now move *.deb files to target dir after building * debstuff can now --kill-cache * Smaller fixes and cleanups * Added pokecopr, a COPR build starter utility * Updated MKit to v0.0.37
v0.0.0
47ff8eee809b96dfdcd88f374cbe3a7b27240dd7