create virtual appliances based on gentoo linux
Go to file
Albert Hopkins 3eece1b6ed scripts/COPY: don't use check_call
subprocess.check_call() raises an execption and produces an ugly Python
traceback on the console.  It's not really needed.  The cp command and
Makefile already give error output.  Instead we call sys.exit() with the
exit status of the cp command.
2018-12-02 11:53:35 -08:00
appliances teamplayer: package.use updates 2018-12-01 16:01:09 -08:00
configs refactor how /etc/portage files are handled 2018-12-01 20:46:12 -08:00
scripts scripts/COPY: don't use check_call 2018-12-02 11:53:35 -08:00
.hgignore refactor how /etc/portage files are handled 2018-12-01 20:46:12 -08:00
Makefile Makefile: remove orphan dependency. 2018-12-01 23:56:25 -08:00