Skip to content

Commit

Permalink
Update blazar yaml for new modules, per original change from #28
Browse files Browse the repository at this point in the history
  • Loading branch information
bbeaudreault committed Dec 7, 2022
1 parent 85383f6 commit 4cff439
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 35 deletions.
8 changes: 3 additions & 5 deletions hbase-compression/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down
8 changes: 3 additions & 5 deletions hbase-compression/hbase-compression-brotli/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down
8 changes: 3 additions & 5 deletions hbase-compression/hbase-compression-lz4/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down
8 changes: 3 additions & 5 deletions hbase-compression/hbase-compression-snappy/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down
8 changes: 3 additions & 5 deletions hbase-compression/hbase-compression-xz/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down
8 changes: 3 additions & 5 deletions hbase-compression/hbase-compression-zstd/.blazar.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
buildpack:
name: Blazar-Buildpack-Java

# Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so
# that they can be properly configured. If you make changes to this, you will need to make sure all
# submodules are also updated accordingly. If you added a new submodule, you'll need to make sure
Expand All @@ -6,11 +9,6 @@
# Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well.
# Prefer making changes to prepare_environment.sh instead, if possible.

buildpack:
host: git.hubteam.com
organization: HubSpotProtected
repository: Blazar-Buildpack-Java
branch: v2

before:
- description: "Prepare build environment"
Expand Down

0 comments on commit 4cff439

Please sign in to comment.