-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(debpacker): add some new features for debpacker (#3571)
* feat(debpacker): Allow to set an output directory for copy files * feat(debpacker): Allow to copy folder recursively * feat(debpacker): Allow to set the working directory, add force option to make cmd * feat(debpacker): Fix user override, allow to set root * feat(debpacker): User #DEBHELPER# to enable and start service after installed * refact(debpacker): Create writer struct for os actions, add unit tests for packer * chore(debpacker): Add test target in makefile
- Loading branch information
Showing
12 changed files
with
520 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
target/ | ||
debpacker | ||
.debpacker.yml | ||
.debpacker.yml | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.