Compare commits

..

2 Commits

Author SHA256 Message Date
Nathan Cutler
7397aa50d7 .gitmodules: add python-libnacl (bsc#1248491)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-26 09:30:34 +02:00
Nathan Cutler
793efc39aa .gitmodules: add python-asyncssh (bsc#1248491)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-26 09:29:57 +02:00
5 changed files with 14 additions and 4 deletions

View File

@@ -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
View File

@@ -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

1
python-asyncssh Submodule

Submodule python-asyncssh added at 80f9591409

1
python-libnacl Submodule

Submodule python-libnacl added at 2d8a2811ca