mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 13:45:53 +00:00
[PR #138] [MERGED] Fix deb/rpm generation with Content file outside project root, file permissions #258
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quamotion/dotnet-packaging/pull/138
Author: @qmfrederik
Created: 12/4/2019
Status: ✅ Merged
Merged: 12/5/2019
Merged by: @qmfrederik
Base:
master← Head:fixes/path-outside-root📝 Commits (3)
b2e71c3Add test for Content file which is located outside the project rootb8f51e9Include sticky bit in testbcc79edArchiveBuilder: Always set file mode to S_IFREG📊 Changes
7 files changed (+43 additions, -3 deletions)
View changed files
📝
Packaging.Targets.Tests/ArchiveBuilderTests.cs(+1 -1)📝
Packaging.Targets/ArchiveBuilder.cs(+14 -2)📝
Packaging.Targets/IO/LinuxFileMode.cs(+5 -0)📝
molecule/framework-dependent/framework-dependent-app/framework-dependent-app.csproj(+6 -0)📝
molecule/framework-dependent/molecule/default/tests/test_default.py(+5 -0)📝
molecule/self-contained/molecule/default/tests/test_default.py(+5 -0)📝
molecule/self-contained/self-contained-app/self-contained-app.csproj(+7 -0)📄 Description
S_IFREGwhen custom file permissions are set usingLinuxFileMode.Fixes #108
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.