Jelmer Vernooij 2 years ago
parent
commit
77dd29bb10
6 changed files with 49 additions and 1 deletions
  1. 6 0
      .gitignore
  2. 2 0
      README.md
  3. 5 0
      candidates.yaml
  4. 4 1
      codespell.yaml
  5. 25 0
      disperse-action.yaml
  6. 7 0
      fix-email.yaml

+ 6 - 0
.gitignore

@@ -0,0 +1,6 @@
+codespell
+disperse-action
+fix-email
+isort
+pyupgrade
+teyit

+ 2 - 0
README.md

@@ -0,0 +1,2 @@
+This repository contains my configuration for
+[silver-platter](https://github.com/jelmer/silver-platter).

+ 5 - 0
candidates.yaml

@@ -1,5 +1,8 @@
 - url: https://github.com/jelmer/silver-platter
 - url: https://github.com/jelmer/dulwich
+- url: https://github.com/jelmer/upstream-ontologist
+- url: https://github.com/jelmer/ognibuild
+- url: https://github.com/jelmer/buildlog-consultant
 - url: lp:brz
 - url: lp:brz/3.3
 - url: lp:brz-debian
@@ -19,3 +22,5 @@
 - url: https://salsa.debian.org/jelmer/lintian-brush
 - url: https://github.com/jelmer/janitor
 - url: lp:loggerhead
+- url: https://github.com/jelmer/ptabtools
+- url: https://github.com/jelmer/ctrlproxy

+ 4 - 1
codespell.yaml

@@ -1,6 +1,9 @@
 ---
 name: codespell
-command: 'codespell -ws -i0 -q15 -S "*.po,*.pot"; exit 0'
+command: |-
+  echo Fix spelling errors
+  codespell -ws -i0 -q15 -S "*.po,*.pot"
+  exit 0
 mode: propose
 merge-request:
   commit-message: Fix spelling errors in code

+ 25 - 0
disperse-action.yaml

@@ -0,0 +1,25 @@
+---
+name: disperse-action
+command: |-
+  test -f disperse.conf || exit 0
+  echo Use disperse action
+  echo
+  cat <<EOF >.github/workflows/disperse.yml
+  ---
+  name: Disperse configuration
+
+  "on":
+    - push
+
+  jobs:
+    build:
+
+      runs-on: ubuntu-latest
+
+      steps:
+        - uses: actions/checkout@v2
+        - uses: jelmer/action-disperse-validate@v1
+  EOF
+mode: propose
+merge-request:
+  commit-message: Use disperse action to validate

+ 7 - 0
fix-email.yaml

@@ -0,0 +1,7 @@
+---
+name: fix-email
+command: "sed -i 's/jelmer@nl.linux.org/jelmer@jelmer.uk/' -i 's/jelmer@samba.org/jelmer@jelmer.uk/' $(find . -name \"*.c\") $(find . -name \"*.py\") $(find . -name Makefile) $(find . -name README)"
+mode: propose
+merge-request:
+  commit-message: Fix my email address
+  description: Fix my email address