File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ mv -f .gitattributes.release .gitattributes
99git add .
1010git commit -m " tmp commit for building a release archive"
1111
12- git archive --prefix=" utPLSQL${UTPLSQL_BUILD_VERSION} " / -o " utPLSQL${UTPLSQL_BUILD_VERSION} " .zip --format=zip HEAD
13- git archive --prefix=" utPLSQL${UTPLSQL_BUILD_VERSION} " / -o " utPLSQL${UTPLSQL_BUILD_VERSION} " .tar.gz --format=tar.gz HEAD
12+ # git archive --prefix="utPLSQL${UTPLSQL_BUILD_VERSION}"/ -o "utPLSQL${UTPLSQL_BUILD_VERSION}".zip --format=zip HEAD
13+ # git archive --prefix="utPLSQL${UTPLSQL_BUILD_VERSION}"/ -o "utPLSQL${UTPLSQL_BUILD_VERSION}".tar.gz --format=tar.gz HEAD
14+
15+ git archive --prefix=utPLSQL/ -o utPLSQL.zip --format=zip HEAD
16+ git archive --prefix=utPLSQL/ -o utPLSQL.tar.gz --format=tar.gz HEAD
1417
1518
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- echo ` sed -r " s/(v?[0-9]+\.)([0-9]+\.)([0-9]+)(-.*)/\1\2\3\.${UTPLSQL_BUILD_NO} \4/" <<< " ${UTPLSQL_VERSION}" `
2+ echo ` sed -r " s/(v?[0-9]+\.)([0-9]+\.)([0-9]+)(-.*)? /\1\2\3\.${UTPLSQL_BUILD_NO} \4/" <<< " ${UTPLSQL_VERSION}" `
You can’t perform that action at this time.
0 commit comments