Parcourir la source

s/releaser/disperse/

Jelmer Vernooij il y a 2 ans
Parent
commit
f05bcf355a
2 fichiers modifiés avec 8 ajouts et 7 suppressions
  1. 7 6
      .github/workflows/disperse.yml
  2. 1 1
      disperse.conf

+ 7 - 6
.github/workflows/releaser.yml → .github/workflows/disperse.yml

@@ -1,6 +1,7 @@
-name: Releaser configuration
+---
+name: Disperse configuration
 
-on:
+"on":
   - push
 
 jobs:
@@ -15,9 +16,9 @@ jobs:
       - name: Install dependencies
         run: |
           sudo apt install protobuf-compiler
-      - name: Install releaser
+      - name: Install disperse
         run: |
-          pip install git+https://github.com/jelmer/releaser
-      - name: Validate releaser.conf
+          pip install git+https://github.com/jelmer/disperse
+      - name: Validate disperse.conf
         run: |
-          PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python releaser validate .
+          PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python disperse validate .

+ 1 - 1
releaser.conf → disperse.conf

@@ -1,4 +1,4 @@
-# See https://github.com/jelmer/releaser
+# See https://github.com/jelmer/disperse
 news_file: "NEWS"
 timeout_days: 5
 tag_name: "dulwich-$VERSION"