CINXE.COM
Git : Code : Ubuntu
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://code.launchpad.net/ubuntu/+code" /> <meta charset="UTF-8" /> <title>Git : Code : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/combo.css" /> <meta name="description" content="Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet. " /> <meta property="og:description" content="Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet. " /> <meta property="og:title" content="Git : Code : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/ubuntu/+code" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?lp/', comboBase: '/+combo/rev78860d903de6d6d7dd5a0ade63efaca45d3467e2/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-branches main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://code.launchpad.net/ubuntu/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu">Overview</a></li> <li class="branches active"><span>Code</span></li> <li class="bugs"><a href="https://bugs.launchpad.net/ubuntu">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/ubuntu">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <span class="see-all"> <a href="/ubuntu/+branches">View Bazaar branches</a> </span> <div class="yui-g"> <div id="other-repositories" class="portlet"> <h2>Other repositories</h2> <div id="gitrepositories-table-listing"> <div id="branch-batch-links"> <table style="width: 100%;" class="upper-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>100</strong> of 57307 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://code.launchpad.net/ubuntu/+code?repo_memo=100&repo_start=100" id="upper-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://code.launchpad.net/ubuntu/+code?repo_direction=backwards&repo_start=57300" id="upper-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> <table class="listing"> <thead> <tr> <th>Name</th> <th>Last Modified</th> </tr> </thead> <tbody> <tr> <td> <a href="/~canonical-kernel/ubuntu/+source/linux-signed-oem/+git/noble">lp:~canonical-kernel/ubuntu/+source/linux-signed-oem/+git/noble</a> </td> <td>6 minutes ago</td> </tr> <tr> <td> <a href="/~canonical-kernel/ubuntu/+source/linux-restricted-modules-oem/+git/noble">lp:~canonical-kernel/ubuntu/+source/linux-restricted-modules-oem/+git/noble</a> </td> <td>6 minutes ago</td> </tr> <tr> <td> <a href="/~canonical-kernel/ubuntu/+source/linux-meta-oem/+git/noble">lp:~canonical-kernel/ubuntu/+source/linux-meta-oem/+git/noble</a> </td> <td>7 minutes ago</td> </tr> <tr> <td> <a href="/~canonical-kernel/ubuntu/+source/linux-oem/+git/noble">lp:~canonical-kernel/ubuntu/+source/linux-oem/+git/noble</a> </td> <td>7 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/wesnoth-1.18/+git/wesnoth-1.18">lp:ubuntu/+source/wesnoth-1.18</a> </td> <td>17 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/swell-foop/+git/swell-foop">lp:ubuntu/+source/swell-foop</a> </td> <td>35 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/tools-trace-clojure/+git/tools-trace-clojure">lp:ubuntu/+source/tools-trace-clojure</a> </td> <td>39 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/mariadb/+git/mariadb">lp:ubuntu/+source/mariadb</a> </td> <td>39 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/schleuder-gitlab-ticketing/+git/schleuder-gitlab-ticketing">lp:ubuntu/+source/schleuder-gitlab-ticketing</a> </td> <td>39 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/xdg-terminal-exec/+git/xdg-terminal-exec">lp:ubuntu/+source/xdg-terminal-exec</a> </td> <td>39 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/wayland/+git/wayland">lp:ubuntu/+source/wayland</a> </td> <td>39 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/tracker-miners/+git/tracker-miners">lp:ubuntu/+source/tracker-miners</a> </td> <td>39 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/tinysparql/+git/tinysparql">lp:ubuntu/+source/tinysparql</a> </td> <td>40 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/waycheck/+git/waycheck">lp:ubuntu/+source/waycheck</a> </td> <td>40 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/r-cran-epir/+git/r-cran-epir">lp:ubuntu/+source/r-cran-epir</a> </td> <td>44 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/r-cran-stars/+git/r-cran-stars">lp:ubuntu/+source/r-cran-stars</a> </td> <td>45 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ripe-atlas-tools/+git/ripe-atlas-tools">lp:ubuntu/+source/ripe-atlas-tools</a> </td> <td>47 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rmlint/+git/rmlint">lp:ubuntu/+source/rmlint</a> </td> <td>47 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rust-broot/+git/rust-broot">lp:ubuntu/+source/rust-broot</a> </td> <td>47 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/prometheus-alertmanager/+git/prometheus-alertmanager">lp:ubuntu/+source/prometheus-alertmanager</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/nvidia-open-gpu-kernel-modules/+git/nvidia-open-gpu-kernel-modules">lp:ubuntu/+source/nvidia-open-gpu-kernel-modules</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rust-railway-core/+git/rust-railway-core">lp:ubuntu/+source/rust-railway-core</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rust-railway-api/+git/rust-railway-api">lp:ubuntu/+source/rust-railway-api</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rust-railway-api-derive/+git/rust-railway-api-derive">lp:ubuntu/+source/rust-railway-api-derive</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/metrics-clojure/+git/metrics-clojure">lp:ubuntu/+source/metrics-clojure</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rust-circular-buffer/+git/rust-circular-buffer">lp:ubuntu/+source/rust-circular-buffer</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rust-ntpd/+git/rust-ntpd">lp:ubuntu/+source/rust-ntpd</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/lsof/+git/lsof">lp:ubuntu/+source/lsof</a> </td> <td>48 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/pineapple-pictures/+git/pineapple-pictures">lp:ubuntu/+source/pineapple-pictures</a> </td> <td>49 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/r-cran-curl/+git/r-cran-curl">lp:ubuntu/+source/r-cran-curl</a> </td> <td>49 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/r-cran-catools/+git/r-cran-catools">lp:ubuntu/+source/r-cran-catools</a> </td> <td>49 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/linssid/+git/linssid">lp:ubuntu/+source/linssid</a> </td> <td>49 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/python-nixio/+git/python-nixio">lp:ubuntu/+source/python-nixio</a> </td> <td>50 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/python-rich-click/+git/python-rich-click">lp:ubuntu/+source/python-rich-click</a> </td> <td>50 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/lime/+git/lime">lp:ubuntu/+source/lime</a> </td> <td>50 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/plattenalbum/+git/plattenalbum">lp:ubuntu/+source/plattenalbum</a> </td> <td>50 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ibus/+git/ibus">lp:ubuntu/+source/ibus</a> </td> <td>51 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/dictionaries-common/+git/dictionaries-common">lp:ubuntu/+source/dictionaries-common</a> </td> <td>51 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/golang-github-prometheus-client-golang/+git/golang-github-prometheus-client-golang">lp:ubuntu/+source/golang-github-prometheus-client-golang</a> </td> <td>54 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/golang-golang-x-oauth2/+git/golang-golang-x-oauth2">lp:ubuntu/+source/golang-golang-x-oauth2</a> </td> <td>55 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/org-roam/+git/org-roam">lp:ubuntu/+source/org-roam</a> </td> <td>55 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ga/+git/ga">lp:ubuntu/+source/ga</a> </td> <td>55 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/legit/+git/legit">lp:ubuntu/+source/legit</a> </td> <td>55 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/java-jmx-clojure/+git/java-jmx-clojure">lp:ubuntu/+source/java-jmx-clojure</a> </td> <td>56 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/zeal/+git/zeal">lp:ubuntu/+source/zeal</a> </td> <td>57 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/cvsweb/+git/cvsweb">lp:ubuntu/+source/cvsweb</a> </td> <td>57 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/hiccup-clojure/+git/hiccup-clojure">lp:ubuntu/+source/hiccup-clojure</a> </td> <td>57 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/instaparse-clojure/+git/instaparse-clojure">lp:ubuntu/+source/instaparse-clojure</a> </td> <td>57 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/dcmtk/+git/dcmtk">lp:ubuntu/+source/dcmtk</a> </td> <td>57 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/gir-rust-code-generator/+git/gir-rust-code-generator">lp:ubuntu/+source/gir-rust-code-generator</a> </td> <td>58 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/hx/+git/hx">lp:ubuntu/+source/hx</a> </td> <td>58 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/osc/+git/osc">lp:ubuntu/+source/osc</a> </td> <td>58 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/gnome-shell-extension-desktop-icons-ng/+git/gnome-shell-extension-desktop-icons-ng">lp:ubuntu/+source/gnome-shell-extension-desktop-icons-ng</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/half/+git/half">lp:ubuntu/+source/half</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ukui-screensaver/+git/ukui-screensaver">lp:ubuntu/+source/ukui-screensaver</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/osm2pgsql/+git/osm2pgsql">lp:ubuntu/+source/osm2pgsql</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/double-conversion/+git/double-conversion">lp:ubuntu/+source/double-conversion</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/files-to-prompt/+git/files-to-prompt">lp:ubuntu/+source/files-to-prompt</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/siril/+git/siril">lp:ubuntu/+source/siril</a> </td> <td>59 minutes ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/sylpheed/+git/sylpheed">lp:ubuntu/+source/sylpheed</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/xdg-desktop-portal-gnome/+git/xdg-desktop-portal-gnome">lp:ubuntu/+source/xdg-desktop-portal-gnome</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/tomopy/+git/tomopy">lp:ubuntu/+source/tomopy</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/uprightdiff/+git/uprightdiff">lp:ubuntu/+source/uprightdiff</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/texstudio/+git/texstudio">lp:ubuntu/+source/texstudio</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ukui-greeter/+git/ukui-greeter">lp:ubuntu/+source/ukui-greeter</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/validns/+git/validns">lp:ubuntu/+source/validns</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ukui-biometric-manager/+git/ukui-biometric-manager">lp:ubuntu/+source/ukui-biometric-manager</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ruby-clockwork/+git/ruby-clockwork">lp:ubuntu/+source/ruby-clockwork</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/sparse/+git/sparse">lp:ubuntu/+source/sparse</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/timbl/+git/timbl">lp:ubuntu/+source/timbl</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/proftpd-dfsg/+git/proftpd-dfsg">lp:ubuntu/+source/proftpd-dfsg</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ssvnc/+git/ssvnc">lp:ubuntu/+source/ssvnc</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/rygel/+git/rygel">lp:ubuntu/+source/rygel</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/python-netdisco/+git/python-netdisco">lp:ubuntu/+source/python-netdisco</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/shiro/+git/shiro">lp:ubuntu/+source/shiro</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/scikit-build/+git/scikit-build">lp:ubuntu/+source/scikit-build</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/radicale/+git/radicale">lp:ubuntu/+source/radicale</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ruby-posix-spawn/+git/ruby-posix-spawn">lp:ubuntu/+source/ruby-posix-spawn</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/podman/+git/podman">lp:ubuntu/+source/podman</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ruby-maxitest/+git/ruby-maxitest">lp:ubuntu/+source/ruby-maxitest</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ruby-fast-xs/+git/ruby-fast-xs">lp:ubuntu/+source/ruby-fast-xs</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/ruby-jekyll-gist/+git/ruby-jekyll-gist">lp:ubuntu/+source/ruby-jekyll-gist</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/php-doctrine-persistence/+git/php-doctrine-persistence">lp:ubuntu/+source/php-doctrine-persistence</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/python-promise/+git/python-promise">lp:ubuntu/+source/python-promise</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/python-coverage/+git/python-coverage">lp:ubuntu/+source/python-coverage</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/qqwing/+git/qqwing">lp:ubuntu/+source/qqwing</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/qimgv/+git/qimgv">lp:ubuntu/+source/qimgv</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/pyvesync/+git/pyvesync">lp:ubuntu/+source/pyvesync</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/php-netscape-bookmark-parser/+git/php-netscape-bookmark-parser">lp:ubuntu/+source/php-netscape-bookmark-parser</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/performous/+git/performous">lp:ubuntu/+source/performous</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/python-msgspec/+git/python-msgspec">lp:ubuntu/+source/python-msgspec</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/py-nextbusnext/+git/py-nextbusnext">lp:ubuntu/+source/py-nextbusnext</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/pytest-pretty/+git/pytest-pretty">lp:ubuntu/+source/pytest-pretty</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/perdition/+git/perdition">lp:ubuntu/+source/perdition</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/plfit/+git/plfit">lp:ubuntu/+source/plfit</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/parsnp/+git/parsnp">lp:ubuntu/+source/parsnp</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/pct-scanner-scripts/+git/pct-scanner-scripts">lp:ubuntu/+source/pct-scanner-scripts</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/opencfu/+git/opencfu">lp:ubuntu/+source/opencfu</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/mpi4py/+git/mpi4py">lp:ubuntu/+source/mpi4py</a> </td> <td>1 hour ago</td> </tr> <tr> <td> <a href="/~git-ubuntu-import/ubuntu/+source/libmysofa/+git/libmysofa">lp:ubuntu/+source/libmysofa</a> </td> <td>1 hour ago</td> </tr> </tbody> </table> <table style="width: 100%;" class="lower-batch-nav"> <tbody> <tr> <td style="white-space: nowrap" class="batch-navigation-index"> <strong>1</strong> → <strong>100</strong> of 57307 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> • <span class="previous inactive">Previous</span> • <a class="next" rel="next" href="https://code.launchpad.net/ubuntu/+code?repo_memo=100&repo_start=100" id="lower-batch-nav-batchnav-next"><strong>Next</strong></a> • <a class="last" rel="last" href="https://code.launchpad.net/ubuntu/+code?repo_direction=backwards&repo_start=57300" id="lower-batch-nav-batchnav-last">Last</a> </td> </tr> </tbody> </table> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 78860d9 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://code.launchpad.net/api/devel/ubuntu", "web_link": "https://launchpad.net/ubuntu", "resource_type_link": "https://code.launchpad.net/api/devel/#distribution", "translations_usage": "Launchpad", "official_answers": true, "official_blueprints": true, "official_codehosting": false, "official_bugs": true, "information_type": "Public", "active": true, "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "all_specifications_collection_link": "https://code.launchpad.net/api/devel/ubuntu/all_specifications", "valid_specifications_collection_link": "https://code.launchpad.net/api/devel/ubuntu/valid_specifications", "bug_reporting_guidelines": "Are you uncertain if your issue is really a bug? Then ask a support question about Ubuntu at http://answers.launchpad.net/ubuntu/ - these can be made into bugs later. Another support venue is http://askubuntu.com.\n\nIf you are certain this is a bug please include the source package the bug is in. For help see https://wiki.ubuntu.com/Bugs/FindRightPackage.\n\nWe also need:\n\n1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -\u003e About Ubuntu\n2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center\n3) What you expected to happen\n4) What happened instead\n\nMost of this information is gathered when you use apport to report the bug. See https://help.ubuntu.com/community/ReportingBugs for complete details.\n\nThe Ubuntu community has also created debugging procedures for a wide variety of packages at https://wiki.ubuntu.com/DebuggingProcedures. Following the debugging instructions for the affected package will make your bug report much more complete. Thanks!", "content_templates": null, "bug_reported_acknowledgement": "Thank you for spending your time helping to make Ubuntu better with this bug report. Reporting a bug is the first step in the bug fixing process. As a part of that process you may need to answer some questions to help developers work on your bug. You can learn more about how we triage bug reports at http://wiki.ubuntu.com/Bugs/HowToTriage.\n", "official_bug_tags": ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland"], "webhooks_collection_link": "https://code.launchpad.net/api/devel/ubuntu/webhooks", "bug_supervisor_link": "https://code.launchpad.net/api/devel/~ubuntu-bugcontrol", "active_milestones_collection_link": "https://code.launchpad.net/api/devel/ubuntu/active_milestones", "all_milestones_collection_link": "https://code.launchpad.net/api/devel/ubuntu/all_milestones", "translationgroup_link": "https://code.launchpad.net/api/devel/+groups/ubuntu-translators", "translationpermission": "Restricted", "private": false, "name": "ubuntu", "display_name": "Ubuntu", "title": "Ubuntu", "icon_link": "https://code.launchpad.net/api/devel/ubuntu/icon", "logo_link": "https://code.launchpad.net/api/devel/ubuntu/logo", "owner_link": "https://code.launchpad.net/api/devel/~techboard", "homepage_content": null, "mugshot_link": "https://code.launchpad.net/api/devel/ubuntu/mugshot", "summary": "Ubuntu is a complete Linux-based operating system, freely available with both community and professional support.", "description": "Ubuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installation over the internet.\n", "domain_name": "ubuntu.com", "registrant_link": "https://code.launchpad.net/api/devel/~techboard", "date_created": "2005-12-31T23:59:51+00:00", "driver_link": "https://code.launchpad.net/api/devel/~ubuntu-drivers", "members_link": "https://code.launchpad.net/api/devel/~ubuntumembers", "mirror_admin_link": "https://code.launchpad.net/api/devel/~ubuntu-mirror-admins", "archive_mirrors_collection_link": "https://code.launchpad.net/api/devel/ubuntu/archive_mirrors", "cdimage_mirrors_collection_link": "https://code.launchpad.net/api/devel/ubuntu/cdimage_mirrors", "oci_project_admin_link": null, "series_collection_link": "https://code.launchpad.net/api/devel/ubuntu/series", "derivatives_collection_link": "https://code.launchpad.net/api/devel/ubuntu/derivatives", "current_series_link": "https://code.launchpad.net/api/devel/ubuntu/plucky", "official_packages": true, "supports_ppas": true, "supports_mirrors": true, "main_archive_link": "https://code.launchpad.net/api/devel/ubuntu/+archive/primary", "archives_collection_link": "https://code.launchpad.net/api/devel/ubuntu/archives", "redirect_release_uploads": true, "development_series_alias": "devel", "vcs": "Git", "default_traversal_policy": "Series", "redirect_default_traversal": false, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "security_admin_link": "https://code.launchpad.net/api/devel/~ubuntu-security", "vulnerabilities_collection_link": "https://code.launchpad.net/api/devel/ubuntu/vulnerabilities", "code_admin_link": "https://code.launchpad.net/api/devel/~git-ubuntu-import", "http_etag": "\"1e963c2763942db339a855d2c602b7f5ba7b5e72-5986f18f4f45719aa5c9fb9336098b7d6ac7e9a6\""}};</script> </body> <!-- Facet name: branches Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 27 queries/external actions issued in 0.50 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r78860d9 --> </html>