summary refs log tree commit diff
path: root/pkgs/build-support/nuke-references
Commit message (Collapse)AuthorAge
* nukeReferences: Use stdenvNoCCEelco Dolstra2019-10-11
|
* nukeReferences: fix for store paths with special characters (like '+' or '.')Dmitry Kalinkin2019-05-03
| | | | | | | | | | | This introduces extra escaping for $NIX_STORE that gets interpolated into a PCRE. The escaping is performed using a standard Perl function "quotemeta" (see "perldoc -f quotemeta" for reference). The same value is also used in sed regex which uses POSIX basic regular expressions instead of PCRE, so it needs fewer characters to be escaped. It should not cause much problem to not change sed invocation, but I replace it with equivalent Perl expression (actually the behavior is changed to not output a newline character after the matched output).
* nuke-references: support -e optionNikolay Amiantov2015-10-18
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* nuke-refs: Don't assume /nix/storeShea Levy2011-10-28
| | | | svn path=/nixpkgs/trunk/; revision=30090
* * Use the sh from klibc in the bootstrap. It's a lot smaller thanEelco Dolstra2009-01-29
| | | | | | bash. Also, use the cpio from klibc instead of tar. svn path=/nixpkgs/branches/stdenv-updates/; revision=13905
* * Ignore symlinks.Eelco Dolstra2009-01-16
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=13790
* * Turn the nukeRefs() function into a separate program.Eelco Dolstra2006-11-03
svn path=/nixpkgs/trunk/; revision=6941