Attention is currently required from: lynxis lazus.
Patch set 3:Code-Review -1
1 comment:
Patchset:
As discussed in chat, this currently fails for strongswan-epdg while running the configure script:
It seemed like you would prefer to just get a simple git archive instead of running configure and "make dist-bzip2". To do that:
```
diff --git a/scripts/tarballs/prefer-configure.sh b/scripts/tarballs/prefer-configure.sh
index 295b239..daafd14 100755
--- a/scripts/tarballs/prefer-configure.sh
+++ b/scripts/tarballs/prefer-configure.sh
@@ -10,6 +10,10 @@ if ! [ -e configure.ac ]; then
fi
case "$PROJECT" in
+strongswan-epdg)
+ # Use a simple git archive instead of running configure and "make dist-bzip2"
+ exit 1
+ ;;
gapk)
case "$TAG" in
v0.*|v1.0)
```
To view, visit change 37324. To unsubscribe, or for help writing mail filters, visit settings.