Skip to content

Commit 5372344

Browse files
committed
Replace BrandonRomano with hashicorp
1 parent 6bbf4d2 commit 5372344

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/notify-integration-release-via-manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Notify Release
4141
uses: ./integration-release-action
4242
with:
43-
integration_identifier: 'packer/BrandonRomano/ucloud'
43+
integration_identifier: 'packer/hashicorp/ucloud'
4444
release_version: ${{ github.event.inputs.version }}
4545
release_sha: ${{ github.event.inputs.branch }}
4646
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/notify-integration-release-via-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Notify Release
3535
uses: ./integration-release-action
3636
with:
37-
integration_identifier: 'packer/BrandonRomano/ucloud'
37+
integration_identifier: 'packer/hashicorp/ucloud'
3838
release_version: ${{ github.ref_name }}
3939
release_sha: ${{ github.ref }}
4040
github_token: ${{ secrets.GITHUB_TOKEN }}

.web-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ packer plugins install github.com/hashicorp/ucloud
2323

2424
#### Builders
2525

26-
- [ucloud-uhost](/packer/integrations/BrandonRomano/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
26+
- [ucloud-uhost](/packer/integrations/hashicorp/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
2727
customized images based on an existing base image for use in UHost Instance.
2828

2929
#### Post-processors
3030

31-
- [ucloud-import](/packer/integrations/BrandonRomano/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
31+
- [ucloud-import](/packer/integrations/hashicorp/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
3232
artifact from various builders and imports it to UCloud customized image list
3333
for UHost Instance.

.web-docs/metadata.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
integration {
44
name = "UCloud"
55
description = "The UCloud plugin is able to build customized images for use in UHost Instance."
6-
identifier = "packer/BrandonRomano/ucloud"
6+
identifier = "packer/hashicorp/ucloud"
77
component {
88
type = "builder"
99
name = "UCloud Uhost"

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ generate: install-packer-sdc
3636
build-docs: install-packer-sdc
3737
@if [ -d ".docs" ]; then rm -r ".docs"; fi
3838
@packer-sdc renderdocs -src "docs" -partials docs-partials/ -dst ".docs/"
39-
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "BrandonRomano"
39+
@./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "hashicorp"
4040
@rm -r ".docs"

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ packer plugins install github.com/hashicorp/ucloud
2323

2424
#### Builders
2525

26-
- [ucloud-uhost](/packer/integrations/BrandonRomano/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
26+
- [ucloud-uhost](/packer/integrations/hashicorp/ucloud/latest/components/builder/uhost) - The `ucloud-uhost` builder provides the capability to build
2727
customized images based on an existing base image for use in UHost Instance.
2828

2929
#### Post-processors
3030

31-
- [ucloud-import](/packer/integrations/BrandonRomano/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
31+
- [ucloud-import](/packer/integrations/hashicorp/uhost/latest/components/post-processor/import) - The UCloud Import post-processor takes the RAW, VHD, VMDK, or qcow2
3232
artifact from various builders and imports it to UCloud customized image list
3333
for UHost Instance.

0 commit comments

Comments
 (0)