exa/devtools
Benjamin Sago 91f1541e85 Make the Vagrant environment creation nicer
Now, instead of reams of unreadable command output, we get a nice set of stages:

[ 0/13] Deleting existing test cases directory
[ 1/13] Creating file size testcases
[ 2/13] Creating file name extension testcases
[ 3/13] Creating file names testcases
[ 4/13] Creating special file kind testcases
[ 5/13] Creating symlink testcases
[ 6/13] Creating user and group testcases
[ 7/13] Creating file permission testcases
[ 8/13] Creating date and time testcases
[ 9/13] Creating extended attribute testcases
[10/13] Creating Git testcases (1/3)
[11/13] Creating Git testcases (2/3)
[12/13] Creating Git testcases (3/3)
[13/13] Creating hidden and dot file testcases

The scripts have been moved out of the Vagrantfile because it was getting long and they're more readable this way.
2020-10-16 23:41:25 +01:00
..
dev-bash.sh Just straight-up roll our own logger 2020-10-10 02:01:12 +01:00
dev-create-test-filesystem.sh Make the Vagrant environment creation nicer 2020-10-16 23:41:25 +01:00
dev-fixtures.sh Make the Vagrant environment creation nicer 2020-10-16 23:41:25 +01:00
dev-help.sh Change user in Vagrantfile 2018-09-26 21:25:50 +01:00
dev-package-for-linux.sh build: use binary name only 2020-07-24 09:03:57 +05:00
dev-run-debug.sh Show friendlier warnings when binaries don’t exist 2017-10-02 10:22:50 +02:00
dev-run-release.sh Show friendlier warnings when binaries don’t exist 2017-10-02 10:22:50 +02:00
dev-set-up-environment.sh Make the Vagrant environment creation nicer 2020-10-16 23:41:25 +01: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 Copy weekly changes into macos script 2017-10-08 20:54:18 +01: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.