aboutsummaryrefslogtreecommitdiff
path: root/src/bin/activate.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-26changed: remove 2015-style extern crateBernardo Meurer1-4/+1
2021-01-08Fix trivial lint issuesnotgne21-2/+1
2021-01-08Restructure projectnotgne21-9/+9
2020-12-30Modify activation logic to keep SSH connection alive for magic-rollback and ↵notgne21-41/+141
avoid forking or disconnecting std{out,err}
2020-12-27Fix log dir/file mismatchnotgne21-1/+1
2020-12-27Use error log macro more in activate.rsnotgne21-7/+3
2020-12-27Replace logger, add more logging options including filesnotgne21-7/+9
2020-12-15Simplify the types involved a littleAndreas Fuchs1-4/+4
The cursed match is still cursed, but at least we're not sending useless data across channels anymore.
2020-12-15Use notify crate to learn about deletion of the activation sentinelAndreas Fuchs1-33/+39
We should now be able to deploy to non-Linux systems, and build all the required binaries too.
2020-11-22Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation)notgne21-1/+1
2020-11-21fixup! Check auto-rollback flag before deactivatingChristian Höppner1-3/+1
2020-11-21Check auto-rollback flag before deactivatingChristian Höppner1-4/+12
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 ↵notgne21-86/+82
executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
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