Releases 7

For tarballs and release assets from this project, see releases.pagure.org/shellfu-bash-xcase.

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/shellfu-bash-xcase.git
cd shellfu-bash-xcase
git archive --format=tar.gz --prefix=shellfu-bash-xcase-<TAG>/ -o shellfu-bash-xcase-<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.6
XCase v0.0.6 -
a0bc08b542b564fc7fe04e8e19da51a7934d5697
XCase v0.0.6 - Overview of changes: * Made inline Python calls 2/3-agnostic * Moved to newer branch naming scheme * Updated MKit to v0.0.40
v0.0.5
XCase v0.0.5 -
a69d3f2105af05d3dc55f6c6ba24a60217676b0d
XCase v0.0.5 - Overview of changes: * Updated for shellfu-bash-jat-0.0.15
v0.0.4
XCase v0.0.4 -
6cc4f1e92ffaa0911740bab913ca603459553f73
XCase v0.0.4 - Overview of changes: * Nerf caseid checking for deprectated chars Only variable and leafmodes will induce MESSAGE.ERROR, if neither of these is on, it will be just MESSAGE.WARNING.
v0.0.3
XCase v0.0.3 -
86430679966392f0a60a668c9a309d66f80f6965
XCase v0.0.3 - Overview of changes: * Fixed ambiguous grep call * Fixed vcs-browser URL after moving to pagure.io * Updated MKit to new version
v0.0.2
XCase v0.0.2 -
d26e7d0f8b35b241df2bc848ce6df20a914ba8b0
XCase v0.0.2 - Overview of changes: * Relaxed shellfu-bash-jat version range xcase and jat don't need to go hand-in-hand, so this is more of a burden than advantage. Especially when jat is still in the stage when it needs to move fast. * Codebase maintenance
v0.0.1
XCase v0.0.1 -
1dec6df953c05df65e435661e70f3285879069ac
XCase v0.0.1 - Overview of changes: * Banned @ from xcase__enum() Since case ids now can become part of jats:// ids, it's better to allow minimal set and avoid confusion. * Made use of multi-line logging in latest jat.sh * Added case ids to JAT phases * Removed forgotten beakerlib-ism * Codebase maintenance
v0.0.0
be65d18c5494adc04d5e62c72097d028f7ef2d68