Skip to content

Commit b12e981

Browse files
committed
.travis.sh: skip patches already applied
1 parent 5fb7ca3 commit b12e981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ if [[ "$QEMU" != "" ]]; then
9595
export GIT_SSL_NO_VERIFY=1
9696
git clone http://salsa.debian.org/science-team/euslisp /tmp/euslisp-dfsg
9797
for file in $(cat /tmp/euslisp-dfsg/debian/patches/series); do
98-
# skip patches already applied by https://github.com/euslisp/EusLisp/pull/482, https://github.com/euslisp/EusLisp/pull/511
99-
[[ $file =~ use-rtld-global-loadelf.patch|fix-arm-ldflags.patch|fix-library-not-linked-against-libc.patch|fix-manpage-has-bad-whatis-entry-on-man-pages.patch|fix-jpegmemcd-compile-error.patch|install-bin-lib-man-to-destdir.patch|install-eusjpeg-lib.patch|fix-lintian-typo.patch|fix-makefile-linux-MACHINE.patch|fix-makefile-generic1-version.patch ]] && continue;
98+
# skip patches already applied by https://github.com/euslisp/EusLisp/pull/482, https://github.com/euslisp/EusLisp/pull/511, https://github.com/euslisp/EusLisp/pull/524
99+
[[ $file =~ use-rtld-global-loadelf.patch|fix-arm-ldflags.patch|fix-library-not-linked-against-libc.patch|fix-manpage-has-bad-whatis-entry-on-man-pages.patch|fix-jpegmemcd-compile-error.patch|install-bin-lib-man-to-destdir.patch|install-eusjpeg-lib.patch|fix-lintian-typo.patch|fix-makefile-linux-MACHINE.patch|fix-makefile-generic1-version.patch|fix-localtime-arm32.patch ]] && continue;
100100
# skip patch already applied by https://github.com/euslisp/EusLisp/pull/441, https://github.com/euslisp/EusLisp/pull/509, https://github.com/euslisp/EusLisp/pull/512, https://github.com/euslisp/EusLisp/pull/514, https://github.com/euslisp/EusLisp/pull/517
101101
if [[ $file =~ fix-for-reprotest.patch ]]; then
102102
filterdiff -p1 -x 'lisp/image/jpeg/makefile' -x 'lisp/comp/comp.l' < /tmp/euslisp-dfsg/debian/patches/$file > /tmp/euslisp-dfsg/debian/patches/$file-fix

0 commit comments

Comments
 (0)