diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-13 10:56:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-13 10:56:21 +0200 |
commit | 44da69a69a2405af28e0d86199fa1be56aecef5d (patch) | |
tree | fb6b5346c54f2af2f91dcdf2e4cc7871e786c7cc /owners | |
parent | 6b58c1ae080eff767ff7b53b0b8de9b3ca26baa5 (diff) |
Migrate crashpad from queue/alpha to alpha
add libcrashpad/0.9.0
add crashpad-tests/0.9.0
add crashpad-handler/0.9.0
add crashpad-tools/0.9.0
add owners/crashpad/libcrashpad/package-owner.manifest
add owners/crashpad/project-owner.manifest
add owners/crashpad/crashpad-tests/package-owner.manifest
add owners/crashpad/crashpad-handler/package-owner.manifest
add owners/crashpad/crashpad-tools/package-owner.manifest
Diffstat (limited to 'owners')
5 files changed, 25 insertions, 0 deletions
diff --git a/owners/crashpad/crashpad-handler/package-owner.manifest b/owners/crashpad/crashpad-handler/package-owner.manifest new file mode 100644 index 0000000..c211216 --- /dev/null +++ b/owners/crashpad/crashpad-handler/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: crashpad-handler +author-name: Boris Kolpackov +author-email: boris@codesynthesis.com +control: https://github.com/build2-packaging/crashpad.git diff --git a/owners/crashpad/crashpad-tests/package-owner.manifest b/owners/crashpad/crashpad-tests/package-owner.manifest new file mode 100644 index 0000000..4fcbfb2 --- /dev/null +++ b/owners/crashpad/crashpad-tests/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: crashpad-tests +author-name: Boris Kolpackov +author-email: boris@codesynthesis.com +control: https://github.com/build2-packaging/crashpad.git diff --git a/owners/crashpad/crashpad-tools/package-owner.manifest b/owners/crashpad/crashpad-tools/package-owner.manifest new file mode 100644 index 0000000..f1c916a --- /dev/null +++ b/owners/crashpad/crashpad-tools/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: crashpad-tools +author-name: Boris Kolpackov +author-email: boris@codesynthesis.com +control: https://github.com/build2-packaging/crashpad.git diff --git a/owners/crashpad/libcrashpad/package-owner.manifest b/owners/crashpad/libcrashpad/package-owner.manifest new file mode 100644 index 0000000..afaeb4c --- /dev/null +++ b/owners/crashpad/libcrashpad/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: libcrashpad +author-name: Boris Kolpackov +author-email: boris@codesynthesis.com +control: https://github.com/build2-packaging/crashpad.git diff --git a/owners/crashpad/project-owner.manifest b/owners/crashpad/project-owner.manifest new file mode 100644 index 0000000..1caa494 --- /dev/null +++ b/owners/crashpad/project-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: crashpad +author-name: Boris Kolpackov +author-email: boris@codesynthesis.com +control: https://github.com/build2-packaging/ |