Releases 3

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

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/Ambassade.git
cd Ambassade
git archive --format=tar.gz --prefix=Ambassade-<TAG>/ -o Ambassade-<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.

v1.0.2
Implement visual indication in stdout to separate user-specific output from builder-specific output.
907de48b096218509234e4ab9c30450d2e4f76de
v1.0.1
Improve user-friendliness of Ambassade.
4778a3c217f2a7a7fe67110123df392e205797cd
v1.0.0
First release
10b989f84b331a6cba39040cc5c35952e135adc9