forked from fepitre/qubes-builderv2
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/pr/181'
* origin/pr/181: (47 commits) windows: fix bash script issues windows: rename 'artifacts' to 'files' in build plugin artifact info Only use admin.vm.CurrentState in WindowsQubesExecutor windows: allow saving generated Windows ISO under a custom name windows: fix review issues windows: ignore symlinks for copy_in Properly query vm state in dispvm cleanup windows: update README windows: remove qubesadmin dependency windows: sanitize_line() compatibility Refactor WindowsExecutor into WindowsQubesExecutor and SSHWindowsExecutor windows: fix review issues windows: fix shellcheck warnings in rpc files Fix CI config windows: update CI dependencies windows: fix mypy warnings windows: remove debug code Fix formatting windows: fix copy-out for no-target projects windows: don't copy qrexec handlers on every command ...
- Loading branch information
Showing
43 changed files
with
2,952 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
git: | ||
prefix: omeg/qubes- | ||
branch: omeg/builder-v2 | ||
maintainers: | ||
# omeg | ||
- 'CE8060B48282B234AE0A7815D32BF219E67BA830' | ||
|
||
#increment-devel-versions: true | ||
|
||
debug: true | ||
verbose: true | ||
|
||
skip-git-fetch: false | ||
|
||
# this is for anything other than building, so source fetching etc | ||
executor: | ||
type: qubes | ||
options: | ||
dispvm: qubes-builder-dvm | ||
|
||
# dev only | ||
less-secure-signed-commits-sufficient: | ||
- vmm-xen-windows-pvdrivers | ||
- core-vchan-xen | ||
- windows-utils | ||
- core-qubesdb | ||
- core-agent-windows | ||
- gui-common | ||
- gui-agent-windows | ||
- installer-windows-tools | ||
|
||
distributions: | ||
- vm-win10: | ||
stages: | ||
- build: | ||
configuration: release | ||
sign-qube: vault-sign | ||
sign-key-name: "Qubes Windows Tools" | ||
test-sign: true | ||
executor: | ||
#type: windows-ssh | ||
type: windows | ||
options: | ||
dispvm: win-build | ||
user: user | ||
ewdk: tools/windows/ewdk.iso | ||
threads: 1 | ||
#ssh-ip: 10.137.0.20 | ||
#ssh-key-path: /home/user/.ssh/win-build.key | ||
|
||
components: | ||
- vmm-xen-windows-pvdrivers | ||
- core-vchan-xen | ||
- windows-utils | ||
- core-qubesdb | ||
- core-agent-windows | ||
- gui-common | ||
- gui-agent-windows | ||
- installer-windows-tools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.