-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multiple local .deb packages, e.g. `/home/user/foo.deb` and `/home/user/bar.deb`, to the configuration and the resulting YAML file will only contain the last one due to the assumption that entries with a `/` are versioned. Ignore APT patterns when sanitizing the packages list and correctly parse paths. Assume that .deb packages are names <name>_<version>_<arch>.deb. Bug: #7 Signed-off-by: Benjamin Drung <bdrung@posteo.de>
- Loading branch information
Showing
2 changed files
with
38 additions
and
9 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