summaryrefslogtreecommitdiff
path: root/guix/scripts/deploy.scm
AgeCommit message (Expand)Author
2019-07-24deploy: Handle the '--system' command line option....* guix/scripts/deploy.scm (show-help): Add help for '--system'. (%options): Add '-s' and '--system'. (guix-deploy): Parameterize %current-system. 宋文武
2019-07-24deploy: Honor '--no-grafts'....* guix/scripts/deploy.scm (guix-deploy): Parameterize '%graft?'. 宋文武
2019-07-06Add 'guix deploy'....* guix/scripts/deploy.scm: New file. * Makefile.am (MODULES): Add it. Jakob L. Kreuze