aboutsummaryrefslogtreecommitdiff
path: root/src/activate.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-07Remove bootstrapnotgne21-43/+0
2020-11-07Unmute some more outputs, document the remaining mutesnotgne21-7/+0
2020-11-02Mildly improve loggingnotgne21-1/+2
2020-10-30Tweak error messages a littlenotgne21-1/+1
2020-10-29Remove last remaining inappropriate panicsnotgne21-6/+29
2020-10-29Make all the errors work correctly (I am so so sorry)notgne21-91/+172
2020-10-29Make lock hash clearer (at apparently no expense)notgne21-1/+1
2020-10-29Set correct author on activate binarynotgne21-2/+5
2020-10-25Fail correctly if initial activation failsnotgne21-6/+8
2020-10-13Clean up some CLI arguments, make magic rollback optionalnotgne21-11/+28
2020-10-13Auto rollback if deployment is not confirmednotgne21-72/+173
2020-10-11Set working directory during activation to the profile pathnotgne21-0/+2
2020-10-11Move activate script location, use buildEnv for setActivatenotgne21-2/+2
2020-10-02General improvements, deprecate `activate` profile option in favor of executi...notgne21-86/+82
2020-10-01Handle more command exits correctlynotgne21-10/+29
2020-09-29Add license information, reformat Nix files, clean upnotgne21-0/+4
2020-09-29Move all activation logic to activate.rs (the unused warnings got annoying)notgne21-1/+109
2020-09-28use separate binary for activation, more cleanupnotgne21-0/+54