Compare commits
2 Commits
PR_micropy
...
wip-python
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
7397aa50d7 | ||
|
|
793efc39aa |
@@ -9,18 +9,18 @@ jobs:
|
||||
steps:
|
||||
# Generic action from GitHub to clone the product git repo
|
||||
- name: Checkout product
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/github-actions-checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.REPO_WRITE }}
|
||||
repo-sha256: true
|
||||
- name: Update all new _patchinfo files
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/patchinfo-numbering-action@v0
|
||||
- name: Get last commit author
|
||||
id: last-commit
|
||||
run: |
|
||||
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
|
||||
- name: Commit changes back
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
|
||||
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
|
||||
with:
|
||||
commit_user_name: gitea-actions-autobuild
|
||||
commit_user_email: autobuild+gitea@suse.de
|
||||
|
||||
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -26258,6 +26258,10 @@
|
||||
path = ripgrep
|
||||
url = ../../pool/ripgrep
|
||||
branch = leap-16.0
|
||||
[submodule "python-asyncssh"]
|
||||
path = python-asyncssh
|
||||
url = ../../pool/python-asyncssh
|
||||
branch = leap-16.0
|
||||
[submodule "python-cmd2"]
|
||||
path = python-cmd2
|
||||
url = ../../pool/python-cmd2
|
||||
@@ -26278,3 +26282,7 @@
|
||||
path = python-freeipa
|
||||
url = ../../pool/python-freeipa
|
||||
branch = leap-16.0
|
||||
[submodule "python-libnacl"]
|
||||
path = python-libnacl
|
||||
url = ../../pool/python-libnacl
|
||||
branch = leap-16.0
|
||||
|
||||
Submodule micropython updated: 209a792453...13e2981da0
1
python-asyncssh
Submodule
1
python-asyncssh
Submodule
Submodule python-asyncssh added at 80f9591409
1
python-libnacl
Submodule
1
python-libnacl
Submodule
Submodule python-libnacl added at 2d8a2811ca
Reference in New Issue
Block a user