summaryrefslogtreecommitdiffstats
path: root/nix-script-switch.sh
AgeCommit message (Expand)Author
2017-05-30Fix bug when building non-switch and appending channel hashMatthias Beyer
2017-01-08Add note that the arg -p is deprecatedMatthias Beyer
2017-01-08switch: Tag current channel commit hash in channel tagMatthias Beyer
2016-06-19Add flag (-C) to append channel generation to tag nameMatthias Beyer
2016-01-02Fix #114Matthias Beyer
2015-10-05Call git here without explanation outputMatthias Beyer
2015-10-05Fix: move debug output in case blockMatthias Beyer
2015-10-04Merge pull request #102 from matthiasbeyer/switch-no_tag_if_buildMatthias Beyer
2015-10-04Do not generate config tag if cmd is "build"Matthias Beyer
2015-10-04Add option to update remote before generating tag in nixpkgsMatthias Beyer
2015-10-04Fetch commit hash before nixos-rebuildMatthias Beyer
2015-10-04Add "ready" outputMatthias Beyer
2015-10-04Integrate function code in scriptMatthias Beyer
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-09-27switch: Ability to parse alternative nixpkgs from normal argsMatthias Beyer
2015-09-22switch: Be quiet by defaultMatthias Beyer
2015-09-16Fix: switch: Generate tag only if argument for it is passedMatthias Beyer
2015-09-11Add missing arguments to help_end() callsMatthias Beyer
2015-08-01switch: Move variable printing, so we have proper debugging outputMatthias Beyer
2015-08-01Add help text for config file var use in switch commandMatthias Beyer
2015-08-01Add RC variable for tagging flags for tagging in nixpkgs repo on switch commandMatthias Beyer
2015-08-01Add default tagging flags in switch commandMatthias Beyer
2015-08-01switch: Use RC_NIXPKGS as default nixpkgs cloneMatthias Beyer
2015-08-01switch: Add RC_CONFIG as default config pathMatthias Beyer
2015-07-31Add feature to be able to do everything, but not nixos-rebuildMatthias Beyer
2015-07-28Merge pull request #69 from matthiasbeyer/switch-no_annotated_tagsMatthias Beyer
2015-07-28Fix: Use dbg() instead of stdout() in option parsingMatthias Beyer
2015-07-28switch: Add support for custom git-tag flags, to be able to do annotated taggingMatthias Beyer
2015-07-28switch command: Dont do annotated taggingMatthias Beyer
2015-07-28Merge pull request #62 from matthiasbeyer/switch-add-nixpkgs-taggingMatthias Beyer
2015-07-28Add note that "switch" is default for "switch" commandMatthias Beyer
2015-07-27Merge pull request #59 from matthiasbeyer/debug-outputMatthias Beyer
2015-07-27Add flag to generate a tag in the local nixpkgsMatthias Beyer
2015-07-15Change user irrelevant outputs to dbg outputMatthias Beyer
2015-07-15Add more debugging outputMatthias Beyer
2015-07-15Add help text for -t switch for custom tagMatthias Beyer
2015-07-12Do include the hostname as default, but disable with -nMatthias Beyer
2015-07-11switch: Remove -g flag supportMatthias Beyer
2015-07-11Hotfix: Missing working directory in git commandMatthias Beyer
2015-07-10Merge pull request #50 from matthiasbeyer/fix-#40Matthias Beyer
2015-07-10Use git helperMatthias Beyer
2015-07-10switch: Add more help textMatthias Beyer
2015-07-05Minify code in switch commandMatthias Beyer
2015-07-05Merge pull request #29 from matthiasbeyer/add-switch_hostnameMatthias Beyer