Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: script no permission #2069

Merged
merged 1 commit into from
Jan 4, 2023
Merged

fix: script no permission #2069

merged 1 commit into from
Jan 4, 2023

Conversation

zyxxoo
Copy link
Contributor

@zyxxoo zyxxoo commented Jan 4, 2023

No description provided.

includes="${final.name}/**"
compression="gzip"/>
<tar destfile="${final.destfile}" compression="gzip">
<tarfileset dir="${top.level.dir}/" filemode="755">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do need a test to ensure these problems

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have tested, the permission problem is fixed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean add a ci to test it automaticlly~ (TODO)

@codecov
Copy link

codecov bot commented Jan 4, 2023

Codecov Report

Merging #2069 (b6bdd7b) into master (80bd82b) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #2069      +/-   ##
============================================
- Coverage     68.39%   68.35%   -0.04%     
  Complexity      979      979              
============================================
  Files           481      481              
  Lines         39823    39823              
  Branches       5599     5599              
============================================
- Hits          27235    27222      -13     
- Misses         9944     9959      +15     
+ Partials       2644     2642       -2     
Impacted Files Coverage Δ
.../apache/hugegraph/api/filter/LoadDetectFilter.java 60.00% <0.00%> (-23.34%) ⬇️
.../hugegraph/backend/store/rocksdb/RocksDBTable.java 67.11% <0.00%> (-2.02%) ⬇️
...a/org/apache/hugegraph/task/ServerInfoManager.java 73.25% <0.00%> (-1.75%) ⬇️
...hugegraph/backend/store/raft/rpc/RpcForwarder.java 69.49% <0.00%> (-1.70%) ⬇️
...a/org/apache/hugegraph/util/collection/IntSet.java 73.72% <0.00%> (-1.28%) ⬇️
...ugegraph/backend/store/raft/StoreStateMachine.java 64.86% <0.00%> (-0.91%) ⬇️
...a/org/apache/hugegraph/util/collection/IntMap.java 72.40% <0.00%> (-0.40%) ⬇️
...a/org/apache/hugegraph/backend/cache/RamCache.java 73.48% <0.00%> (+0.55%) ⬆️
...g/apache/hugegraph/backend/store/BackendTable.java 85.11% <0.00%> (+0.59%) ⬆️
...n/java/org/apache/hugegraph/schema/IndexLabel.java 77.27% <0.00%> (+1.13%) ⬆️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@javeme javeme merged commit 93614cf into master Jan 4, 2023
@javeme javeme deleted the zy_dev branch January 4, 2023 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants