parch dwm
This commit is contained in:
parent
4dcaff1825
commit
5c4180d27b
6 changed files with 1 additions and 36 deletions
3
.github/CODEOWNERS
vendored
3
.github/CODEOWNERS
vendored
|
@ -1,3 +0,0 @@
|
|||
# As per https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#example-of-a-codeowners-file
|
||||
|
||||
* @bsslinux @mmdbalkhi
|
33
.github/workflows/auto-gen.yml
vendored
33
.github/workflows/auto-gen.yml
vendored
|
@ -1,33 +0,0 @@
|
|||
|
||||
name: Auto-gen
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '*.tar.zst'
|
||||
- 'auto-gen.py'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '*.tar.zst'
|
||||
- 'auto_gen.py'
|
||||
|
||||
jobs:
|
||||
|
||||
add-actions:
|
||||
name: gen-readme
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- run: git config --global user.name "readme-gen"
|
||||
- run: git config --global user.email "<>"
|
||||
- run: python auto-gen.py
|
||||
- run: git add -A
|
||||
- run: git commit -m "auto generate README.md" || echo "nothing to commit, working tree clean"; exit 0
|
||||
- run: git push
|
|
@ -1,5 +1,6 @@
|
|||
[../](..)
|
||||
|
||||
- [dmscripts-git-1](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/dmscripts-git-1.0.r485.343ed73-1-any.pkg.tar.zst)
|
||||
- [nm-tray-0](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/nm-tray-0.5.0-1-x86_64.pkg.tar.zst)
|
||||
- [openbox-arc-git-20230530](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/openbox-arc-git-20230530.r21.5ebdb7f-1-any.pkg.tar.zst)
|
||||
- [parch-lxqt-config-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-lxqt-config-1-1-any.pkg.tar.zst)
|
||||
|
|
BIN
x86_64/dmscripts-git-1.0.r485.343ed73-1-any.pkg.tar.zst
Normal file
BIN
x86_64/dmscripts-git-1.0.r485.343ed73-1-any.pkg.tar.zst
Normal file
Binary file not shown.
BIN
x86_64/pcp.db
BIN
x86_64/pcp.db
Binary file not shown.
BIN
x86_64/pcp.files
BIN
x86_64/pcp.files
Binary file not shown.
Loading…
Add table
Reference in a new issue