diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-01-24 20:21:17 +1100 | 
|---|---|---|
| committer | Clément Michaud <clement.michaud34@gmail.com> | 2020-01-24 10:21:17 +0100 | 
| commit | 107126929b036cb258394f1e8954e12b5be852d6 (patch) | |
| tree | f22c60166545591b29724a617339fd3517749709 /.buildkite/hooks/pre-artifact | |
| parent | aca8be40acf68ee812b89a5d2e41c2fe68aaf79f (diff) | |
Update README.md with AUR references and remove CHANGELOG.md (#576)
* Update README.md
Provide badges and references to the AUR for Arch Linux Authelia packages.
Closes #571 #572.
* Add systemd unit file
Include the unit in future release artifacts.
* Remove CHANGELOG.md
As of future releases Changelog details will dynamically be generated.
* Update README.md
Add badge for authelia-git package.
* Update Changelog to only publish explicit Docker tag
Do not include Major and Minor versions, as these will change over time.
Diffstat (limited to '.buildkite/hooks/pre-artifact')
| -rwxr-xr-x | .buildkite/hooks/pre-artifact | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/hooks/pre-artifact b/.buildkite/hooks/pre-artifact index 1b08186fc..9275390cb 100755 --- a/.buildkite/hooks/pre-artifact +++ b/.buildkite/hooks/pre-artifact @@ -12,7 +12,7 @@ then    docker cp authelia-binary:/usr/app/authelia ./authelia-linux-"${ARCH}"    docker cp authelia-binary:/usr/app/public_html ./    docker rm -f authelia-binary -  tar -czf authelia-linux-"${ARCH}".tar.gz authelia-linux-"${ARCH}" config.template.yml public_html +  tar -czf authelia-linux-"${ARCH}".tar.gz authelia-linux-"${ARCH}" authelia.service config.template.yml public_html    sha256sum authelia-linux-"${ARCH}".tar.gz > authelia-linux-"${ARCH}".tar.gz.sha256    # Saving image for push to docker hub    docker save $DOCKER_IMAGE | zstdmt -T0 -12 > authelia-image-"${ARCH}".tar.zst  | 
