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/ &