/trunk/wharfie/lib Commit Log


Commit Date  
[r60] (HEAD) by codesys-com

[#16] TOOLCHAIN commands are executed in target instead of host sysroot instead
- introduced post commands for host and target
- added tests for this bug

2020-08-04 14:23:06 Tree
[r49] by codesys-com

support host commands for toolchain generation

2020-02-05 15:43:53 Tree
[r46] 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 Tree
[r31] 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 Tree
[r30] by ingo

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

2018-08-31 23:42:31 Tree
[r29] by ingo

#7 Support the commands COPY and CMD

2018-08-31 23:03:56 Tree
[r27] by ingo

[#1] Build as non-root user
- use qemu to make non-root build
- needed host tools during build of qemu: all local wharfie tools and qemu-img
- needed host tools when building w/ qemu: tar, python
- biggest limitations:
--- The size of the possible input and output is hardly limitted.
--- The maximum output size is always fully allocated on disk

2018-03-09 15:34:32 Tree
[r26] 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 Tree
[r25] by labi

- check for the tool kpartx
- made build more verbose, and included the hash in its output

2018-02-01 23:12:21 Tree
[r21] by labi

--info didn't work anymore. fixed that

2017-12-21 13:45:20 Tree
[r19] by labi

added missing return statement for toolchains

2017-11-29 19:50:12 Tree
[r18] 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 Tree
[r16] by labi

[#6] Support downloading files

2017-11-19 01:19:02 Tree
[r15] by labi

[#4] abort on error

2017-11-14 22:31:04 Tree
[r13] by labi

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

2017-11-14 20:48:36 Tree