Compare commits

...

1 Commits

Author SHA1 Message Date
Takao Fujiwara 6b90de27a7 Resolves: RHEL-1616 Checkout v2021.1 in gnome-desktop-testing 2023-10-27 02:27:37 +00:00
2 changed files with 6 additions and 0 deletions

1
.ibus.metadata Normal file
View File

@ -0,0 +1 @@
4058f9b11781f9d33927c2464da6ebcaa5c2a83a ibus-1.5.25.tar.gz

View File

@ -38,6 +38,11 @@
dest: gnome-desktop-testing
force: yes
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
command: git checkout -b v2021.1 refs/tags/v2021.1
args:
chdir: gnome-desktop-testing
- name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args: