hroot icon indicating copy to clipboard operation
hroot copied to clipboard

It's a hroot!

Results 20 hroot issues
Sort by recently updated
recently updated
newest added

I occasionally run into this problem with existing graphs. Pretty sure it would be fixed by #53 but tracking it separately as it's a user-visible error. ``` Building from to...

As per @heavenlyhash, it is allegedly possible to isolate the index (staging area) from the graph with some git flags. We should map this to a temporary folder in the...

A command like `hroot build -s docker -d docker` won't involve a graph in any way, but hroot creates or opens a folder just the same. It shouldn't until it...

It would be nicer if `hroot version` made it clear that a build came from development after a version release. I've seen docker and other projects do this, adding this...

Docker makes a habit of frequent & potentially breaking changes, and we should find out about these sooner rather than later. It'd be nice to have a daily CI run...

Right now, if you're experimenting with a build you can run: `hroot build -d file:///dev/null`, which will avoid saving an unwanted change to your graph. But this is not optimal:...

An example run: ``` $ hroot run bash Running example.com/ubuntu/12.04 Opening source repository Connecting to docker /var/run Docker already has example.com/ubuntu/12.04 loaded, not importing from graph. Launching container. root@7a00d1623d1c:/docket# exit...

Running hroot with an invalid target such as `hroot build DoesNotExist` or other such problems can result in a configuration with no command. Right now the result is that docker...

If the environment variable `SUDO_USER` is set to a valid user, and the running user's uid is zero, set the ownership of all graph files to the uid of `SUDO_USER`...