Skip to content

undaemonize: init at 2017-07-11 #27325

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 4 commits into from
Jul 12, 2017
Merged

undaemonize: init at 2017-07-11 #27325

merged 4 commits into from
Jul 12, 2017

Conversation

canndrew
Copy link
Contributor

Motivation for this change
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 via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • 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.

Verified

This commit was signed with the committer’s verified signature.
ijjk JJ Kasper
@canndrew
Copy link
Contributor Author

I'm not sure how I'm supposed to add software that isn't versioned, or if we have a policy on that. This is a very simple little tool that comes from here: https://github.com/nickstenning/undaemonize (and only has two commits). I could maybe call it v1.0, maybe @nickstenning has an opinion?

@canndrew canndrew mentioned this pull request Jul 12, 2017
8 tasks
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation {
name = "undaemonize";
Copy link
Member

@Mic92 Mic92 Jul 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the date <year>-<month>-<day> of the commit you referring to here as version.

src = fetchFromGitHub {
repo = "undaemonize";
owner = "nickstenning";
rev = "master";
Copy link
Member

@Mic92 Mic92 Jul 12, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a concrete commit and no branch here. Otherwise it will break if new commits are added.

canndrew and others added 3 commits July 12, 2017 19:29

Verified

This commit was signed with the committer’s verified signature.
ijjk JJ Kasper

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Mic92 Mic92 changed the title undaemonize: init at unversioned undaemonize: init at 2017-07-11 Jul 12, 2017
@Mic92 Mic92 merged commit 07e7527 into NixOS:master Jul 12, 2017
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

2 participants