summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-05-30Merge pull request #129 from matthiasbeyer/fix-128HEADv0.3.3masterMatthias Beyer
Fix bug when building non-switch and appending channel hash
2017-05-30Fix bug when building non-switch and appending channel hashMatthias Beyer
When we build a non-switch (e.g. "boot") and append the channel hash in the config tag, we append the wrong hash (not the hash of the channel of the build generation but the hash of the current channel). This is a severe bug which is fixed with this commit (by simply failing to allow the combination of these two flags).
2017-01-12Merge pull request #125 from matthiasbeyer/channel-update-arg-name-fixMatthias Beyer
Fix: Name of argument
2017-01-12Merge pull request #126 from matthiasbeyer/switch-nixpkgs-tag-defaultMatthias Beyer
Switch nixpkgs tag default
2017-01-08Add note that the arg -p is deprecatedMatthias Beyer
2017-01-08switch: Tag current channel commit hash in channel tagMatthias Beyer
2017-01-08Fix: Name of argumentMatthias Beyer
2016-06-19Merge pull request #121 from matthiasbeyer/tag-with-channelMatthias Beyer
Tag with channel
2016-06-19Ensure RC variable passthroughMatthias Beyer
2016-06-19Add flag to add the channel name in the tag for channel-update tagsMatthias Beyer
2016-06-19Add setting for channel name to use in tagsMatthias Beyer
2016-06-19utils: Add function to get channel namesMatthias Beyer
2016-06-19Add flag (-C) to append channel generation to tag nameMatthias Beyer
2016-05-30Merge pull request #118 from matthiasbeyer/fix-117v0.3.2Matthias Beyer
Call git-am --abort before exiting
2016-05-30Merge pull request #120 from matthiasbeyer/fix-119Matthias Beyer
Fix wrong argument: --cores is required here
2016-05-30Fix wrong argument: --cores is required hereMatthias Beyer
2016-05-30Call git-am --abort before exitingMatthias Beyer
2016-01-02Merge pull request #115 from matthiasbeyer/fix-#114v0.3.1Matthias Beyer
Fix #114
2016-01-02Fix #114Matthias Beyer
2015-10-05Merge pull request #106 from matthiasbeyer/fix-verbosity_bugv0.3Matthias Beyer
Fix verbosity bug
2015-10-05Call git here without explanation outputMatthias Beyer
Fixes #105
2015-10-05util: Provide functions to disable outputMatthias Beyer
2015-10-05Merge pull request #103 from matthiasbeyer/fix-syntax_errorMatthias Beyer
Fix: move debug output in case block
2015-10-05Fix: move debug output in case blockMatthias Beyer
2015-10-04Merge pull request #102 from matthiasbeyer/switch-no_tag_if_buildMatthias Beyer
Do not generate config tag if cmd is "build"
2015-10-04Do not generate config tag if cmd is "build"Matthias Beyer
Closes #101. If the command for rebuilding the system is "build", the "switch" command should not generate a tag in the configuration. A tag in the nixpkgs clone can be generated, though.
2015-10-04Merge pull request #93 from matthiasbeyer/implement-#90Matthias Beyer
Add option to update (upstream) remote before generating tag in nixpkgs
2015-10-04Add option to update remote before generating tag in nixpkgsMatthias Beyer
Add config var: Remote name for upstream nixpkgs
2015-10-04Merge pull request #82 from matthiasbeyer/update-pkg-autopushMatthias Beyer
Support for git-push after successful build of package update
2015-10-04Merge pull request #94 from matthiasbeyer/switch-fetch-commit-before-tagMatthias Beyer
Fetch commit hash before nixos-rebuild
2015-10-04Fetch commit hash before nixos-rebuildMatthias Beyer
As described in #81, we should fetch the hash of the current HEAD before starting the nixos-rebuild run, as if this run takes a lot of time, the HEAD could have changed in between and so we would generate a tag on a wrong commit.
2015-10-04Merge pull request #96 from matthiasbeyer/refactor-switchMatthias Beyer
Refactor switch
2015-10-04Add "ready" outputMatthias Beyer
2015-10-04Integrate function code in scriptMatthias Beyer
As the function is only used once.
2015-10-04Fix typoMatthias Beyer
2015-10-04Remove else-branch from if-else by negating conditionMatthias Beyer
2015-10-04Fixed indentionMatthias Beyer
2015-10-04Minify ifMatthias Beyer
2015-10-04Default command setting simplifiedMatthias Beyer
2015-10-04Add debug output in arg parsingMatthias Beyer
2015-10-04Better overview over the help textMatthias Beyer
2015-10-04Merge pull request #98 from ↵Matthias Beyer
matthiasbeyer/switch-integrate_alternative_nixpkgs_arg_parsing switch: Ability to parse alternative nixpkgs from normal args
2015-09-29Support for git-push after successful build of package updateMatthias Beyer
2015-09-29Merge pull request #100 from matthiasbeyer/update-package-def-parallelMatthias Beyer
Update package def parallel
2015-09-29update-package-def: Add -c option to pass --cores to nix-buildMatthias Beyer
2015-09-29update-package-def: Add -j option to build in parallelMatthias Beyer
2015-09-27switch: Ability to parse alternative nixpkgs from normal argsMatthias Beyer
2015-09-23Merge pull request #92 from matthiasbeyer/quiet-by-defaultMatthias Beyer
switch: Be quiet by default
2015-09-22switch: Be quiet by defaultMatthias Beyer
2015-09-18Merge pull request #71 from matthiasbeyer/add-replMatthias Beyer
Add repl