Skip to content

file_cmds: init at 264.1.1 #20676

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2016
Merged

file_cmds: init at 264.1.1 #20676

merged 1 commit into from
Nov 28, 2016

Conversation

matthewbauer
Copy link
Member

Motivation for this change

This will add the "file_cmds" derivation to apple-source-releases.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Sorry, something went wrong.

@mention-bot
Copy link

@matthewbauer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @copumpkin, @shlevy and @pikajude to be potential reviewers.

@grahamc
Copy link
Member

grahamc commented Nov 28, 2016

what does file_cmds do?

@matthewbauer
Copy link
Member Author

matthewbauer commented Nov 28, 2016

file_cmds provides a lot of the same commands provided by GNU coreutils. Currently the commands are:

  • chflags (not in coreutils)
  • chmod
  • chown
  • cksum
  • compress
  • cp
  • dd
  • df
  • du
  • gzip
  • install
  • ipcrm (not in coreutils)
  • ln
  • ls
  • mkdir
  • mkfifo
  • mknod
  • mv
  • pathchk
  • pax (not in coreutils)
  • rm
  • rmdir
  • stat
  • touch

Some of the ones that are in coreutils have differences in options from their coreutils equivalent so they may still be useful. I'm mainly interested in chflags which isn't available anywhere else.

@grahamc grahamc merged commit 04edf29 into NixOS:master Nov 28, 2016
@matthewbauer matthewbauer deleted the file_cmds branch November 28, 2016 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants