projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641aef6
)
builddepcheck: Skip postgresql-.*-age on i386
author
Christoph Berg
<myon@debian.org>
Mon, 15 Jan 2024 12:31:27 +0000
(13:31 +0100)
committer
Christoph Berg
<myon@debian.org>
Mon, 15 Jan 2024 12:31:27 +0000
(13:31 +0100)
jenkins/builddebcheck-pgapt
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/builddebcheck-pgapt
b/jenkins/builddebcheck-pgapt
index 4bb7b422304fdc6c84c9ba1ef17a25e227b7c1a1..681dcd67532d49bd255dc8dea2a20e7458098574 100755
(executable)
--- a/
jenkins/builddebcheck-pgapt
+++ b/
jenkins/builddebcheck-pgapt
@@
-38,7
+38,7
@@
remove_packages ()
shift
for pkg in "$@"; do
TMP="$FILE.$$"
- grep-dctrl --
not -S $pkg
$FILE > $TMP
+ grep-dctrl --
eregex --not -S "$pkg"
$FILE > $TMP
mv $TMP $FILE
done
}
@@
-89,7
+89,7
@@
case $architecture in
remove_packages $MAINSRC buildapp cffi cl-unicode pgloader sbcl plv8
;;
i386)
- remove_packages $MAINSRC h3-pg
+ remove_packages $MAINSRC h3-pg
"postgresql-.*-age"
;;
esac