-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2f3ca3
commit 0ed6b85
Showing
5 changed files
with
27 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<image> | ||
<profiles> | ||
<profile name="t2linux" description="t2linux support packages"/> | ||
</profiles> | ||
<packages type="image" patternType="plusRecommended"> | ||
<package name="t2linux-config"/> | ||
<package name="copr-sharpenedblade-t2linux-release"/> | ||
</packages> | ||
</image> |
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,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<image schemaversion="7.4" name="Fedora"> | ||
<image schemaversion="7.4" name="t2linux Fedora"> | ||
<description type="system"> | ||
<author>Fedora Project Contributors</author> | ||
<contact>[email protected]</contact> | ||
<specification>Fedora Linux</specification> | ||
<author>Sharpened Blade</author> | ||
<contact>[email protected]</contact> | ||
<specification>t2linux Fedora</specification> | ||
</description> | ||
<preferences> | ||
<version>0.0.0</version> | ||
|
@@ -15,10 +15,12 @@ | |
<release-version>39</release-version> | ||
</preferences> | ||
<include from="this://./repositories/core.xml"/> | ||
<include from="this://./repositories/t2linux.xml"/> | ||
<include from="this://./components/boot.xml"/> | ||
<include from="this://./components/desktop-environments.xml"/> | ||
<include from="this://./components/liveinstall.xml"/> | ||
<include from="this://./components/users.xml"/> | ||
<include from="this://./components/t2linux.xml"/> | ||
<include from="this://./platforms/cloud.xml"/> | ||
<include from="this://./platforms/container.xml"/> | ||
<include from="this://./platforms/vagrant.xml"/> | ||
|
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,7 @@ | ||
<image> | ||
<repository type="rpm-md" alias="copr_copr.fedorainfracloud.org_sharpenedblade_t2linux" sourcetype="baseurl" priority="80"> | ||
<source path="https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/fedora-$releasever-$basearch/"> | ||
<signing key="https://download.copr.fedorainfracloud.org/results/sharpenedblade/t2linux/pubkey.gpg"/> | ||
</source> | ||
</repository> | ||
</image> |