Skip to content

Commit

Permalink
switch to use git: poller and pull source from gitlab (#39801)
Browse files Browse the repository at this point in the history
UpdateBot was failing to poll for updates. Switches to use it poller, as
well as fetch source from GitLab

Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm authored Jan 17, 2025
1 parent d2c7aa6 commit d10c014
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions at-spi2-core.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: at-spi2-core
version: "2.55.0"
version: "2.55.0.1"
epoch: 0
description: Protocol definitions and daemon for D-Bus at-spi
copyright:
Expand Down Expand Up @@ -30,10 +30,11 @@ var-transforms:
to: mangled-package-version

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: 59604b2792fcdcc84db56e59c01ca1deeacb41e405dac3fcb57ada86d6cb122b
uri: https://download.gnome.org/sources/at-spi2-core/${{vars.mangled-package-version}}/at-spi2-core-${{package.version}}.tar.xz
repository: https://gitlab.gnome.org/GNOME/at-spi2-core
expected-commit: c067010874937bae7c01b316eee094fee683271b
tag: ${{package.version}}

- uses: meson/configure
with:
Expand Down Expand Up @@ -89,5 +90,18 @@ subpackages:

update:
enabled: true
release-monitor:
identifier: 7841
git: {}

test:
pipeline:
- name: Binary and library tests
runs: |
test -f /usr/libexec/at-spi-bus-launcher
test -x /usr/libexec/at-spi-bus-launcher
test -f /usr/libexec/at-spi2-registryd
test -x /usr/libexec/at-spi2-registryd
test -f /usr/lib/libatspi.so.0.0.1
test -f /usr/lib/libatspi.so.0
test -d /usr/share/defaults/at-spi2

0 comments on commit d10c014

Please sign in to comment.