You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2022/05/27 19:24:37 UTC

[qpid-proton-dotnet] branch main updated: PROTON-2551 Build script improvements

This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton-dotnet.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b8e5a5  PROTON-2551 Build script improvements
8b8e5a5 is described below

commit 8b8e5a543769b6b20002fe710f6635c2522e9df7
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Fri May 27 15:23:03 2022 -0400

    PROTON-2551 Build script improvements
    
    Turn of debug now that script is working and add podman-test to the
    help list.  Adds copy of license and notice into the generated docs
    target dir.
---
 build.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index 0f58ed5..5abd930 100755
--- a/build.sh
+++ b/build.sh
@@ -17,13 +17,13 @@
 #  limitations under the License.
 #
 
-set -xe
+# set -xe
 cd "${0%/*}"
 
 VERSION=$(<VERSION.txt)
 
 usage() {
-  echo "Usage: $0 {test|docs|dist|sign|clean|docker-test|rat}"
+  echo "Usage: $0 {test|docs|dist|sign|clean|docker-test|podman-test|rat}"
   exit 1
 }
 
@@ -60,6 +60,7 @@ do
 
       # build documentation
       (env DOXYGEN_OUTPUT_PATH=${DOC_DIR} doxygen Proton.dox)
+      cp README.md LICENSE NOTICE ${DOC_DIR}
       echo "Wrote documentation to directory: $DOC_DIR"
       ;;
 
@@ -108,6 +109,7 @@ do
 
       # build documentation release archive
       (env DOXYGEN_OUTPUT_PATH="dist/${DOC_DIR}" doxygen Proton.dox)
+      cp README.md LICENSE NOTICE dist/${DOC_DIR}
       (cd dist; tar czf "../dist/${VERSION}/${DOC_DIR}.tar.gz" "${DOC_DIR}")
 
       ;;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org