flatpak-build-update-repo(1): Skillnad mellan sidversioner

Från Wiki.linux.se
Hoppa till navigering Hoppa till sök
(Skapade sidan med ' <!DOCTYPE html> <html lang="en-US"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>flatpak-build-update-repo(1) - Linux manual page</title> <link rel="stylesheet" type="text/css" href="../../../style.css" title="style" /> <link rel="stylesheet" type="text/css" href="../style.css" title="style" /> </head> <body> <div class="page-top"><a id="top_of_page"></a></div> <!--%%%TOP_BAR%%%-->...')
(Ingen skillnad)

Versionen från 22 mars 2025 kl. 08.10


<!DOCTYPE html> <html lang="en-US"> <head>

   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>flatpak-build-update-repo(1) - Linux manual page</title>
   <link rel="stylesheet" type="text/css" href="../../../style.css" title="style" />
   <link rel="stylesheet" type="text/css" href="../style.css" title="style" />

</head>

<body>

<a id="top_of_page"></a>

flatpak-build-update-repo(1) — Linux manual page


<a href="#NAME">NAME</a> | <a href="#SYNOPSIS">SYNOPSIS</a> | <a href="#DESCRIPTION">DESCRIPTION</a> | <a href="#OPTIONS">OPTIONS</a> | <a href="#SEE_ALSO">SEE ALSO</a> | <a href="#COLOPHON">COLOPHON</a>

<span class="headline"><i>FLATPAK BUILD-UPDAT</i>(1)  flatpak build-update-repo  <i>FLATPAK BUILD-UPDAT</i>(1)</span>

<a id="NAME" href="#NAME"></a>NAME         <a href="#top_of_page">top</a>

       flatpak-build-update-repo - Create a repository from a build
       directory

<a id="SYNOPSIS" href="#SYNOPSIS"></a>SYNOPSIS         <a href="#top_of_page">top</a>

       <b>flatpak build-update-repo </b>[OPTION...] LOCATION

<a id="DESCRIPTION" href="#DESCRIPTION"></a>DESCRIPTION         <a href="#top_of_page">top</a>

       Updates repository metadata for the repository at LOCATION. This
       command generates an OSTree summary file that lists the contents
       of the repository. The summary is used by flatpak remote-ls and
       other commands to display the contents of remote repositories.

       After this command, LOCATION can be used as the repository
       location for flatpak remote-add, either by exporting it over http,
       or directly with a file: url.

<a id="OPTIONS" href="#OPTIONS"></a>OPTIONS         <a href="#top_of_page">top</a>

       The following options are understood:

       <b>-h</b>, <b>--help</b>
           Show help options and exit.

       <b>--redirect-url=URL</b>
           Redirect this repo to a new URL.

       <b>--title=TITLE</b>
           A title for the repository, e.g. for display in a UI. The
           title is stored in the repository summary.

       <b>--comment=COMMENT</b>
           A single-line comment for the remote, e.g. for display in a
           UI. The comment is stored in the repository summary.

       <b>--description=DESCRIPTION</b>
           A full-paragraph description for the remote, e.g. for display
           in a UI. The description is stored in the repository summary.

       <b>--homepage=URL</b>
           URL for a website for the remote, e.g. for display in a UI.
           The url is stored in the repository summary.

       <b>--icon=URL</b>
           URL for an icon for the remote, e.g. for display in a UI. The
           url is stored in the repository summary.

       <b>--default-branch=BRANCH</b>
           A default branch for the repository, mainly for use in a UI.

       <b>--gpg-import=FILE</b>
           Import a new default GPG public key from the given file.

       <b>--collection-id=COLLECTION-ID</b>
           The globally unique identifier of the remote repository, to
           allow mirrors to be grouped. This must be set to a globally
           unique reverse DNS string if the repository is to be made
           publicly available. If a collection ID is already set on an
           existing repository, this will update it. If not specified,
           the existing collection ID will be left unchanged.

       <b>--deploy-collection-id</b>
           Deploy the collection ID (set using <b>--collection-id</b>) in the
           static remote configuration for all clients. This is
           irrevocable once published in a repository. Use it to decide
           when to roll out a collection ID to users of an existing
           repository. If constructing a new repository which has a
           collection ID, you should typically always pass this option.

       <b>--deploy-sideload-collection-id</b>
           This is similar to --deploy-collection-id, but it only applies
           the deploy to clients newer than flatpak 1.7 which supports
           the new form of sideloads.

       <b>--gpg-sign=KEYID</b>
           Sign the commit with this GPG key. This option can be used
           multiple times.

       <b>--gpg-homedir=PATH</b>
           GPG Homedir to use when looking for keyrings

       <b>--generate-static-deltas</b>
           Generate static deltas for all references. This generates
           from-empty and delta static files that allow for faster
           download.

       <b>--static-delta-jobs=NUM-JOBS</b>
           Limit the number of parallel jobs creating static deltas. The
           default is the number of cpus.

       <b>--static-delta-ignore-ref=PATTERN</b>
           Don't generate deltas for runtime or application id matching
           this pattern. For instance,
           --static-delta-ignore-ref=*.Sources means there will not be
           any deltas for source refs.

       <b>--prune</b>
           Remove unreferenced objects in repo.

       <b>--prune-depth</b>
           Only keep at most this number of old versions for any
           particular ref. Default is -1 which means infinite.

       <b>-v</b>, <b>--verbose</b>
           Print debug information during command processing.

       <b>--ostree-verbose</b>
           Print OSTree debug information during command processing.

