Skip to content

Commit

Permalink
Include Uncle Christ's Assorted Works in mirror
Browse files Browse the repository at this point in the history
Uncle Christ would like to mirror this item on the Python Discord git
mirror to ensure the security of Python Discord DevOps poetry
dependencies is included. Uncle Christ stands hopeful that this change
contributes to a better society.
  • Loading branch information
jchristgit authored and jb3 committed Aug 28, 2024
1 parent a755675 commit 4c377a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/git-mirrors/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
- "git"
- "clone"
- "--mirror"
- "https://github.com/{{ item.owner }}/{{ item.repo }}.git"
- "https://{{ item.domain | default('github.com') }}/{{ item.owner }}/{{ item.repo }}.git"
- "{{ git_mirrors_base_dir }}/mirrored/{{ item.owner }}/{{ item.repo }}"
creates: "{{ git_mirrors_base_dir }}/mirrored/{{ item.owner }}/{{ item.repo }}"
with_items:
Expand Down
7 changes: 7 additions & 0 deletions ansible/roles/git-mirrors/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ git_mirrors_mirrored_repositories:
description: >-
Owl Corp surveillance storage platform
# Uncle Christ's Assorted Works
- owner: jc
repo: poetry-restrict-plugin
domain: git.jchri.st
description: >-
The Last Stand against malware in Python packages
git_mirrors_nginx_domain: "git.pydis.wtf"
git_mirrors_nginx_cert_file: "/etc/letsencrypt/live/pydis.wtf/fullchain.pem"
git_mirrors_nginx_cert_key: "/etc/letsencrypt/live/pydis.wtf/privkey.pem"
Expand Down

0 comments on commit 4c377a7

Please sign in to comment.