mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-15 05:35:56 +00:00
[PR #88] [MERGED] Fix path to /usr/bin/rm #226
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/88
Author: @qmfrederik
Created: 12/16/2018
Status: ✅ Merged
Merged: 12/17/2018
Merged by: @qmfrederik
Base:
master← Head:fixes/rm📝 Commits (2)
5af9edcUninstall the package as part of the tests, tooadc4092Use /bin/rm instead of /usr/bin/rm📊 Changes
3 files changed (+18 additions, -3 deletions)
View changed files
📝
Packaging.Targets.Tests/Deb/DebPackageCreatorTests.cs(+2 -2)📝
Packaging.Targets/Deb/DebPackageCreator.cs(+1 -1)📝
demo/cliscd/run-tests.sh(+15 -0)📄 Description
At least on Ubuntu 18.04, /usr/bin/rm doesn't exist - but /bin/rm does. The /usr/bin copy comes from the safe-rm package. We could just declare a dependency on this package, but this is in universe and this repo is not enabled by default.
Fixes #55
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.