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

autotools v1 plugin: set correct file permissions for scripts (CRAFT-666) #3601

Merged
merged 1 commit into from Nov 26, 2021

Conversation

sergiusens
Copy link
Collaborator

The autogen.sh and bootstrap scripts had overeager permissions set
when they were found not to be executable.

The code has also been simplified.

LP: #1951645

Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com


  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run ./runtests.sh static?
  • Have you successfully run ./runtests.sh tests/unit?

The autogen.sh and bootstrap scripts had overeager permissions set
when they were found not to be executable.

The code has also been simplified.

LP: #1951645

Signed-off-by: Sergio Schvezov <sergio.schvezov@canonical.com>
@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2021

Codecov Report

Merging #3601 (08a3477) into master (6382398) will decrease coverage by 0.00%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3601      +/-   ##
==========================================
- Coverage   91.25%   91.24%   -0.01%     
==========================================
  Files         278      278              
  Lines       19375    19371       -4     
==========================================
- Hits        17680    17676       -4     
  Misses       1695     1695              
Impacted Files Coverage Δ
snapcraft/plugins/v1/autotools.py 97.91% <90.00%> (-0.17%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6382398...08a3477. Read the comment docs.

@sergiusens sergiusens merged commit 43eb836 into master Nov 26, 2021
@sergiusens sergiusens deleted the autotools branch November 26, 2021 18:43
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.

None yet

3 participants