From a155fa429ab8db18f555048be65bd73b9dfca6fa Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Fri, 10 Jul 2020 14:45:28 +0200 Subject: [PATCH] [SCRIPTS ONLY] release copy of artifacts is needed but we still avoid website update --- narayana-release-process.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/narayana-release-process.sh b/narayana-release-process.sh index a797cb85a7..f3f714a0db 100755 --- a/narayana-release-process.sh +++ b/narayana-release-process.sh @@ -126,6 +126,12 @@ then exit fi git archive -o ../../narayana-full-$CURRENT-src.zip $CURRENT +ant -f build-release-pkgs.xml -Dawestruct.executable="awestruct" init downloads +if [[ $? != 0 ]] +then + echo 1>&2 COULD NOT BUILD Narayana RELEASE PKGS + exit +fi cd - xdg-open http://narayanaci1.eng.hst.ams2.redhat.com/view/Release/ &