Skip to content

Commit

Permalink
feat(chaotic-v4): add new env; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Aug 18, 2024
1 parent 3ab87e7 commit 3cf6bba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
18 changes: 2 additions & 16 deletions nixos/hosts/chaotic-v4/docker-compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
image = "registry.gitlab.com/garuda-linux/tools/chaotic-manager/manager:latest";
environment = {
"BUILDER_HOSTNAME" = "immortalis";
"CI_CODE_SKIP" = "123";
"DATABASE_HOST" = "host.docker.internal";
"DATABASE_PORT" = "22";
"REDIS_SSH_HOST" = "host.docker.internal";
Expand Down Expand Up @@ -109,6 +110,7 @@
virtualisation.oci-containers.containers."chaotic-manager" = {
image = "registry.gitlab.com/garuda-linux/tools/chaotic-manager/manager:latest";
environment = {
"CI_CODE_SKIP" = "123";
"DATABASE_HOST" = "builds.garudalinux.org";
"DATABASE_PORT" = "400";
"DATABASE_USER" = "package-deployer";
Expand All @@ -119,9 +121,6 @@
"chaotic-aur": {
"url": "https://gitlab.com/chaotic-aur/pkgbuilds"
},
"chaotic-aur-kde": {
"url": "https://gitlab.com/chaotic-aur/pkgbuilds-kde"
},
"garuda": {
"url": "https://gitlab.com/garuda-linux/pkgbuilds"
},
Expand Down Expand Up @@ -160,19 +159,6 @@
"https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst"
]
},
"chaotic-aur-kde": {
"extra_repos": [
{
"name": "chaotic-aur-kde",
"servers": [
"https://builds.garudalinux.org/chaotic-kde-v4/x86_64"
]
}
],
"extra_keyrings": [
"https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst"
]
},
"garuda": {
"extra_repos": [
{
Expand Down
1 change: 1 addition & 0 deletions nixos/hosts/garuda-build/docker-compose.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
environment = {
"BUILDER_HOSTNAME" = "garuda-build";
"BUILDER_TIMEOUT" = "8600";
"CI_CODE_SKIP" = "123";
"DATABASE_HOST" = "builds.garudalinux.org";
"DATABASE_PORT" = "400";
"REDIS_SSH_HOST" = "builds.garudalinux.org";
Expand Down

0 comments on commit 3cf6bba

Please sign in to comment.