This is an automated email from the ASF dual-hosted git repository.
djwang pushed a change to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
from 59dcedd2 Update version to 2.1.0 in REL_2_STABLE
new fdcf3b46 Add cloudberry-pxf ASF release script (#68)
new b1872ec7 Update Makefile to include fdw in DEB/RPM
new 616ab2be ASF: remove gradle-wrapper.jar file to make ASF compliant
(#81)
new 1431b573 ASF: update files to make ASF compliance (#80)
new 118f5889 Fix Dependency submission workflow. (#83)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/ISSUE_TEMPLATE/bug-report.yml | 19 +
.github/ISSUE_TEMPLATE/config.yml | 19 +
.github/workflows/apache-rat-audit.yml | 326 +++++
.github/workflows/dependency-submission.yml | 3 +
LICENSE | 102 +-
Makefile | 17 +-
README.apache.md | 45 +
README.md | 22 +
ci/docker/README.md | 18 +
ci/docker/pxf-cbdb-dev/ubuntu/docker-compose.yml | 19 +
.../ubuntu/script/build_cloudberrry.sh | 20 +-
.../ubuntu/script/build_cloudberry_deb.sh | 19 +
ci/docker/pxf-cbdb-dev/ubuntu/script/build_pxf.sh | 19 +
ci/docker/pxf-cbdb-dev/ubuntu/script/entrypoint.sh | 19 +
.../ubuntu/script/entrypoint_kerberos.sh | 19 +
ci/docker/pxf-cbdb-dev/ubuntu/script/pxf-env.sh | 19 +
ci/docker/pxf-cbdb-dev/ubuntu/script/pxf-test.sh | 19 +
ci/docker/pxf-cbdb-dev/ubuntu/script/run_tests.sh | 19 +
.../pxf-cbdb-dev/ubuntu/script/start_minio.bash | 19 +
ci/docker/pxf-cbdb-dev/ubuntu/script/utils.sh | 19 +
ci/singlecluster/Dockerfile | 19 +
ci/singlecluster/templates/hive/conf/hive-env.sh | 19 +
package/DEBIAN/postinst | 7 +-
package/README.md | 2 +-
package/cloudberry-pxf-release.sh | 644 +++++++++
package/cloudberry-pxf.spec | 24 +
pom.xml | 1423 ++++++++++++++++++++
server/.gitignore | 4 +-
server/Makefile | 22 +-
.../gradle/wrapper/gradle-6.8.2-wrapper.jar.sha256 | 1 +
server/gradle/wrapper/gradle-wrapper.jar | Bin 59203 -> 0 bytes
server/gradle/wrapper/gradle-wrapper.properties | 1 +
server/gradlew-install.sh | 70 +
33 files changed, 2934 insertions(+), 83 deletions(-)
create mode 100644 .github/workflows/apache-rat-audit.yml
create mode 100644 README.apache.md
create mode 100755 package/cloudberry-pxf-release.sh
create mode 100644 pom.xml
create mode 100644 server/gradle/wrapper/gradle-6.8.2-wrapper.jar.sha256
delete mode 100644 server/gradle/wrapper/gradle-wrapper.jar
create mode 100755 server/gradlew-install.sh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]