Update LISA to 20260521.1
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
This commit is contained in:
parent
9fce8ba796
commit
faf71a4c50
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN cd /srv/fedora-image-uploader-messages && hatchling build -d /srv/dist/ --ta
|
|||
# Currently LISA isn't on PyPI, but I'm working on it
|
||||
RUN git clone https://github.com/microsoft/lisa.git /srv/lisa
|
||||
WORKDIR /srv/lisa
|
||||
RUN git checkout 20260330.1 && \
|
||||
RUN git checkout 20260521.1 && \
|
||||
git config --global user.email "cloud@lists.fedoraproject.org" && \
|
||||
git config --global user.name "Fedora Cloud SIG" && \
|
||||
sed -i 's/PyGObject <= 3.50.0/PyGObject <= 3.55.0/g' pyproject.toml && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue