This website requires JavaScript.
Explore
Help
Register
Sign In
Llewellyn
/
exa
Watch
1
Star
0
Fork
0
You've already forked exa
mirror of
https://github.com/Llewellynvdm/exa.git
synced
2024-11-16 09:17:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
040dbb2414
exa
/
.gitignore
7 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move to Cargo
2014-06-28 16:24:20 +00:00
target
Formalise exa-packaging script Every time I had to build exa, I copied the files manually and checked to make sure they all had the same name. There’s now a script that does all that stuff for me, so I don’t need to remember to do it anymore. It also does some things that weren’t being done before, including stripping the binary and listing its linked dependencies to we can tell if something like libhttp_parser has slipped in there (see #194)
2017-08-20 17:19:58 +00:00
/exa-linux-x86_64
/exa-linux-x86_64.zip
Switch to an Ubuntu Vagrant image The non-contrib Debian one doesn’t come with guest additions, meaning it used rsync instead of Virtualbox shared folders to sync files, meaning edits made in the VM didn’t get propogated back to the host, meaning I got very confused for a while. Thanks to the parent commit, this shouldn’t be an issue at all: the default user name, which is now “ubuntu” instead of “vagrant” is specified in a lot fewer places, making it much easier to change.
2017-04-28 18:36:42 +00:00
Replace the testcases script with a Vagrant VM See the README section for more details. Basically, with this way, we can store a bunch of existing valid exa outputs, change a VM's environment to match our values, then check that exa still works by comparing outputs.
2016-10-07 18:31:03 +00:00
.vagrant
Switch to an Ubuntu Vagrant image The non-contrib Debian one doesn’t come with guest additions, meaning it used rsync instead of Virtualbox shared folders to sync files, meaning edits made in the VM didn’t get propogated back to the host, meaning I got very confused for a while. Thanks to the parent commit, this shouldn’t be an issue at all: the default user name, which is now “ubuntu” instead of “vagrant” is specified in a lot fewer places, making it much easier to change.
2017-04-28 18:36:42 +00:00
ubuntu-xenial-16.04-cloudimg-console.log
Reference in New Issue
Copy Permalink