Skip to content

Commit

Permalink
Move everything into directories (Expand and combine these moves)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
AfroThundr3007730 authored Mar 13, 2024
1 parent 8d63135 commit 1c0dfaf
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "clamavmirror"]
path = clamavmirror
path = modules/clamavmirror
url = https://github.com/akissa/clamavmirror
[submodule "debmirror"]
path = debmirror
path = modules/debmirror
url = https://salsa.debian.org/debian/debmirror
28 changes: 14 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ needed. Note that not all required setup steps are listed here.

> TODO: Add a proper setup guide.
Filename | Description
--- | ---
`syncrepo.sh` | New all-in-one repository sync script
`syncrepo.service` | Systemd service unit for syncrepo script
`syncrepo.timer` | Systemd timer unit for syncrepo script
`syncrepo-vhost.conf` | Apache vhost config for repository
`syncrepo-log.conf` | Logrotate config file
`rsyncd.conf` | Rsync config for repository
`rsyncd.service` | Systemd service unit for rsyncd service
`centos-local.repo` | Centos package config for clients
`debian-sources.list` | Debian package sources for clients
`ubuntu-sources.list` | Ubuntu package sources for clients
`debmirror/*` | The [`debmirror`][debmirror] tool submodule
`clamavmirror/*` | The [`clamavmirror`][clamavmirror] tool submodule
Filename | Description
--- | ---
`src/syncrepo.sh` | New all-in-one repository sync script
`src/syncrepo.service` | Systemd service unit for syncrepo script
`src/syncrepo.timer` | Systemd timer unit for syncrepo script
`src/syncrepo-vhost.conf` | Apache vhost config for repository
`src/syncrepo-log.conf` | Logrotate config file
`src/rsyncd.conf` | Rsync config for repository
`src/rsyncd.service` | Systemd service unit for rsyncd service
`src/centos-local.repo` | Centos package config for clients
`src/debian-sources.list` | Debian package sources for clients
`src/ubuntu-sources.list` | Ubuntu package sources for clients
`modules/debmirror/` | The [`debmirror`][debmirror] tool submodule
`modules/clamavmirror/` | The [`clamavmirror`][clamavmirror] tool submodule

> **Note:** The `dev` branch is where the latest changes happen.
> It's not guaranteed to be completely functional all the time.
Expand Down
Submodule debmirror updated from 000000 to 7ae937
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1c0dfaf

Please sign in to comment.