откат к корректным версиям.
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
name: Update packages
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update-specs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Install alr-spec deps
|
||||
run: |
|
||||
apt-get update && apt-get install -y python3-nvchecker shfmt
|
||||
- name: Install alr-spec
|
||||
run: |
|
||||
curl -L -o /bin/alr-spec https://altlinux.space/aides-community/alr-utils/releases/download/v0.0.4/alr-spec-linux-amd64
|
||||
chmod +x /bin/alr-spec
|
||||
- name: Update
|
||||
run: |
|
||||
set -e
|
||||
PACKAGES=(
|
||||
"discord-bin"
|
||||
"firefox-bin"
|
||||
"telegram-desktop-bin"
|
||||
)
|
||||
for pkg in "${PACKAGES[@]}"
|
||||
do
|
||||
echo "Updating $pkg"
|
||||
alr-spec update-package --keep-skip-checksums "./$pkg"
|
||||
done
|
||||
- name: Commit and push if changes
|
||||
run: |
|
||||
git config user.name "gitea"
|
||||
git config user.email "admin@plemya-x.ru"
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add .
|
||||
git commit -m "Automatic package updates"
|
||||
git push
|
||||
else
|
||||
echo "No changes to commit."
|
||||
fi
|
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
.directory
|
||||
.idea
|
||||
.gigaide
|
||||
.idea/
|
||||
.gigaide/
|
||||
.claude/
|
||||
CLAUDE.md
|
@@ -1,2 +1,4 @@
|
||||
[repo]
|
||||
minVersion = "v0.0.14"
|
||||
minVersion = "v0.0.25"
|
||||
url = "https://gitea.plemya-x.ru/Plemya-x/alr-repo.git"
|
||||
ref = "master"
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name='logseq-desktop'
|
||||
version='0.0.1'
|
||||
version='0.10.13'
|
||||
release='1'
|
||||
desc='A privacy-first, open-source platform for knowledge management and collaboration'
|
||||
homepage='https://logseq.com/'
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name='upscayl-bin'
|
||||
version='2.15.1'
|
||||
version='2.15.0'
|
||||
release='1'
|
||||
desc='Free and Open Source AI Image Upscaler'
|
||||
homepage='https://github.com/upscayl/upscayl'
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name='veyon'
|
||||
version='4.99.0'
|
||||
version='4.9.7'
|
||||
release='1'
|
||||
desc='Cross-platform computer monitoring and classroom management.'
|
||||
homepage='https://veyon.io/'
|
||||
|
Reference in New Issue
Block a user