Compare commits

...

12 Commits
v1.3.1 ... main

Author SHA1 Message Date
696aeaef13
Merge pull request #5 from cupcakearmy/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2024-12-17 15:05:17 +01:00
d1546f648b
Merge pull request #6 from cupcakearmy/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2024-12-17 15:05:08 +01:00
4ce1cca034
Merge pull request #7 from cupcakearmy/dependabot/github_actions/docker/setup-qemu-action-3
Bump docker/setup-qemu-action from 2 to 3
2024-12-17 15:04:52 +01:00
11ea8f8084
Merge pull request #8 from cupcakearmy/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 3 to 6
2024-12-17 15:04:42 +01:00
c03e112134
Merge pull request #9 from cupcakearmy/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2024-12-17 15:04:31 +01:00
dependabot[bot]
0cc2a1ff9e
Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 13:59:00 +00:00
dependabot[bot]
9ccf8b2c9a
Bump docker/build-push-action from 3 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 13:58:58 +00:00
dependabot[bot]
1092dca38a
Bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 13:58:55 +00:00
dependabot[bot]
5ab4af8515
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 13:58:53 +00:00
dependabot[bot]
deb6ababeb
Bump docker/metadata-action from 4 to 5
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-17 13:58:51 +00:00
936dc72804
Create dependabot.yml 2024-12-17 14:58:10 +01:00
2e34bf8ca0 add run_once and warning about tangling repos 2024-12-16 12:24:25 +01:00
6 changed files with 40 additions and 7 deletions

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View File

@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
with:
install: true
- name: Docker Labels
id: meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: |
cupcakearmy/gitea-sync
@ -30,19 +30,19 @@ jobs:
type=semver,pattern={{major}}
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
# - name: Log in to the Container registry
# uses: docker/login-action@v2
# uses: docker/login-action@v3
# with:
# registry: ghcr.io
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: true

View File

@ -33,6 +33,12 @@ GITEA_TOKEN=
# Cron schedule
CRON="0 */2 * * *"
# Debug level
DEBUG_LEVEL=debug
# Only run one, skip cron and exit
RUN_ONCE=1
```
## Known limitations

View File

@ -35,5 +35,6 @@ export const Config = {
token: simple('GITEA_TOKEN'),
},
cron: getEnv('CRON', '0 */2 * * *'),
runOnce: getEnv('RUN_ONCE', false, Boolean),
version: getEnv('npm_package_version', 'unknown'),
}

View File

@ -18,10 +18,14 @@ export async function sync() {
const toSync = await githubRepos()
l.debug('loaded repos', { remote: toSync.length, local: syncedRepos.length })
// List of all the repos in gitea, that are not on github
const notInSource = new Set(syncedRepos.map((r) => r.name))
for (const repo of toSync) {
const lr = l.child({ repo: repo.name })
const sameName = syncedRepos.find((r) => r.name === repo.name || r.original_url === repo.clone_url)
if (sameName) {
notInSource.delete(sameName.name)
if (sameName.original_url === repo.clone_url) {
if (sameName.private === repo.private) logger.info('Already synced, skipping', { name: repo.name })
else {
@ -52,6 +56,9 @@ export async function sync() {
await mirror(options)
lr.info('mirrored repository')
}
if (notInSource.size) {
l.info(`Found ${notInSource.size} surplus repositories in gitea`, { repos: [...notInSource] })
}
l.info('Finished sync')
} catch (error) {
l.debug(error)

View File

@ -6,5 +6,13 @@ import { logger } from './logger.ts'
logger.info(`Mirror manager - ${Config.version}`, { version: Config.version })
Deno.addSignalListener('SIGINT', () => {
console.log('exiting...')
Deno.exit()
})
// Run on startup once, then delegate to cron
await sync()
cron.schedule(Config.cron, sync)
if (!Config.runOnce) {
cron.schedule(Config.cron, sync)
}