Harvey-OS / harvey

A distributed operating system
https://harvey-os.org/
MIT License
1.44k stars 106 forks source link

Allow for more Go commands #1166

Closed rminnich closed 3 years ago

rminnich commented 3 years ago

The format of the command file changes slightly. The first field is the directory to cd into to build the command. The rest are the git URL and directory name as before.

Some URLs comtain many commants. Only commands with a URL are used in the fetch. Lines like this: name ... are not used in a fetch, only a build.

To simplify the build step, use build -o /$objtype/bin/ instead of go install, so even names of the form a/b/c will work easily.

Signed-off-by: Ronald G. Minnich rminnich@gmail.com