summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-09-07Fix typos in README.mdv0.2Matthias Beyer
2015-09-07Merge pull request #17 from matthiasbeyer/add-channel-toolsMatthias Beyer
2015-09-07Ugly fix: Hard-code (more or less) help synopsis stringMatthias Beyer
2015-09-07Fix: scriptname_to_command should replace callee stringMatthias Beyer
2015-09-07Fix: Use caller util in mainMatthias Beyer
2015-09-07Fix: Sort command listMatthias Beyer
2015-09-07Rewrite scriptname_to_command helper functionMatthias Beyer
2015-09-07Add tool for diffing channel generationsMatthias Beyer
2015-09-07Add script for checking out a generationMatthias Beyer
2015-09-07Add tool to list channel generationsMatthias Beyer
2015-09-07Add nix-script channel command, which is a caller itselfMatthias Beyer
2015-09-07Add util for getting the complete script name for a caller and a command, inc...Matthias Beyer
2015-09-07Add util for generating a script name for a caller and a commandMatthias Beyer
2015-09-07Add util for listing all subcommands for a callerMatthias Beyer
2015-09-07Add util for listing all commands for a callerMatthias Beyer
2015-09-07fix: Pass RC_CONFIG and RC_NIXPKGS as environment to scriptsMatthias Beyer
2015-08-01Merge pull request #68 from matthiasbeyer/add-rc_fileMatthias Beyer
2015-08-01Add debug output when sourcing configMatthias 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-01Print used config file variablesMatthias Beyer
2015-08-01Add helper for config file variablesMatthias 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-01Add example rc fileMatthias Beyer
2015-08-01Add support for RC_NIXPKGS as default nixpkgs pathMatthias Beyer
2015-08-01switch: Add RC_CONFIG as default config pathMatthias Beyer
2015-08-01Add support for configuration fileMatthias Beyer
2015-07-31Add README note about how I developMatthias Beyer
2015-07-31Merge pull request #60 from matthiasbeyer/switch-add-dont_buildMatthias Beyer
2015-07-31Add feature to be able to do everything, but not nixos-rebuildMatthias Beyer
2015-07-31Merge pull request #63 from matthiasbeyer/add-update-packdef-dont_checkout_baseMatthias 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-27Hotfix: Check if debugging is enabled before printingMatthias 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-22Merge pull request #61 from matthiasbeyer/switch-add-missing_custom_tag_helptextMatthias Beyer
2015-07-15Change user irrelevant outputs to dbg outputMatthias Beyer
2015-07-15Add debug output helperMatthias Beyer
2015-07-15Add debugging flag in main fileMatthias Beyer
2015-07-15Add more debugging outputMatthias Beyer
2015-07-15Add flag to disable base-branch checkout after successfull runMatthias Beyer
2015-07-15Add help text for -t switch for custom tagMatthias Beyer
2015-07-15Merge pull request #64 from matthiasbeyer/switch-include_hostname_per_defaultMatthias Beyer