eza/devtools
Sandro-Alessio Gierens 58780ca88e refactor(devtools): over-engineer deb-package.sh
This now automatically checks out the latest release commit, pulls the
binary archives for all three linux architectures from the release
package, verifies that the md5sum is in the release notes, and then
packs the deb packages

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
2023-09-11 18:28:46 +02:00
..
deb-package.sh refactor(devtools): over-engineer deb-package.sh 2023-09-11 18:28:46 +02:00
dev-bash.sh fix whitespace 2021-08-14 22:05:22 +00:00
dev-create-test-filesystem.sh test: change to /usr/bin/env bash 2023-07-29 18:53:19 +02:00
dev-fixtures.sh test: change to /usr/bin/env bash 2023-07-29 18:53:19 +02:00
dev-help.sh Change user in Vagrantfile 2018-09-26 21:25:50 +01:00
dev-package-for-linux.sh fix shell script issues identified through shellcheck 2021-08-14 22:04:50 +00:00
dev-run-debug.sh test: change to /usr/bin/env bash 2023-07-29 18:53:19 +02:00
dev-run-release.sh test: change to /usr/bin/env bash 2023-07-29 18:53:19 +02:00
dev-set-up-environment.sh test: change to /usr/bin/env bash 2023-07-29 18:53:19 +02:00
dev-versions.sh Move the welcoming text to their own files too 2017-10-01 09:49:45 +02:00
local-package-for-macos.sh fix shell script issues identified through shellcheck 2021-08-14 22:04:50 +00:00
README.md Vagrant changes 2020-10-10 00:21:20 +01:00

exa development tools

These scripts deal with things like packaging release-worthy versions of exa.

They are not general-purpose scripts that youre able to run from your main computer! Theyre intended to be run from the Vagrant machine.