forked from AdrianTM/mx-packageinstaller
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from fehlix/master
Read only Packages for current arch but also flat-repo Packages without binary in filename
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
mx-packageinstaller (24.12.04) mx; urgency=medium | ||
|
||
* Adjust regex to read binary-packages for current arch only and | ||
add all flat-repo Packages without binary-arch in filename | ||
|
||
-- fehlix <[email protected]> Tue, 31 Dec 2024 11:12:36 -0500 | ||
|
||
mx-packageinstaller (24.12.03) mx; urgency=medium | ||
|
||
* adjust secondary regex to pick up more package lists | ||
|
@@ -9,6 +16,7 @@ mx-packageinstaller (24.12.02) mx; urgency=medium | |
* Set the application name to fix the Qt translation domain and | ||
window icon name based on the application name instead of the | ||
executable file or symlink name | ||
* Adjust regex for Packages filenames without binary-arch from flat-repo | ||
|
||
-- fehlix <[email protected]> Tue, 31 Dec 2024 10:19:35 -0500 | ||
|
||
|