Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 3 | -23/+13 |
| | | | | | | | 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. | ||||
* | Write an "activate-rs" script into the profile path | Andreas Fuchs | 2020-12-02 | 1 | -0/+9 |
| | | | | | This should point to the correct path if the target platform differs fro the deploying platform. | ||||
* | Use crude Nix parsing for parsing the flake path | notgne2 | 2020-11-29 | 4 | -46/+151 |
| | |||||
* | Use the last `.` for node/profile name separation, ignore any trailing `.`. ↵ | notgne2 | 2020-11-27 | 1 | -2/+41 |
| | | | | This should solve at least part of #10 | ||||
* | 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 | 2 | -10/+6 |
| | |||||
* | Fix ProfileNotFound error message | notgne2 | 2020-11-24 | 1 | -1/+1 |
| | |||||
* | Fix running & building under macOS (Big Sur) (#9) | Andreas Fuchs | 2020-11-24 | 2 | -7/+17 |
| | | | | | | | | | | | | | | | | | * Add xcbuild as native build input 2 ways & pass --verbose to cargo build * Make "deploy" build on macOS * Bump the nixpkgs version to one that ships Rust 1.47, which can produce binaries under macOS 11 (Big Sur). * Use darwin-specific options that let Naersk build the "deploy" binary under macOS. (With a work-around for https://github.com/nmattia/naersk/issues/127, which prevents this from being much more straight-forward). Unfortunately, the "activate" binary can't be built under macOS due to the inotify dependency; that means the best we can do is to run the deploy under macOS, not deploy *to* macOS. | ||||
* | Remove references to setActivate from README | notgne2 | 2020-11-22 | 1 | -3/+3 |
| | |||||
* | Print deployment if interactive mode is disabled | notgne2 | 2020-11-22 | 1 | -0/+4 |
| | |||||
* | Remove ref/cows from DeployDefs, add interactive flag (resolves #4) | notgne2 | 2020-11-22 | 4 | -54/+67 |
| | |||||
* | Refactor running to deprecate deploy_all_profiles/push_all_profiles | notgne2 | 2020-11-22 | 1 | -237/+122 |
| | |||||
* | Partially add deployment confirmation utilities (for #4) | notgne2 | 2020-11-22 | 4 | -0/+112 |
| | |||||
* | Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation) | notgne2 | 2020-11-22 | 3 | -7/+7 |
| | |||||
* | Update `activate.nixos` to take a configuration, not a derivation | notgne2 | 2020-11-22 | 2 | -3/+3 |
| | |||||
* | Build nothing if checks attribute is missing in non-flakes mode (fixes #7) | notgne2 | 2020-11-21 | 1 | -1/+1 |
| | |||||
* | fixup! Check auto-rollback flag before deactivating | Christian Höppner | 2020-11-21 | 1 | -3/+1 |
| | |||||
* | Check auto-rollback flag before deactivating | Christian Höppner | 2020-11-21 | 1 | -4/+12 |
| | |||||
* | Scope activation commands, deprecate setActivate | Alexander Bantyev | 2020-11-16 | 1 | -17/+24 |
| | |||||
* | Add activation presets for NixOS and noop activation | Alexander Bantyev | 2020-11-16 | 1 | -0/+4 |
| | |||||
* | fixup! [OPS-1085] Add CI | Christian Höppner | 2020-11-16 | 1 | -11/+3 |
| | |||||
* | Add reuse headers to `shell.nix` and `.buildkite/pipeline.yml` | notgne2 | 2020-11-14 | 2 | -0/+8 |
| | |||||
* | Format flake.nix | notgne2 | 2020-11-14 | 1 | -10/+11 |
| | |||||
* | Remove deprecated `checkSchema` | notgne2 | 2020-11-14 | 1 | -5/+1 |
| | |||||
* | Update README to document Magic Rollback better, and demonstrate extra Nix ↵ | notgne2 | 2020-11-14 | 1 | -9/+17 |
| | | | | arguments | ||||
* | Make `magicRollback` be enabled by default | notgne2 | 2020-11-14 | 1 | -1/+1 |
| | |||||
* | Remove "TODO" from README | notgne2 | 2020-11-14 | 1 | -10/+0 |
| | |||||
* | [OPS-1085] Add CI | Christian Höppner | 2020-11-14 | 3 | -0/+29 |
| | |||||
* | Pass extra build args to build command | notgne2 | 2020-11-14 | 2 | -0/+12 |
| | |||||
* | Re-order link to examples in overall usage section in README | notgne2 | 2020-11-10 | 1 | -2/+2 |
| | |||||
* | Re-order overall usage description in README | notgne2 | 2020-11-10 | 1 | -34/+34 |
| | |||||
* | Add missing newline to `interface.json` | notgne2 | 2020-11-10 | 1 | -1/+1 |
| | |||||
* | Improve language in README regarding overriding the hostname | notgne2 | 2020-11-10 | 1 | -2/+2 |
| | | | Co-authored-by: Christian Höppner <mkaito@users.noreply.github.com> | ||||
* | Fix setActivate documentation in `README.md` | notgne2 | 2020-11-10 | 1 | -2/+2 |
| | |||||
* | Add missing newline to `.gitignore` | notgne2 | 2020-11-10 | 1 | -1/+1 |
| | |||||
* | Remove bootstrap | notgne2 | 2020-11-07 | 5 | -61/+0 |
| | |||||
* | Add note about profilesOrder functionality | notgne2 | 2020-11-07 | 1 | -0/+1 |
| | |||||
* | Greatly expand documentation | notgne2 | 2020-11-07 | 5 | -50/+70 |
| | |||||
* | Unmute some more outputs, document the remaining mutes | notgne2 | 2020-11-07 | 3 | -9/+2 |
| | |||||
* | Mildly improve logging | notgne2 | 2020-11-02 | 2 | -2/+3 |
| | |||||
* | Abbreviate match expression with unwrap_or() | notgne2 | 2020-10-30 | 1 | -4/+1 |
| | |||||
* | Show name of profiles missing activation | notgne2 | 2020-10-30 | 1 | -2/+8 |
| | |||||
* | Fix example command in system example | notgne2 | 2020-10-30 | 1 | -1/+1 |
| | |||||
* | Tweak error messages a little | notgne2 | 2020-10-30 | 2 | -4/+4 |
| | |||||
* | Remove last remaining inappropriate panics | notgne2 | 2020-10-29 | 1 | -6/+29 |
| | |||||
* | Make all the errors work correctly (I am so so sorry) | notgne2 | 2020-10-29 | 7 | -175/+462 |
| | |||||
* | Make lock hash clearer (at apparently no expense) | notgne2 | 2020-10-29 | 2 | -2/+2 |
| | |||||
* | Set correct author on activate binary | notgne2 | 2020-10-29 | 1 | -2/+5 |
| | |||||
* | Add deprecation warning to checkSchema | notgne2 | 2020-10-29 | 1 | -2/+1 |
| |