summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
[switch]: Add feature to be able to do everything, but not nixos-rebuild
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
Add flag to disable base-branch checkout after successfull run
2015-07-28Merge pull request #69 from matthiasbeyer/switch-no_annotated_tagsMatthias Beyer
Switch no annotated tags
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
Add flag to generate a tag in the local nixpkgs
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
Debug output
2015-07-27Add flag to generate a tag in the local nixpkgsMatthias Beyer
This commit adds a flag to the switch command, so one can generate a tag in the local clone of nixpkgs as well. The tag should be generated on the commit the system is based on. The tag will be named exactly as the tag in the configuration.
2015-07-22Merge pull request #61 from matthiasbeyer/switch-add-missing_custom_tag_helptextMatthias Beyer
Add help text for -t switch for custom tag
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
Do include the hostname as default, but disable with -n
2015-07-15Merge pull request #66 from ↵Matthias Beyer
matthiasbeyer/add-feature_dont_change_branch_for_package_update Add feature dont change branch for package update
2015-07-15Add check whether apply failed or notMatthias Beyer
2015-07-15Add flag for not checking out a new branchMatthias Beyer
2015-07-12Do include the hostname as default, but disable with -nMatthias Beyer
2015-07-11Merge pull request #55 from matthiasbeyer/docv0.1Matthias Beyer
Doc
2015-07-11Add code documentation for utilitiesMatthias Beyer
2015-07-11Add documentation to source in diff-generations commandMatthias Beyer
2015-07-11Add documentation to nix-scriptMatthias Beyer
2015-07-11Update READMEMatthias Beyer
2015-07-11Merge pull request #53 from matthiasbeyer/remove-custom-git-commandMatthias Beyer
switch: Remove -g flag support
2015-07-11Merge pull request #54 from matthiasbeyer/fix-#36Matthias Beyer
Rewrite __git_current_branch()
2015-07-11Rewrite __git_current_branch()Matthias 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
Use git helper
2015-07-10Merge pull request #47 from matthiasbeyer/add-more_help_textMatthias Beyer
Add more help text
2015-07-10Merge pull request #48 from matthiasbeyer/fix-#42Matthias Beyer
nix-script: Use help text helper functions
2015-07-10Merge pull request #49 from matthiasbeyer/fix-#44Matthias Beyer
Exit bad if there is no command
2015-07-10Use git helperMatthias Beyer
Fixes #40
2015-07-10update-package-def: Add more help textMatthias Beyer
2015-07-10switch: Add more help textMatthias Beyer
2015-07-10show-generation: Add help textMatthias Beyer
2015-07-10ls-profiles: More help textMatthias Beyer