-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
12 changed files
with
736 additions
and
89 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,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
|
||
<title>Fedora – A blog</title> | ||
|
||
<!-- Meta --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Social --> | ||
<meta property="og:type" content="website"/> | ||
<meta property="og:title" content="A blog"/> | ||
<meta property="og:description" content=""/> | ||
<meta property="og:site_name" content="A blog" /> | ||
<meta property="og:url" content="https://karolinasurma.eu"/> | ||
<meta property="og:image" content="./images/extra/karo.jpg"/> | ||
|
||
<!-- Feed --> | ||
<link rel="alternate" type="application/atom+xml" href="https://karolinasurma.eu/feeds/all.atom.xml" title="A blog Atom Feed" /> | ||
|
||
<!-- CSS --> | ||
<link rel="stylesheet" type="text/css" href="https://karolinasurma.eu/theme/css/opensans.css"> | ||
<link rel="stylesheet" type="text/css" href="https://karolinasurma.eu/theme/css/w3.css"> | ||
<link rel="stylesheet" type="text/css" href="https://karolinasurma.eu/theme/css/style.css"> | ||
<link rel="stylesheet" type="text/css" href="https://karolinasurma.eu/theme/css/font-awesome.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://karolinasurma.eu/theme/css/pygments-highlight-github.css"> | ||
|
||
<!-- Icon --> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://karolinasurma.eu/./images/extra/favicon.ico"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="w3-row w3-card w3-white"> | ||
<header id="header"> | ||
<a href="https://karolinasurma.eu/" id="header-logo" title="Home">KS</a> | ||
<nav id="header-menu"> | ||
<ul> | ||
<li class="w3-bottombar w3-border-white w3-hover-border-green"><a href="/categories.html">Categories</a></li> | ||
<li class="w3-bottombar w3-border-white w3-hover-border-green"><a href="/archives.html">Archive</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
</div> | ||
|
||
|
||
<br><br><br> | ||
|
||
<div class="w3-container col-main w3-center"> | ||
<h2>Fedora</h2> | ||
</div> | ||
|
||
|
||
|
||
<br><br><br> | ||
|
||
<section id="listing"> | ||
<article class="w3-container w3-card-2 w3-white col-main"> | ||
<header> | ||
<h2><a href="https://karolinasurma.eu/fedrq-querying-fedora-repositories.html">fedrq - querying Fedora repositories</a></h2> | ||
<div class="post-info"> | ||
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;"> | ||
<span><time datetime="2024-02-29T16:18:00+01:00">Thu 29 February 2024</time> in <a href="https://karolinasurma.eu/category/fedora.html" title="All articles in category Fedora">Fedora</a></span> | ||
</div> | ||
<div class="w3-margin-right"> | ||
<span class="w3-tag w3-light-grey w3-text-green w3-hover-green"> | ||
<a href="https://karolinasurma.eu/tag/en.html" title="All articles with En tag">#EN</a> | ||
</span> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<div class="entry-content"> | ||
Querying repositories Part of my $DAILYJOB is digging in multiple Fedora repositories. Every time I prepare a package update, I check whether the update has a potential to break something. Typically I set up lists of packages that require my package and build them in a isolated environment, before hitting … | ||
</div> | ||
|
||
<footer> | ||
<a class="w3-btn w3-green w3-right" href="https://karolinasurma.eu/fedrq-querying-fedora-repositories.html">Read ❭</a> | ||
</footer> | ||
</article> | ||
|
||
<br><br><br> | ||
|
||
|
||
|
||
</section> | ||
|
||
|
||
<footer id="footer"> | ||
<div id="footer-copyright" class="w3-center w3-small w3-text-grey w3-padding-48"> | ||
<span> | ||
© | ||
2021‐2024 Karo | ||
| <a href="https://karolinasurma.eu/feeds/all.atom.xml">Atom feed <i class="fa fa-rss" aria-hidden="true"></i></a> </span> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.