Update patches

This commit is contained in:
Ilya Fedin 2025-07-02 13:22:45 +00:00 committed by John Preston
parent f1d3a946d5
commit 9ec27aad53
3 changed files with 3 additions and 3 deletions

View file

@ -91,7 +91,7 @@ FROM builder AS patches
RUN git init patches \ RUN git init patches \
&& cd patches \ && cd patches \
&& git remote add origin https://github.com/desktop-app/patches.git \ && git remote add origin https://github.com/desktop-app/patches.git \
&& git fetch --depth=1 origin a405719f0963abf7cb93354a390617c0f0d90f17 \ && git fetch --depth=1 origin 1ffcb17817a2cab167061d530703842395291e69 \
&& git reset --hard FETCH_HEAD \ && git reset --hard FETCH_HEAD \
&& rm -rf .git && rm -rf .git

View file

@ -456,7 +456,7 @@ if customRunCommand:
stage('patches', """ stage('patches', """
git clone https://github.com/desktop-app/patches.git git clone https://github.com/desktop-app/patches.git
cd patches cd patches
git checkout a405719f0963abf7cb93354a390617c0f0d90f17 git checkout 1ffcb17817a2cab167061d530703842395291e69
""") """)
stage('msys64', """ stage('msys64', """

View file

@ -164,7 +164,7 @@ parts:
patches: patches:
source: https://github.com/desktop-app/patches.git source: https://github.com/desktop-app/patches.git
source-depth: 1 source-depth: 1
source-commit: a405719f0963abf7cb93354a390617c0f0d90f17 source-commit: 1ffcb17817a2cab167061d530703842395291e69
plugin: dump plugin: dump
override-pull: | override-pull: |
craftctl default craftctl default