Philipp Herzog
d0c8665042
Add option to build on the remote host
2022-11-18 13:41:54 +01:00
Philipp Herzog
be40823735
Merge pull request #182 from serokell/philtaken/checks-unique-names
...
More unique names for the checks generated by deploy-rs
2022-11-14 20:23:26 +01:00
Philipp Herzog
38d9005a73
More unique names for the checks generated by deploy-rs
...
Closes #162
2022-11-11 14:03:07 +01:00
Philipp Herzog
b011f13bc5
Merge pull request #181 from serokell/philtaken/rollback_exit_code
...
Introduce non-zero exit code for rollbacks
2022-11-11 12:29:23 +01:00
Philipp Herzog
28961e2c2d
Introduce non-zero exit code for rollbacks
...
Closes #179
2022-11-11 12:20:54 +01:00
Maximilian Bosch
068372aad1
Add new activation strategy boot
as equivalent to nixos-rebuild boot
...
This can be useful when e.g. deploying a kernel update to a target host.
You usually plan a reboot (or kexec) after that to activate the new
kernel. However you don't want to wait for services to be restarted
first since these will be "restarted" anyways on the reboot. In cases
like GitLab or the Atlassian stack this actually makes a difference.
This patch changes the following things:
* If `--boot` is provided, `nix-env -p profile-to-activate --set` is
called for each deployed profile to make sure that it is activated
automatically after a reboot.
* However, the actual activation (e.g. `switch-to-configuration switch`)
is skipped. Instead:
* For NixOS, `switch-to-configuration boot` is called to set the new
profile as default in the bootloader.
* For everything else, nothing else is done. The profile is already
the new default (and thus picked up on the next boot).
2022-10-09 18:47:08 +02:00
Alexander Bantyev
41f15759dd
Merge pull request #168 from rycee/runCommand
...
Replace runCommandNoCC by runCommand
2022-08-05 22:50:33 +04:00
Robert Helgesson
9e79e4028a
Fetch system from stdenv.hostPlatform
...
The top-level `system` attribute has been deprecated for quite a
while. See
4246d6ce21
2022-08-04 22:44:47 +02:00
Robert Helgesson
6564bee9ee
Replace runCommandNoCC by runCommand
...
The `runCommand` function has been using `stdenvNoCC` for quite a
while and `runCommandNoCC` is correspondingly deprecated. See
9feb144c8c
2022-08-04 21:43:35 +02:00
Alexander Bantyev
184349d814
Merge pull request #159 from xvello/nix28
...
Update flake to support nix 2.8
2022-05-26 23:45:15 +04:00
Xavier Vello
ebc4577990
Update flake to support nix 2.8
...
nix 2.7 renamed defaultApp and defaultPackage. Both the
old and new names are supported in 2.7, but 2.8 has removed
support for the old names, breaking the nix run invocation.
Old names are kept in this PR to keep compatibility with nix 2.6,
but could be removed if support of this version is not needed anymore.
2022-05-14 22:09:00 +02:00
Alexander Bantyev
690f698b18
Merge pull request #157 from Atry/patch-1
...
Fix a typo
2022-05-09 10:03:27 +03:00
Yang, Bo
0868184b03
Fix a typo
2022-05-08 23:01:25 -07:00
Alexander Bantyev
83e0c78291
Merge pull request #149 from serokell/automatic-update
...
Automatically update flake.lock to the latest version
2022-03-28 16:46:29 +03:00
Flake Update Bot
af404f90f3
Automatically update flake.lock to the latest version
...
flake-compat b7547d3eed (2022-01-03) -> 64a525ee38 (2022-03-25)
nixpkgs 7f65e4abd5 (2022-01-29) -> 30d3d79b7d (2022-03-25)
utils 846b2ae0fc (2022-01-20) -> 0f8662f131 (2022-03-26)
2022-03-28 02:00:04 +00:00
Alexander Bantyev
4154ba1aaa
Merge pull request #134 from serokell/automatic-update
...
Automatically update flake.lock to the latest version
2022-02-02 10:37:11 +03:00
Flake Update Bot
441dd052e8
Automatically update flake.lock to the latest version
...
flake-compat 12c64ca55c (2021-08-02) -> b7547d3eed (2022-01-03)
nixpkgs e0ce3c683a (2021-09-19) -> 7f65e4abd5 (2022-01-29)
utils 7e5bf3925f (2021-09-13) -> 846b2ae0fc (2022-01-20)
2022-02-02 02:00:20 +00:00
Alexander Bantyev
3180b55ad4
Merge pull request #148 from afontaine/afontaine/add-doas-support
...
Add custom sudo command support
2022-01-29 13:35:12 +03:00
Andrew Fontaine
874af9b05b
Add custom sudo command support
...
This is useful for nodes that utilize `doas` instead of `sudo`.
2022-01-28 16:18:12 -05:00
06kellyjac
0ac333cdc0
chore: replace .license files with dep5 config
2022-01-13 15:38:18 -07:00
06kellyjac
14daa4acf6
chore: link LICENSES/MPL-2.0.txt to root LICENSE
2022-01-13 15:38:18 -07:00
Timothy DeHerrera
f2a3044a0d
optimize release build for size
2022-01-13 15:33:06 -07:00
Alexander Bantyev
584ec123d3
Merge pull request #146 from eyeinsky/master
...
Fix typo
2022-01-12 11:31:43 +03:00
Markus Läll
c9e68bb39e
Fix typo
2022-01-11 17:49:27 +02:00
notgne2
715e92a130
Merge pull request #138 from input-output-hk/await-thread
...
ensure spawned thread exits before main
2021-12-04 17:53:10 -07:00
Timothy DeHerrera
629596964e
ensure spawned thread exits before main
2021-11-18 10:45:31 -07:00
Alexander Bantyev
9a02de4373
Fix darwin build
...
Frameworks are libraries used at runtime, so should be in buildInputs
and not nativeBuildInputs.
Closes https://github.com/serokell/deploy-rs/issues/132
2021-09-28 12:51:24 +03:00
Alexander Bantyev
ea5f2ab581
Merge pull request #131 from pjjw/aarch64-darwin
...
add aarch64-darwin to built systems
2021-09-27 19:08:56 +03:00
Peter Woodman
ed1ee1d866
add aarch64-darwin to built systems
2021-09-27 11:16:11 -04:00
Alexander Bantyev
bd91450cc1
Merge pull request #129 from serokell/update
...
flake.lock: Update
2021-09-23 12:42:18 +03:00
Alexander Bantyev
c7f8d07caf
Merge pull request #125 from blaggacao/master
...
fix: ignore direnv files
2021-09-23 12:41:42 +03:00
Alexander Bantyev
d676dd648c
flake.lock: Update
...
Flake lock file changes:
• Updated input 'flake-compat':
'github:edolstra/flake-compat/99f1c2157fba4bfe6211a321fd0ee43199025dbf' (2020-11-26)
→ 'github:edolstra/flake-compat/12c64ca55c1014cdc1b16ed5a804aa8576601ff2' (2021-08-02)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/d8eb97e3801bde96491535f40483d550b57605b9' (2021-06-06)
→ 'github:NixOS/nixpkgs/e0ce3c683ae677cf5aab597d645520cddd13392b' (2021-09-19)
• Updated input 'utils':
'github:numtide/flake-utils/7d706970d94bc5559077eb1a6600afddcd25a7c8' (2021-05-31)
→ 'github:numtide/flake-utils/7e5bf3925f6fbdfaf50a2a7ca0be2879c4261d19' (2021-09-13)
2021-09-23 12:39:51 +03:00
Alexander Bantyev
78bfc5d11c
Use nix-unstable command
2021-09-23 12:39:33 +03:00
Alexander Bantyev
b8f42e2a7f
Merge pull request #128 from lovesegfault/no-naersk
...
flake: replace naersk with buildRustPackage
2021-09-23 12:30:42 +03:00
Bernardo Meurer
dc6e17b86f
flake: replace naersk with buildRustPackage
2021-09-15 10:03:29 -07:00
David Arnold
188544797c
fix: ignore direnv files
2021-08-26 13:49:35 -05:00
notgne2
e5546f9c25
General code cleanup
2021-08-12 00:18:06 -07:00
Alexander Bantyev
d72174307d
Merge pull request #104 from nrdxp/as-lib
...
Use as library
2021-08-04 12:10:08 +03:00
Alexander Bantyev
2d06590cb0
Merge branch 'master' into as-lib
2021-08-04 12:09:54 +03:00
notgne2
a0dd40684d
Merge pull request #108 from serokell/notgne2/add-envrc
...
Add .envrc and fix devShell to work with more tools
2021-08-04 01:01:57 -07:00
notgne2
63ccbd7cdd
Add .envrc and fix devShell to work with more tools
2021-08-04 00:06:51 -07:00
Timothy DeHerrera
cfa203b1d3
fix ambiguous crate ref
2021-07-29 18:17:54 -06:00
Timothy DeHerrera
8a27483dce
optionally take args as input
2021-07-29 18:17:53 -06:00
Timothy DeHerrera
3b6e84d3e2
make cli opts public
2021-07-29 18:17:51 -06:00
Timothy DeHerrera
1b08f09f49
update tokio
2021-07-29 18:17:47 -06:00
Timothy DeHerrera
3c4d7d53d0
export cli run in lib
2021-07-14 15:21:56 -06:00
Alexander Bantyev
587cbcfe8d
Merge pull request #97 from blaggacao/patch-1
...
fix: add meta.description
2021-07-08 10:24:53 +03:00
Alexander Bantyev
364ef202e4
Merge pull request #96 from serokell/balsoft/eval-only-once
...
Evaluate only once, and then only realise
2021-07-02 20:55:09 +03:00
Alexander Bantyev
220f07199e
Evaluate only once, and then only realise
2021-07-02 19:28:49 +03:00
David Arnold
4bc3bea502
fix: add meta.description
2021-06-25 20:49:54 -05:00