summary refs log tree commit diff
path: root/nixos/lib/make-system-tarball.sh
Commit message (Collapse)AuthorAge
* use closure-info for building system tarballDing Xiang Fei2018-11-07
|
* make-system-tarball: allow alternate compression methodsMichael Bishop2018-04-03
|
* make-system-tarball.sh: use numeric uidsJoachim Fasting2017-01-01
| | | | | | | Ownership should now always be 0/0. Pointed out by @dezgeg at https://github.com/NixOS/nixpkgs/pull/21305#discussion_r93258149
* make-system-tarball: create reproducible tarballsJoachim Fasting2016-12-20
| | | | | | | | | | | | Ensure that archive members are added in sorted order with a fixed mtime. This allows `nix-build --check` to succeed (when building a tarball of a simple system configuration). We also remove env-vars which doesn't appear to do much apart from capture a bunch of store paths we probably don't want. This is an alternative to https://github.com/NixOS/nixpkgs/pull/2281/commits/4b78a5b5fb8584347999832b3c67d1276488140b
* nixos/make-system-tarball: extra commands to be executed before archiveJaka Hudoklin2014-12-11
|
* nixos: make-system-tarball, add option for extra arguments for tarJaka Hudoklin2014-08-25
| | | | | | Sometimes extra arguments when making tarball are required, for example if making a container owner of files has to be changed to root.
* Another attempt to eradicate ensureDirEelco Dolstra2014-06-30
| | | | See c556a6ea46e71e1907d78b71fab36df30297b3ad.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10