Skip to content

Commit

Permalink
Update repo list
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Mar 12, 2024
1 parent e3bfceb commit 901a0cb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion operations/anon-debian-repo.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ fetchers:
- name: anon_stage_dockerhub
owner: svforte
repo: anon-stage
- name: anon_live_dockerhub
owner: svforte
repo: anon
github_releases:
- name: anon_dev_github_releases
owner: ATOR-Development
Expand All @@ -169,13 +172,20 @@ fetchers:
owner: ATOR-Development
repo: ator-protocol
assets_regexp: ^anon.+-stage-.+\.deb
- name: anon_live_github_releases
owner: ATOR-Development
repo: ator-protocol
assets_regexp: ^anon.+-live-.+\.deb
nginx_access_log:
- name: anon_dev_debian_repo
access_log_path: "/alloc/data/access.log"
access_log_regexp: '"GET /pool/.+anon_[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-dev.+\.deb HTTP\/1\.1" 200'
- name: anon_stage_debian_repo
access_log_path: "/alloc/data/access.log"
access_log_regexp: '"GET /pool/.+anon_[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-stage.+\.deb HTTP\/1\.1" 200'
- name: anon_live_debian_repo
access_log_path: "/alloc/data/access.log"
access_log_regexp: '"GET /pool/.+anon_[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-live.+\.deb HTTP\/1\.1" 200'
EOH
destination = "local/exporter.yml"
}
Expand Down Expand Up @@ -394,7 +404,7 @@ SignWith: YES
Name: incoming
IncomingDir: /data/debian/incoming
TempDir: /tmp
Allow: anon-stage-bookworm anon-stage-bullseye anon-stage-jammy anon-stage-focal anon-dev-bookworm anon-dev-bullseye anon-dev-jammy anon-dev-focal anon-unstable-dev-bookworm anon-unstable-dev-bullseye anon-unstable-dev-jammy anon-unstable-dev-focal
Allow: anon-live-bookworm anon-live-bullseye anon-live-jammy anon-live-focal anon-stage-bookworm anon-stage-bullseye anon-stage-jammy anon-stage-focal anon-dev-bookworm anon-dev-bullseye anon-dev-jammy anon-dev-focal anon-unstable-dev-bookworm anon-unstable-dev-bullseye anon-unstable-dev-jammy anon-unstable-dev-focal
Cleanup: on_deny on_error unused_files
EOH
destination = "local/incoming"
Expand Down

0 comments on commit 901a0cb

Please sign in to comment.