-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for limiting packages to OS versions (#759)
- Port 3.11 and c-string fixes from toltecmk - Add rmallos2, rmallos3, rm1os2, rm1os3, rm2os2, and rm2os3 archs for limiting packages to only supporting those versions - Update documentation - Update known issues packages to only be for 2.x - Make toltec-base generate a package for each arch to make sure that the folders always get created - Added experimental toltec branch for testing purposes. You need to add the experimental tag to a PR, and it will start applying changes to the experimental branch. - Fix various issues with the install and reenable process - Update toltecctl output to use the same logging as bootstrap --------- Co-authored-by: Mattéo Delabre <1370040+matteodelabre@users.noreply.github.com> Co-authored-by: Mattéo Delabre <git.matteo@delab.re>
- Loading branch information
1 parent
2cad2a2
commit d3df6cb
Showing
26 changed files
with
896 additions
and
216 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
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 |
---|---|---|
@@ -0,0 +1,70 @@ | ||
rm1=2.6.1.71 | ||
rm1=2.6.2.75 | ||
rm1=2.7.0.9 | ||
rm1=2.7.0.30 | ||
rm1=2.7.0.36 | ||
rm1=2.7.0.44 | ||
rm1=2.7.0.51 | ||
rm1=2.8.0.81 | ||
rm1=2.8.0.86 | ||
rm1=2.8.0.98 | ||
rm1=2.9.0.153 | ||
rm1=2.9.0.204 | ||
rm1=2.9.0.210 | ||
rm1=2.9.1.217 | ||
rm1=2.9.1.236 | ||
rm1=2.10.2.356 | ||
rm1=2.10.3.379 | ||
rm1=2.11.0.442 | ||
rm1=2.12.1.527 | ||
rm1=2.12.2.573 | ||
rm1=2.12.3.606 | ||
rm1=2.13.0.758 | ||
rm1=2.14.0.861 | ||
rm1=2.14.1.866 | ||
rm1=2.14.3.958 | ||
rm1=2.14.3.977 | ||
rm1=2.14.3.1005 | ||
rm1=2.14.3.1047 | ||
rm1=2.15.0.1067 | ||
rm1=2.15.1.1189 | ||
rm1=3.0.4.1305 | ||
rm1=3.2.2.1581 | ||
rm1=3.2.3.1595 | ||
rm1=3.3.2.1666 | ||
|
||
rm2=2.6.1.71 | ||
rm2=2.6.2.75 | ||
rm2=2.7.0.9 | ||
rm2=2.7.0.30 | ||
rm2=2.7.0.36 | ||
rm2=2.7.0.44 | ||
rm2=2.7.0.51 | ||
rm2=2.7.1.53 | ||
rm2=2.8.0.81 | ||
rm2=2.8.0.86 | ||
rm2=2.8.0.98 | ||
rm2=2.9.0.153 | ||
rm2=2.9.0.204 | ||
rm2=2.9.0.210 | ||
rm2=2.9.1.217 | ||
rm2=2.9.1.236 | ||
rm2=2.10.2.356 | ||
rm2=2.10.3.379 | ||
rm2=2.11.0.442 | ||
rm2=2.12.1.527 | ||
rm2=2.12.2.573 | ||
rm2=2.12.3.606 | ||
rm2=2.13.0.758 | ||
rm2=2.14.0.861 | ||
rm2=2.14.1.866 | ||
rm2=2.14.3.958 | ||
rm2=2.14.3.977 | ||
rm2=2.14.3.1005 | ||
rm2=2.14.3.1047 | ||
rm2=2.15.0.1067 | ||
rm2=2.15.1.1189 | ||
rm2=3.0.4.1305 | ||
rm2=3.2.2.1581 | ||
rm2=3.2.3.1595 | ||
rm2=3.3.2.1666 |
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
Oops, something went wrong.