<a id="SEE_ALSO" href="#SEE_ALSO"></a>SEE ALSO         <a href="#top_of_page">top</a>

       <b>ostree</b>(1), <a href="../man1/flatpak.1.html">flatpak(1)</a>, <a href="../man1/flatpak-remote-ls.1.html">flatpak-remote-ls(1)</a>,
       <a href="../man1/flatpak-build-export.1.html">flatpak-build-export(1)</a>

<a id="COLOPHON" href="#COLOPHON"></a>COLOPHON         <a href="#top_of_page">top</a>

       This page is part of the <i>flatpak</i> (a tool for building and
       distributing desktop applications on Linux) project.  Information
       about the project can be found at ⟨<a href="http://flatpak.org/">http://flatpak.org/</a>⟩.  It is
       not known how to report bugs for this man page; if you know,
       please send a mail to man-pages@man7.org.  This page was obtained
       from the project's upstream Git repository
       ⟨<a href="https://github.com/flatpak/flatpak">https://github.com/flatpak/flatpak</a>⟩ on 2025-02-02.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2025-01-14.)  If you discover any rendering
       problems in this HTML version of the page, or you believe there is
       a better or more up-to-date source for the page, or you have
       corrections or improvements to the information in this COLOPHON
       (which is <i>not</i> part of the original manual page), send a mail to
       man-pages@man7.org

<span class="footline">flatpak                                            <i>FLATPAK BUILD-UPDAT</i>(1)</span>

Pages that refer to this page: <a href="../man1/flatpak.1.html">flatpak(1)</a>,  <a href="../man1/flatpak-build-bundle.1.html">flatpak-build-bundle(1)</a>,  <a href="../man1/flatpak-build-commit-from.1.html">flatpak-build-commit-from(1)</a>,  <a href="../man1/flatpak-build-export.1.html">flatpak-build-export(1)</a>,  <a href="../man1/flatpak-build-import-bundle.1.html">flatpak-build-import-bundle(1)</a>,  <a href="../man1/flatpak-repo.1.html">flatpak-repo(1)</a>





<script type="text/javascript"> var sc_project=7422636; var sc_invisible=1; var sc_security="9b6714ff"; </script> <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>

<noscript>

<a title="Web Analytics

Made Easy - StatCounter" href="https://statcounter.com/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/7422636/0/9b6714ff/1/" alt="Web Analytics Made Easy -

StatCounter"></a>

</noscript>



<script type="text/javascript">

 var _gaq = _gaq || [];
 _gaq.push(['_setAccount', 'UA-9830363-8']);
 _gaq.push(['_trackPageview']);
 (function() {
   var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
   ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
   var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 })();

</script>


</body> </html>