/trunk/wharfie/lib/actions.py Commit Log


Commit Date  
[r49] (7.6 kB) by codesys-com

support host commands for toolchain generation

2020-02-05 15:43:53 View
Download
[r46] (7.1 kB) by ingo

[#14] error while apt-get install: "... -y was used without --allow-unauthenticated"
- issue and apt-get update before fetching the rest. Without an updated package list, this makes no sense anyway.

2019-04-08 12:52:54 View
Download
[r31] (7.1 kB) by ingo

During some tests with a Dockerfile for check_mk, I implemented a few compatibility commands (EXPOSE, ARG, WORKDIR)

2018-09-01 00:19:18 View
Download
[r30] (7.0 kB) by ingo

[#7] Support the commands COPY and ENTRYPOINT
- I messed up CMD and ENTRYPOINT

2018-08-31 23:42:31 View
Download
[r29] (7.0 kB) by ingo

#7 Support the commands COPY and CMD

2018-08-31 23:03:56 View
Download
[r26] (5.2 kB) by labi

[#10]
- Support building of toolchains in one run.
- fixed build abortion
- fixed double creation of output file for temporary targets

2018-02-01 23:38:01 View
Download
[r19] (5.2 kB) by labi

added missing return statement for toolchains

2017-11-29 19:50:12 View
Download
[r18] (5.2 kB) by labi

[#8] experimental implementation of incremental/multi-level build.
Actually it seems as tar has still problems with it. I can't avoid that tar thinks that s.th. is renamed, even if it is not.
In my tests I found no problems, except the warning from tar until now. But I added it as a command line option anyway, to be safe.

By-the-way I fixed the handling of files in ADD a bit.
- URLs are supported now
- Implicite makerules don't interfer anymore with ADD

2017-11-21 22:06:42 View
Download
[r13] (3.9 kB) by labi

restructured the main python script into submodules (curently only makefile generation and wharfile actions)

2017-11-14 20:48:36 View
Download