summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-17main: pass goals on commandlineMatthias Schiffer
2021-07-17runc: unpack dependency sysrootsMatthias Schiffer
2021-07-17tar: add support for filtering unpacked filesMatthias Schiffer
2021-07-17util: cjson: introduce to_file helperMatthias Schiffer
2021-07-17Remove task output setting for nowMatthias Schiffer
2021-07-17executor: add DESTDIR variableMatthias Schiffer
2021-07-17util: tar: make entry existence optionalMatthias Schiffer
2021-07-17runc: mount sysroot to /opt/sysrootMatthias Schiffer
2021-07-17Pass environment from executor, add to input hashMatthias Schiffer
2021-07-17executor: save task output in state cacheMatthias Schiffer
2021-07-17runc: close file before renamingMatthias Schiffer
2021-07-17runc: use task output hash for filenameMatthias Schiffer
2021-07-16Update dependenciesMatthias Schiffer
2021-06-21Use input hash for temporary task output filenameMatthias Schiffer
2021-06-21types: use hex::serde reexportsMatthias Schiffer
2021-06-21runner: pass around Task instead of TaskID/TaskDefMatthias Schiffer
2021-06-21executor: calculate input hashMatthias Schiffer
2021-06-21runc: use new() instead of default() to instantiate digestMatthias Schiffer
2021-06-20tar: avoid chdir for packMatthias Schiffer
2021-06-20executor: generate and print task output informationMatthias Schiffer
2021-06-20runc: pass hash back to executorMatthias Schiffer
2021-06-20util/unix: use OpenOptions to avoid unsafeMatthias Schiffer
2021-06-20util/unix: avoid fdopendir/closedir on O_PATH fdMatthias Schiffer
2021-06-20runc: add output hashingMatthias Schiffer
2021-06-19tar: add files in sorted orderMatthias Schiffer
2021-06-19Refactor util moduleMatthias Schiffer
2021-06-19util: add create_as() helperMatthias Schiffer
2021-06-19unshare: use nix types for BUILD_UID/BUILD_GIDMatthias Schiffer
2021-06-19Collect task output to tar filesMatthias Schiffer
2021-06-19runc: adjust to new rootfs, mount home from outside containerMatthias Schiffer
2021-06-19util: add tar unpack helperMatthias Schiffer
2021-06-18util: use Error impl of IpcErrorMatthias Schiffer
2021-06-18Update dependenciesMatthias Schiffer
2021-05-30Update dependenciesMatthias Schiffer
2021-04-04runc: return error on task failureMatthias Schiffer
2021-04-03runc: mount tmpfs to /rebelMatthias Schiffer
2021-04-03examples: add some debug commandsMatthias Schiffer
2021-04-01Update dependenciesMatthias Schiffer
2021-04-01Switch to upstream ipc-channelMatthias Schiffer
2021-04-01runc: pass -e to shMatthias Schiffer
2021-02-07runc: embed default specMatthias Schiffer
2021-02-07runc: run commands in runc containersMatthias Schiffer
2021-02-06Remove unused dependency scopeguardMatthias Schiffer
2021-02-06runc: create mount namespace for each taskMatthias Schiffer
2021-02-06runc: spawn new process for each taskMatthias Schiffer
2021-02-06Unpack rootfs into tmpfs in runc namespaceMatthias Schiffer
2021-02-06unshare: use u32 for UIDs/GIDsMatthias Schiffer
2021-02-06runc: map upper user to regular UID instead of rootMatthias Schiffer
2021-02-05IPC setupMatthias Schiffer
2021-02-04util: better ToIOResultMatthias Schiffer