Skip to content

Commit

Permalink
buildmaster: Move example configs into backend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kallisti5 committed Jan 10, 2025
1 parent 1073bfb commit 348aa93
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildmaster/backend/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HaikuPorter in Buildmaster mode

One buildmaster container per architecture
One buildmaster container per architecture per branch

# Requirements

Expand Down Expand Up @@ -28,7 +28,7 @@ One buildmaster container per architecture

## Volumes

* /var/packages (shared between all architectures)
* /var/packages (shared between all architectures for branch)
* Storage for packages and repositories
* repository
* Haikuports repositories
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions buildmaster/backend/config-samples/storageconfig-sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"backend_type": "s3",
"endpoint_url": "https://blah.com",
"access_key_id": "1234key",
"secret_access_key": "1234secrets",
"bucket_name": "haikuports",
"prefix": "master/riscv64/current"
}

0 comments on commit 348aa93

Please sign in to comment.