CINXE.COM
Project List
<!doctype html> <html> <head> <title>Project List</title> <link rel="stylesheet" href="/system_static/jquery-ui/jquery-ui.min.css" /> <link rel="shortcut icon" href="/static/favicon.ico" type="image/vnd.microsoft.icon"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> <link href="/system_static/patternfly/css/patternfly.min.css" rel="stylesheet" media="screen, print"> <link rel="stylesheet" href="/system_static/patternfly/css/patternfly-additions.min.css"> <link href="/static/css/custom-styles.css" rel="stylesheet" media="screen, print"> <script src="/system_static/jquery/3/jquery.min.js"></script> <script src="/system_static/jquery-ui/jquery-ui.min.js"></script> <script src="/system_static/bootstrap_scss/js/bootstrap.min.js"></script> <script src="/system_static/datatables/js/jquery.dataTables.min.js"></script> <script src="/system_static/patternfly/js/patternfly.min.js"></script> <script src="/static/copr.js"></script> <link rel=stylesheet type=text/css href="/static/copr.css"> <link rel=stylesheet type=text/css href="/static/css/style-overwrite.css"> <link rel=stylesheet type=text/css href="/static/css/copr-flavor.css"> </head> <body> <!-- BANNER --> <!-- MAIN MENU --> <nav class="" id="main-bar"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-7 col-xs-6"> <a href="/coprs/"> <img id="logo" src="/static/copr_logo.png" alt="Copr Build System"> </a> </div> <div class="col-md-4 col-sm-5 col-xs-6"> <div id="login-menu" class="text-right"> <a href="/login/">log in</a> | <a href="/oidc_login/">OIDC login</a> | <a href="/api_3/gssapi_login/web-ui">gssapi-login</a> | <a href="https://accounts.fedoraproject.org">sign up</a> </div> <form role="search" method="get" id="1" action="/coprs/fulltext/"> <div class="input-group menu-search"> <input name="fulltext" type="text" class="form-control" placeholder="Search projects by name, os or arch" value=""> <div class="input-group-btn"> <button type="submit" class="btn btn-default"> <span class="glyphicon glyphicon-search"></span> </button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu"> <li> <a id="search-username" onClick="search_by_attribute('ownername', 1)" href="#"> Search by user name </a> </li> <li> <a id="search-groupname" onClick="search_by_attribute('ownername', 1)" href="#"> Search by group name </a> </li> <li role="separator" class="divider"></li> <li> <a id="search-projectname" onClick="search_by_attribute('projectname', 1)" href="#"> Search by project name </a> </li> <li> <a id="search-packagename" onClick="search_by_attribute('packagename', 1)" href="#"> Search by package name </a> </li> <li role="separator" class="divider"></li> <li> <a href="https://docs.pagure.org/copr.copr/user_documentation.html#advanced-searching"> Searching documentation </a> </li> </ul> </div> </div> </form> </div> </div> </div> </nav> <div class="breadcrumb-panel"> <div class="container"> </div> </div> <!-- CONTENT --> <div id=content> <div class="container"> <!-- Flash messages --> <!-- the actual content --> <div class="row"> <div class="col-md-9 col-sm-8"> <div id="homepage-jumbotron" class="jumbotron"> <h2> Copr hosts <span>32,618</span> projects from <br> <span>7,888</span> Fedora users</h2> <form role="search" method="get" id="2" action="/coprs/fulltext/"> <div class="input-group input-group-lg menu-search"> <input name="fulltext" type="text" class="form-control" placeholder="Search projects by name, os or arch" value=""> <div class="input-group-btn"> <button type="submit" class="btn btn-default"> <span class="glyphicon glyphicon-search"></span> </button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span> <span class="sr-only">Toggle Dropdown</span> </button> <ul class="dropdown-menu"> <li> <a id="search-username" onClick="search_by_attribute('ownername', 2)" href="#"> Search by user name </a> </li> <li> <a id="search-groupname" onClick="search_by_attribute('ownername', 2)" href="#"> Search by group name </a> </li> <li role="separator" class="divider"></li> <li> <a id="search-projectname" onClick="search_by_attribute('projectname', 2)" href="#"> Search by project name </a> </li> <li> <a id="search-packagename" onClick="search_by_attribute('packagename', 2)" href="#"> Search by package name </a> </li> <li role="separator" class="divider"></li> <li> <a href="https://docs.pagure.org/copr.copr/user_documentation.html#advanced-searching"> Searching documentation </a> </li> </ul> </div> </div> </form> <p> You can run a full-text search, or you can use the dropdown menu next to the search bar and limit your query to a user name, group name, project name, or package name. </p> </div> <div class="panel panel-default"> <div class="panel-body"> <p> Copr is an easy-to-use automatic build system providing a package repository as its output. </p> <p> Start with making your own repository in these three steps: </p> <ol> <li> choose a system and architecture you want to build for </li> <li> provide Copr with src.rpm packages </li> <li> let Copr do all the work and wait for your new repo </li> </ol> <p style="margin-bottom:0px"><i><small>NOTE: Copr is not yet officially supported by Fedora Infrastructure.</small></i></p> </div> </div> <div class="row row-no-padding documentation-cards"> <div class="col-sm-3 "> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Screenshot tutorial</h3> </div> <div class="panel-body"> <p> <i class="fa fa-picture-o" aria-hidden="true"></i> Are you a new user? Check out the Copr screenshot tutorial to see how to create a new project, and build your package in it. <br> <span class="pull-right"> <a href="https://docs.pagure.org/copr.copr/screenshots_tutorial.html" title="Read more about Screenshot tutorial">Read more</a> </span> </p> </div> </div> </div> <div class="col-sm-3 col-padding"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Installing packages</h3> </div> <div class="panel-body"> <p> <i class="fa fa-download" aria-hidden="true"></i> Enabling projects and installing packages from them is easy. Open a project and run the command from "Quick Enable" section. <br> <span class="pull-right"> <a href="https://docs.pagure.org/copr.copr/how_to_enable_repo.html#how-to-enable-repo" title="Read more about Installing packages">Read more</a> </span> </p> </div> </div> </div> <div class="col-sm-3 col-padding"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">FAQ</h3> </div> <div class="panel-body"> <p> <i class="fa fa-question-circle-o" aria-hidden="true"></i> Don't be afraid to ask for help, but make sure to check out the FAQ section first to save yourself waiting for an answer. <br> <span class="pull-right"> <a href="https://docs.pagure.org/copr.copr/user_documentation.html#faq" title="Read more about FAQ">Read more</a> </span> </p> </div> </div> </div> <div class="col-sm-3 col-padding"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Python API</h3> </div> <div class="panel-body"> <p> <i class="fa fa-terminal" aria-hidden="true"></i> Do you develop an application that communicates with Copr? Give python3-copr library or copr-cli tool a try. <br> <span class="pull-right"> <a href="https://python-copr.readthedocs.io/en/latest/" title="Read more about Python API">Read more</a> </span> </p> </div> </div> </div> </div> <div class="row row-no-padding documentation-cards"> <div class="col-sm-3 "> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Fedora Review</h3> </div> <div class="panel-body"> <p> <i class="fa fa-check-square-o" aria-hidden="true"></i> Do you plan to add your package to the official Fedora Linux repositories? Enable fedora-review option for your project. <br> <span class="pull-right"> <a href="https://docs.pagure.org/copr.copr/user_documentation.html#automatic-run-of-fedora-review-tool" title="Read more about Fedora Review">Read more</a> </span> </p> </div> </div> </div> <div class="col-sm-3 col-padding"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Packit</h3> </div> <div class="panel-body"> <p> <i class="fa fa-cubes" aria-hidden="true"></i> Packit assists with common packager tasks, as well as automatically rebuilding your packages from each pull request. <br> <span class="pull-right"> <a href="https://packit.dev/docs/packit-service/" title="Read more about Packit">Read more</a> </span> </p> </div> </div> </div> <div class="col-sm-3 col-padding"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">GitHub webhooks</h3> </div> <div class="panel-body"> <p> <i class="fa fa-github" aria-hidden="true"></i> Create a GitHub webhook to rebuild your packages automatically from each upstream pull request or push. <br> <span class="pull-right"> <a href="https://docs.pagure.org/copr.copr/user_documentation.html#github-webhooks" title="Read more about GitHub webhooks">Read more</a> </span> </p> </div> </div> </div> <div class="col-sm-3 col-padding"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">Pagure integration</h3> </div> <div class="panel-body"> <p> <i class="fa fa-cogs" aria-hidden="true"></i> Configure your pagure project to automatically rebuild your packages from each upstream pull request or push. <br> <span class="pull-right"> <a href="https://docs.pagure.org/copr.copr/user_documentation.html#pagure-integration" title="Read more about Pagure integration">Read more</a> </span> </p> </div> </div> </div> </div> <div class="clearfix"></div> <h2 class="page-title">Recent Projects</h2> <div class="panel panel-default"> <div class="list-group"> <!--copr-project--> <a href="/coprs/mlewando/nmbl-poc/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> mlewando/nmbl-poc </h3> </div> <span class="list-group-item-text"> no more boot loader proof of concept <ul class="list-inline text-muted"> <li> <strong> Fedora 40 :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Fedora 41 :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Fedora 42 :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Fedora eln :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Fedora rawhide :</strong> <small> aarch64, x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/mamation/forceblur/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> mamation/forceblur </h3> </div> <span class="list-group-item-text"> Description not filled in by author. Very likely personal repository for testing purpose, which you should not use. <ul class="list-inline text-muted"> <li> <strong> Fedora 41 :</strong> <small> x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/giusdbg/ksensors5/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> giusdbg/ksensors5 </h3> </div> <span class="list-group-item-text"> ksensors5 is a lmsensors and hddtemp frontend for Qt5 and Qt6. It is a fork of ksensors and several customizations. <ul class="list-inline text-muted"> <li> <strong> EPEL 10 :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> <li> <strong> EPEL 9 :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora 40 :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora 41 :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora 42 :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora rawhide :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/martin-moras/ungoogled-chromium/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> martin-moras/ungoogled-chromium </h3> </div> <span class="list-group-item-text"> Description not filled in by author. Very likely personal repository for testing purpose, which you should not use. <ul class="list-inline text-muted"> <li> <strong> Fedora 41 :</strong> <small> x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/g/fedora-llvm-team/llvm-snapshots/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> @fedora-llvm-team/llvm-snapshots </h3> </div> <span class="list-group-item-text"> We want to provide you with the most recent and successful builds of LLVM for Fedora and RHEL in a &quot;rolling&quot; fashion. That means, if you enable this repository, you should get new releases for LLVM frequently. Fedora versions and architectures We build for the following architectures and operating systems, but please notice that this list changes when new Fedora/RHEL versions are being released. $ copr list-chroots | grep -P &#39;^(fedora-(rawhide|[0-9]+)|rhel-[8,9]-)&#39; | sort | tr &#39;\n&#39; &#39; &#39; fedora-39-aarch64 fedora-39-i386 fedora-39-ppc64le fedora-39-s390x fedora-39-x86_64 fedora-40-aarch64 fedora-40-i386 fedora-40-ppc64le fedora-40-s390x fedora-40-x86_64 fedora-rawhide-aarch64 fedora-rawhide-i386 fedora-rawhide-ppc64le fedora-rawhide-s390x fedora-rawhide-x86_64 rhel-8-aarch64 rhel-8-s390x rhel-8-x86_64 rhel-9-aarch64 rhel-9-s390x Incubator projects Did you notice a line like the follwing at the top of this project page? @fedora-llvm-team/llvm-snapshots ( forked from @fedora-llvm-team/llvm-snapshots-big-merge-20231218 ) We carefully create a new copr project for each day. These projects are called incubator projects. Only if all packages for all operating systems and architectures in an incubator project were successfully built without errors, we will promote it to be the next &quot;official&quot; snapshot here. That is the reason why sometimes it can take days until a new version of LLVM will be published here. If you're interested in the version for a particular day, feel free to open https://copr.fedorainfracloud.org/coprs/g/fedora-llvm-team/llvm-snapshots-big-merge-YYYYMMDD/ (replace YYYYMMDD with the date you desire). Notice, that we cannot keep the invdividual incubator projects around forever. Contributing To get involved in this, please head over to: https://github.com/fedora-llvm-team/llvm-snapshots. <ul class="list-inline text-muted"> <li> <strong> Fedora 40 :</strong> <small> aarch64, i386, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora 41 :</strong> <small> aarch64, i386, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora 42 :</strong> <small> aarch64, i386, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Fedora rawhide :</strong> <small> aarch64, i386, ppc64le, s390x, x86_64 </small> </li> <li> <strong> Rhel 8 :</strong> <small> aarch64, s390x, x86_64 </small> </li> <li> <strong> Rhel 9 :</strong> <small> aarch64, s390x, x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/kigurame/floorp/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> kigurame/floorp </h3> </div> <span class="list-group-item-text"> Floorp Automatically (hopefully) updated spec files for the Floorp browser packaged for Fedora. Based on the works from the4runner and LovecraftianGodsKiller. The Copr repo for this package can be located here. If you have any issues with the package itself, feel free to report but I may not be able to fix it as this is my first time managing a package such as this. Feel free to contribute if you'd like if you can fix any issues yourself! <ul class="list-inline text-muted"> <li> <strong> Fedora 40 :</strong> <small> x86_64 </small> </li> <li> <strong> Fedora 41 :</strong> <small> x86_64 </small> </li> <li> <strong> Fedora 42 :</strong> <small> x86_64 </small> </li> <li> <strong> Fedora rawhide :</strong> <small> x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/norwayfun/hunspell-ka/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> norwayfun/hunspell-ka </h3> </div> <span class="list-group-item-text"> Dictionary for hunspell - Georgian language <ul class="list-inline text-muted"> <li> <strong> Fedora 41 :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Fedora 42 :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Fedora rawhide :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> openSUSE Leap 15.5 :</strong> <small> x86_64 </small> </li> <li> <strong> openSUSE Tumbleweed :</strong> <small> aarch64, ppc64le, x86_64 </small> </li> <li> <strong> Rhel 8 :</strong> <small> aarch64, x86_64 </small> </li> <li> <strong> Rhel 9 :</strong> <small> aarch64, x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/ganto/go-1.23/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> ganto/go-1.23 </h3> </div> <span class="list-group-item-text"> Fedora 40 build of Golang 1.23 <ul class="list-inline text-muted"> <li> <strong> Fedora 40 :</strong> <small> aarch64, ppc64le, s390x, x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/xuhdev/emacs-latest/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> xuhdev/emacs-latest </h3> </div> <span class="list-group-item-text"> Latest Emacs from the main branch rebuilt for stable Fedora <ul class="list-inline text-muted"> <li> <strong> Fedora 41 :</strong> <small> x86_64 </small> </li> <li> <strong> Fedora 42 :</strong> <small> x86_64 </small> </li> </ul> </span> </a> <!--copr-project--> <a href="/coprs/mamation/flutter-sdk/" class="list-group-item"> <div> <h3 class="list-group-item-heading" style="display: inline;"> mamation/flutter-sdk </h3> </div> <span class="list-group-item-text"> Description not filled in by author. Very likely personal repository for testing purpose, which you should not use. <ul class="list-inline text-muted"> <li> <strong> Fedora 40 :</strong> <small> x86_64 </small> </li> <li> <strong> Fedora 41 :</strong> <small> x86_64 </small> </li> </ul> </span> </a> </div> </div> <div class="text-center"> <ul class="pagination"> <li class="active"> <span>1</span> </li> <li> <a href="/coprs/2/">2</a> </li> <li> <a href="/coprs/3/">3</a> </li> <li> <a href="/coprs/2021/">... 2021</a> </li> </ul> </div> </div> <div class="col-md-3 col-sm-4"> <br> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">News - <a href="https://fedora-copr.github.io/">Read All</a></h3> </div> <div class="list-group"> <noscript> <a href="https://fedora-copr.github.io/" class="list-group-item"> <p class="list-group-item-text"> This page uses JavaScript to show the most recent articles from our blog. Click here to visit the blog. </p> </a> </noscript> <a href="" id="blog-link-0" class="list-group-item hidden"> <b class="list-group-item-heading" id="blog-title-0"></b> <p class="list-group-item-text"> <small>Published:</small> <span id="blog-date-0"></span> </p> <p class="list-group-item-text"> <small>Author:</small> <span id="blog-author-0"></span> </p> </a> <a href="" id="blog-link-1" class="list-group-item hidden"> <b class="list-group-item-heading" id="blog-title-1"></b> <p class="list-group-item-text"> <small>Published:</small> <span id="blog-date-1"></span> </p> <p class="list-group-item-text"> <small>Author:</small> <span id="blog-author-1"></span> </p> </a> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"> Task Queue </h3> </div> <div class="list-group"> <a href="/status/batches/" class="list-group-item"> <span class="badge">0</span> Build Batches </a> <a href="/status/importing/" class="list-group-item"> <span class="badge">0</span> Importing </a> <a href="/status/pending/" class="list-group-item"> <span class="badge">0</span> Pending </a> <a href="/status/starting/" class="list-group-item"> <span class="badge">0</span> Starting </a> <a href="/status/running/" class="list-group-item"> <span class="badge">86</span> Running </a> <a id="stats-link" href="/status/stats/" class="list-group-item hidden"> Running tasks during last 24 hours: <div id="small-graph" class="chart-pf-sparkline"></div> </a> </div> </div> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"> Recent Builds - <a href="/recent/all/">View All</a></h3> </div> </div> </div> </div> </div> <footer class="footer"> <div> <div class="container text-muted"> <div class=""> <div class="row"> <div class="col-sm-3"> <dl> <dt><h3>Contact us</h3></dt> <dd> <ul> <li> <a href="https://matrix.to/#/#buildsys:fedoraproject.org">Fedora Build System on Matrix</a> </li> </ul> </dd> </dl> </div> <div class="col-sm-3"> <dl> <dt><h3>Copr Project</h3></dt> <dd> <ul> <li><a href="https://github.com/fedora-copr/copr">Project Homepage</a></li> <li><a href="https://docs.pagure.org/copr.copr/user_documentation.html">User Documentation</a></li> <li><a href="https://github.com/fedora-copr/copr/issues/new">Report a Bug</a></li> <li><a href="https://github.com/fedora-copr/copr/issues">Known Issues</a></li> <li><a href="https://docs.pagure.org/copr.copr/user_documentation.html#faq">FAQ</a></li> </ul> </dd> </dl> </div> <div class="col-sm-3"> <dl> <dt><h3>Site Navigation</h3></dt> <dd> <ul> <li> <a href="/coprs/">Home</a> </li> <li> <a href="/status/importing/">Task Queue</a> </li> <li> <a href="/api/">API</a> </li> <li> <a href="/user/info">GDPR</a> </li> <li> <a href="/rss/">RSS</a> </li> <li> <a href="/db_dumps/">Database Dump</a> </li> <li><a href="https://download.copr.fedorainfracloud.org/stats/index.html">Storage statistics</a> </li> </ul> </dd> </dl> </div> <div class="col-sm-3"> <dl> <dt><h3>Powered by</h3></dt> <dd> <ul> <li><a href="https://www.python.org">Python</a></li> <li><a href="http://www.openstack.org">OpenStack</a></li> <li><a href="https://www.patternfly.org">PatternFly</a></li> <li><a href="https://github.com/release-engineering/dist-git">Dist Git</a></li> </ul> </dd> </dl> </div> </div> <!-- <small class="text-muted"> Build 2.1-1.fc41 Build 1.125-1.git.16.4767b3b.fc25 </small> --> </div> </div> </div> </footer> </div> <!-- FEDORA MENU --> <script src="https://apps.fedoraproject.org/fedmenu//js/fedora-libravatar.js"></script> <script src="https://apps.fedoraproject.org/fedmenu//js/fedmenu.js"></script> <script> fedmenu({ 'url': 'https://apps.fedoraproject.org/js/data.js', 'mimeType': 'application/javascript', 'position': 'bottom-right', }); </script> <!-- Last post from our blog --> <script src="/static/js/blog.js"></script> <script> $(document).ready(function(){ show_last_articles("https://fedora-copr.github.io/feed.xml", 2) $(".show-me-javascript").removeClass("hidden"); }); </script> <script src="/static/components/c3/c3.min.js"></script> <script src="/static/components/d3/d3.min.js"></script> <script src="/static/js/graphs.js"></script> <script>smallGraph([["", 356, 208, 450, 77, 445, 234, 369, 267, 226, 308, 821, 766, 798, 742, 717, 815, 797, 748, 749, 759, 779, 619, 648, 379, 259, 264, 128, 92, 231, 203, 196, 424, 206, 206, 292, 217, 325, 432, 371, 176, 333, 222, 302, 250, 352, 257, 305, 303]], "#small-graph");</script> </body> </html>