Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
SUBMARINE-1404. Fix version-related and licence issues
Browse files Browse the repository at this point in the history
### What is this PR for?
Hotfix before 0.8.0-RC0 release

### What type of PR is it?
Hot Fix

### Todos
* [x] - `submarine-core` in LICENSE-binary should be removed.
* [x] - Fix the version of development.md which is wrong in 0.7.0
* [x] - Fix build error (for no space left)

### What is the Jira issue?
https://issues.apache.org/jira/browse/SUBMARINE-1404

### How should this be tested?
NA

### Screenshots (if appropriate)
NA

### Questions:
* Do the license files need updating? Yes
* Are there breaking changes for older versions? No
* Does this need new documentation? No

Author: cdmikechen <[email protected]>
Author: cdmikechen <[email protected]>

Signed-off-by: cdmikechen <[email protected]>

Closes #1098 from cdmikechen/SUBMARINE-1404 and squashes the following commits:

a91e94e [cdmikechen] reduce storage
0ddb056 [cdmikechen] Fix key url
51c6128 [cdmikechen] Fix issues
  • Loading branch information
cdmikechen committed Aug 30, 2023
1 parent 0c10613 commit 4eb08ec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 50
fetch-depth: 1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
Expand Down Expand Up @@ -116,7 +116,6 @@ jobs:
- name: Build Image locally
run: |
.github/scripts/build-image-locally-v3.sh
sh .github/scripts/build-image-experiment-prehandler.sh
- name: Install Golang Dependencies
working-directory: submarine-cloud-v3
run: go mod vendor
Expand Down
1 change: 0 additions & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ org.apache.hadoop:hadoop-hdfs-client:2.9.2
org.apache.htrace:htrace-core4:4.1.0-incubating
org.apache.httpcomponents:httpclient:4.5.2
org.apache.httpcomponents:httpcore:4.4.4
org.apache.submarine:submarine-core:0.8.0-SNAPSHOT
org.apache.zookeeper:zookeeper:3.4.6
org.codehaus.jackson:jackson-core-asl:1.9.13
org.codehaus.jackson:jackson-mapper-asl:1.9.13
Expand Down
2 changes: 1 addition & 1 deletion website/docs/devDocs/HowToRelease.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ $ gpg --keyserver pgpkeys.mit.edu --send-key <key id>
### 1.4 Check whether the key is created successfully
Through the following URL, use the email to check whether the upload is successful or not. It will take about a minute to find out. When searching, check the show full-key hashes under advance on http://keys.gnupg.net.
Through the following URL, use the email to check whether the upload is successful or not. It will take about a minute to find out. When searching, check the show full-key hashes under advance on http://pgpkeys.mit.edu .
The query results are as follows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ to generate pysubmarine client API that used to communicate with submarine serve
{
"packageName" : "submarine.client",
"projectName" : "submarine.client",
"packageVersion": "0.8.0-SNAPSHOT"
"packageVersion": "0.7.0"
}
```

Expand Down

0 comments on commit 4eb08ec

Please sign in to comment.