8 Commits

Author SHA1 Message Date
9882035ca4 chore(ci): improve error handling and push only ref
Some checks failed
Markdown linter / markdown-lint (push) Failing after 20s
2025-04-14 17:32:17 +02:00
9280fb3553 fix(ci): remove drone configuration
All checks were successful
Markdown linter / markdown-lint (push) Successful in 11s
2025-04-14 16:47:45 +02:00
d327604a34 feat(ci): replace drone with gitea act-runner
All checks were successful
Markdown linter / markdown-lint (push) Successful in 12s
continuous-integration/drone/push Build is passing
2025-04-14 16:47:05 +02:00
71cb9a0cbf chore(workflows): add sync
All checks were successful
Markdown linter / markdown-lint (push) Successful in 12s
continuous-integration/drone/push Build is passing
2025-04-14 16:44:45 +02:00
59a64138c1 fix(ci): use act_runner
All checks were successful
continuous-integration/drone/push Build is passing
Markdown linter / markdown-lint (push) Successful in 34s
2025-04-13 23:13:31 +02:00
fd87b9d3a3 chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing
2025-03-30 21:02:46 +02:00
29d7b70c1d fix: add mint-backgrounds-wilma
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-02 14:24:47 +02:00
9e58986e70 fix(renovate): remove automerge options
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-21 14:39:42 +01:00
6 changed files with 73 additions and 116 deletions

View File

@ -1,7 +1,7 @@
pkgbase = mint-backgrounds
pkgdesc = The backgrounds of Linux Mint
pkgver = 1.7.0
pkgrel = 3
pkgver = 1.8.0
pkgrel = 2
arch = any
license = Various
depends = mint-backgrounds-helena
@ -33,5 +33,6 @@ pkgbase = mint-backgrounds
depends = mint-backgrounds-vera
depends = mint-backgrounds-victoria
depends = mint-backgrounds-virginia
depends = mint-backgrounds-wilma
pkgname = mint-backgrounds

View File

@ -1,97 +0,0 @@
---
kind: pipeline
type: kubernetes
name: linter
clone:
disable: true
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: markdown lint
commands:
- markdownlint *.md
image: git.cryptic.systems/volker.raschek/markdownlint:0.37.0
resources:
limits:
cpu: 150
memory: 150M
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
trigger:
event:
exclude:
- tag
---
kind: pipeline
type: kubernetes
name: sync-to-aur.archlinux.org
clone:
disable: true
steps:
- name: clone
image: git.cryptic.systems/volker.raschek/git:1.3.1
- name: git-push
image: docker.io/appleboy/drone-git-push:1.0.6
settings:
branch: master
remote: ssh://aur@aur.archlinux.org/mint-backgrounds.git
force: false
commit: false
ssh_key:
from_secret: aur_ssh_key
- name: email-notification
environment:
SMTP_FROM_ADDRESS:
from_secret: smtp_from_address
SMTP_FROM_NAME:
from_secret: smtp_from_name
SMTP_HOST:
from_secret: smtp_host
SMTP_USERNAME:
from_secret: smtp_username
SMTP_PASSWORD:
from_secret: smtp_password
image: git.cryptic.systems/volker.raschek/drone-email:0.1.5
resources:
limits:
cpu: 150
memory: 150M
when:
status:
- changed
- failure
trigger:
event:
- tag
repo:
- volker.raschek/mint-backgrounds-pkg

View File

@ -0,0 +1,22 @@
name: Markdown linter
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches:
- '**'
tags-ignore:
- '**'
workflow_dispatch: {}
jobs:
markdown-lint:
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Lint Markdown files
run: markdownlint --config .markdownlint.yaml .

View File

@ -0,0 +1,38 @@
name: Markdown linter
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
tags:
- '**'
jobs:
markdown-lint:
env:
AUR_SSH_KEY: ${{ secrets.AUR_SSH_KEY }}
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Configure SSH client
run: |
mkdir ~/.ssh || true
chmod 0700 ~/.ssh
echo "${AUR_SSH_KEY}" | base64 --decode > ~/.ssh/id
chmod 0600 ~/.ssh/id
cat > ~/.ssh/config <<EOF
Host *
IdentityFile ~/.ssh/id
StrictHostKeyChecking no
EOF
- name: Push
run: |
git push ssh://aur@aur.archlinux.org/mint-backgrounds.git 'HEAD:refs/heads/master'
- name: Remove SSH client configuration
run: |
rm -rf ~/.ssh

View File

@ -1,8 +1,8 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=mint-backgrounds
pkgver=1.7.0
pkgrel=3
pkgver=1.8.0
pkgrel=2
pkgdesc="The backgrounds of Linux Mint"
license=('Various')
arch=('any')
@ -36,4 +36,5 @@ depends=(
'mint-backgrounds-vera'
'mint-backgrounds-victoria'
'mint-backgrounds-virginia'
'mint-backgrounds-wilma'
)

View File

@ -1,17 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [ "volker.raschek" ],
"automergeStrategy": "merge-commit",
"automergeType": "pr",
"labels": [ "renovate" ],
"packageRules": [
{
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
}
"extends": [
"local>volker.raschek/renovate-config:default#master",
"local>volker.raschek/renovate-config:container#master",
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:regexp#master"
]
}