You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/contributing/appstream.mdx
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,6 @@ import { Aside } from "@astrojs/starlight/components";
7
7
import { Code } from"astro:components";
8
8
importRPMSpecfrom"@/components/spec.json";
9
9
10
-
# Overview
11
-
12
10
Terra supports AppStream MetaInfo, which enables your package to be picked up by graphical software 'store' applications, such as [KDE Plasma's Discover](https://apps.kde.org/discover) or [GNOME's Software app](https://apps.gnome.org/Software).
13
11
This page will cover creating and installing AppStream MetaInfo to your package, but we also highly encourage you to read over the documentation [here](https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html).
We provide custom Source RPM (SRPM) macros to ease packaging and better integrate our workflow. Please use these macros when possible in Terra.
11
+
Terra provides custom Source RPM (SRPM) macros to ease packaging and better integrate our workflow. Please use these macros when possible in when contributing to Terra.
14
12
15
13
These are provided in the `anda-srpm-macros` package. If you use them, make sure to add `anda-srpm-macros` as a <Codecode={`BuildRequires:`}lang={RPMSpec}inline /> in the spec file.
Copy file name to clipboardExpand all lines: src/content/docs/usage/lifecycle.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,30 +10,30 @@ import { Aside } from "@astrojs/starlight/components";
10
10
for these repos corresponds to the Fedora release version.
11
11
</Aside>
12
12
13
-
# Latest stable version of Fedora
13
+
##Latest stable version of Fedora
14
14
15
15
Full support. This branch is the main entrypoint for contributions and new packages. Packages are updated on a rolling release basis by Terra’s autoupdate system.
16
16
17
-
# Non-latest, but supported versions of Fedora
17
+
##Non-latest, but supported versions of Fedora
18
18
19
19
We will provide updates for security issues, as tracked by Repology. Additionally we _may_ provide updates to resolve critical bugs. Besides those two cases, no new updates will be issued. No new packages may be directly submitted. It is also not guaranteed that the packages are up to date.
20
20
21
-
# Branched Development Release
21
+
##Branched Development Release
22
22
23
23
<Asidetype="caution">
24
24
This branch may not exist if there is no current branched development release of Fedora.
25
25
</Aside>
26
26
27
27
When Fedora creates a new branched development release, we’ll branch off Terra’s stable repository to create a development/”preparatory” branch. This branch will automatically pull any additional contributions from stable and acts as a working ground to get Terra ready for the new release. When Fedora promotes this branched release to stable, we’ll do the same, setting this one as default. No guarantees are made for this branch during the development period.
28
28
29
-
# Rawhide (Fedora’s rolling release)
29
+
##Rawhide (Fedora’s rolling release)
30
30
31
31
<Asidetype="caution">
32
32
You shouldn't be using this branch (or Rawhide in general) unless you know what you're doing.
33
33
</Aside>
34
34
35
35
Similarly to branched development releases, this branch will automatically pull contributions from the current stable branch. The purpose of this branch is to allow Rawhide users (usually enthusiast/developers) to have access to the vast Terra ecosystem, in addition to acting as a canary for any issues that might impact a future stable release. No guarantees are made for this branch.
36
36
37
-
# EOL versions of Fedora
37
+
##EOL versions of Fedora
38
38
39
39
Completely unsupported. We will not provide any updates, even for critical security issues. While these repos might stay accessible on the internet, we reserve the right to purge them without notice.
0 commit comments