Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fail early if there is no activation script in profile path | Alexander Bantyev | 2020-12-02 | 1 | -0/+17 |
| | |||||
* | Use DeployData's store path to build the activate-rs path | Andreas Fuchs | 2020-12-02 | 1 | -1/+0 |
| | | | | This gets rid of yet more code, so - win! | ||||
* | Don't copy the activate script (it's part of the closure anyway) | Andreas Fuchs | 2020-12-02 | 1 | -1/+0 |
| | |||||
* | Use the profile closure's activate script to activate the profile | Andreas Fuchs | 2020-12-02 | 1 | -6/+2 |
| | | | | | | | This gets rid of the "current_exe" vestige that has stuck around from when this program was meant to be standalone; instead, we use the (already known) path to the activate-rs wrapper, which automatically uses the correct binary for the deploy target platform. | ||||
* | Quote node and profile names given to `nix build` (relates to #10) | notgne2 | 2020-11-27 | 1 | -2/+2 |
| | |||||
* | Remove old `--no-link` flags to the Nix build | notgne2 | 2020-11-27 | 1 | -9/+5 |
| | |||||
* | Remove ref/cows from DeployDefs, add interactive flag (resolves #4) | notgne2 | 2020-11-22 | 1 | -1/+1 |
| | |||||
* | Pass extra build args to build command | notgne2 | 2020-11-14 | 1 | -0/+5 |
| | |||||
* | Unmute some more outputs, document the remaining mutes | notgne2 | 2020-11-07 | 1 | -2/+1 |
| | |||||
* | Abbreviate match expression with unwrap_or() | notgne2 | 2020-10-30 | 1 | -4/+1 |
| | |||||
* | Make all the errors work correctly (I am so so sorry) | notgne2 | 2020-10-29 | 1 | -13/+42 |
| | |||||
* | Add an option to keep build results | notgne2 | 2020-10-23 | 1 | -13/+30 |
| | |||||
* | Fix log messages, prevent non-flake builds writing to result, unmute stderr ↵ | notgne2 | 2020-10-23 | 1 | -4/+3 |
| | | | | on nix builds | ||||
* | Clean up some CLI arguments, make magic rollback optional | notgne2 | 2020-10-13 | 1 | -1/+1 |
| | |||||
* | General improvements, deprecate `activate` profile option in favor of ↵ | notgne2 | 2020-10-02 | 1 | -5/+0 |
| | | | | executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations | ||||
* | Handle more command exits correctly | notgne2 | 2020-10-01 | 1 | -9/+21 |
| | |||||
* | Rework system for deploy properties, add CLI override flags | notgne2 | 2020-10-01 | 1 | -23/+23 |
| | |||||
* | Improve nix copy stuff | notgne2 | 2020-10-01 | 1 | -4/+6 |
| | |||||
* | Add license information, reformat Nix files, clean up | notgne2 | 2020-09-29 | 1 | -0/+4 |
| | |||||
* | use separate binary for activation, more cleanup | notgne2 | 2020-09-28 | 1 | -1/+1 |
| | |||||
* | Add missing files | notgne2 | 2020-09-28 | 1 | -0/+108 |