CINXE.COM

Git : Code : Tarmac

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://code.launchpad.net/tarmac/+code" /> <meta charset="UTF-8" /> <title>Git : Code : Tarmac</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/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Tarmac uses the Launchpad API to manage a development focus branch's proposed merges. It will automatically merge approved branch merge proposals and push them back up to Launchpad. " /> <meta property="og:description" content="Tarmac uses the Launchpad API to manage a development focus branch's proposed merges. It will automatically merge approved branch merge proposals and push them back up to Launchpad. " /> <meta property="og:title" content="Git : Code : Tarmac" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://code.launchpad.net/tarmac/+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/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', 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/tarmac/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/tarmac"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/tarmac">Tarmac</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/tarmac">Overview</a></li> <li class="branches active"><span>Code</span></li> <li class="bugs"><a href="https://bugs.launchpad.net/tarmac">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/tarmac">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/tarmac">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/tarmac">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="/tarmac/+branches">View Bazaar branches</a> </span> <div class="yui-g first"> <div id="default-repository-management" class="top-portlet"> <div> <dl id="clone-url"> <dt>Get this repository:</dt> <dd class="full-width"> <tt class="command"> git clone <span class="https-url">https://git.launchpad.net/tarmac</span> </tt> <br /> </dd> </dl> <div id="push-directions"> Members of <a href="https://launchpad.net/~tarmac-control-tower">Tarmac Control Tower</a> can upload to this repository. <a href="+login">Log in</a> for directions. </div> <div style="margin-top: 1.5em"> <a class="menu-link-source sprite info" href="https://git.launchpad.net/tarmac">Browse the code</a> </div> </div> </div> <p> <span id="active-review-count"> Tarmac has 4 <a class="menu-link-active_reviews" href="https://code.launchpad.net/tarmac/+activereviews">active reviews</a>. </span> <span id="all-merges"> <a href="+merges">See all merge proposals</a>. </span> </p> </div> <div class="yui-g"> <div id="default-repository-branches" class="portlet"> <h2>Branches</h2> <div> <script type="text/javascript"> function show_git_commit(id) { var div = document.getElementById('git-ref-' + id); if (div) { div.style.display = "block"; } } function hide_git_commit(id) { var div = document.getElementById('git-ref-' + id); if (div) { div.style.display = "none"; } } </script> <table id="gitreftable" class="listing sortable"> <thead> <tr> <th>Name</th> <th>Last Modified</th> <th>Last Commit</th> </tr> </thead> <tbody> <tr> <td> <a href="/~tarmac-control-tower/tarmac/+git/tarmac/+ref/master">master</a> </td> <td> <span class="sortkey">2019-12-17 15:37:09 UTC</span> <time title="2019-12-17 15:37:09 UTC" datetime="2019-12-17T15:37:09+00:00">2019-12-17</time> </td> <td onmouseout="hide_git_commit(0)" onmouseover="show_git_commit(0)"> <div class="lastCommit"> Merge branch 'py3-debian' </div> <div class="popupTitle" id="git-ref-0" onmouseover="hide_commit(0)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~paride" class="sprite person">Paride Legovini</a> <br /> <strong>Author Date:</strong> 2019-12-17 15:37:09 UTC </p> <p>Merge branch &#x27;py3-debian&#x27;</p> </div> </td> </tr> <tr> <td> <a href="/~tarmac-control-tower/tarmac/+git/tarmac/+ref/py2">py2</a> </td> <td> <span class="sortkey">2019-08-05 19:22:31 UTC</span> <time title="2019-08-05 19:22:31 UTC" datetime="2019-08-05T19:22:31+00:00">2019-08-05</time> </td> <td onmouseout="hide_git_commit(1)" onmouseover="show_git_commit(1)"> <div class="lastCommit"> .bzrignore -&gt; .gitignore </div> <div class="popupTitle" id="git-ref-1" onmouseover="hide_commit(1)"> <p> <strong>Author:</strong> <a href="https://launchpad.net/~paride" class="sprite person">Paride Legovini</a> <br /> <strong>Author Date:</strong> 2019-08-05 19:22:31 UTC </p> <p>.bzrignore -&gt; .gitignore</p> </div> </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> &rarr; <strong>2</strong> of 2 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> </div> </div> <div class="yui-g"> <div id="other-repositories" class="portlet"> <h2>Other repositories</h2> <div id="gitrepositories-table-listing"> <table class="listing"> <thead> <tr> <th>Name</th> <th>Last Modified</th> </tr> </thead> <tbody> <tr> <td> <a href="/~jelmer/tarmac/+git/tarmac">lp:~jelmer/tarmac</a> </td> <td>2023-11-07</td> </tr> <tr> <td> <a href="/~tarmac-control-tower/tarmac/+git/tarmac">lp:tarmac</a> </td> <td>2019-12-17</td> </tr> <tr> <td> <a href="/~paride/tarmac/+git/tarmac">lp:~paride/tarmac</a> </td> <td>2019-12-16</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> &rarr; <strong>3</strong> of 3 results </td> <td style="text-align: right; white-space: nowrap" class="batch-navigation-links"> <span class="first inactive">First</span> &bull; <span class="previous inactive">Previous</span> &bull; <span class="next inactive"><strong>Next</strong></span> &bull; <span class="last inactive">Last</span> </td> </tr> </tbody> </table> </div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="branch-portlet"> <div id="privacy" class="first portlet public"> <span id="privacy-text"> You can't create new repositories for Tarmac. </span> </div> </div> </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> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <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"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<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": {}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}, "PUBLICSECURITY": {"value": "PUBLICSECURITY", "description": "Everyone can see this security related information.\n", "name": "Public Security", "order": 1, "is_private": false, "description_css_class": "choice-description"}, "PRIVATESECURITY": {"value": "PRIVATESECURITY", "description": "Only the security group can see this information.\n ", "name": "Private Security", "order": 2, "is_private": true, "description_css_class": "choice-description"}, "USERDATA": {"value": "USERDATA", "description": "Only shared with users permitted to see private user information.\n", "name": "Private", "order": 3, "is_private": true, "description_css_class": "choice-description"}}, "context": {"self_link": "https://code.launchpad.net/api/devel/tarmac", "web_link": "https://launchpad.net/tarmac", "resource_type_link": "https://code.launchpad.net/api/devel/#project", "translations_usage": "Launchpad", "official_answers": true, "official_blueprints": true, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://code.launchpad.net/api/devel/tarmac/all_specifications", "valid_specifications_collection_link": "https://code.launchpad.net/api/devel/tarmac/valid_specifications", "bug_reporting_guidelines": null, "bug_reported_acknowledgement": null, "official_bug_tags": [], "recipes_collection_link": "https://code.launchpad.net/api/devel/tarmac/recipes", "webhooks_collection_link": "https://code.launchpad.net/api/devel/tarmac/webhooks", "bug_supervisor_link": "https://code.launchpad.net/api/devel/~tarmac-control-tower", "active_milestones_collection_link": "https://code.launchpad.net/api/devel/tarmac/active_milestones", "all_milestones_collection_link": "https://code.launchpad.net/api/devel/tarmac/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "Tarmac", "icon_link": "https://code.launchpad.net/api/devel/tarmac/icon", "logo_link": "https://code.launchpad.net/api/devel/tarmac/logo", "name": "tarmac", "owner_link": "https://code.launchpad.net/api/devel/~tarmac-control-tower", "project_group_link": "https://code.launchpad.net/api/devel/lpx", "title": "Tarmac", "registrant_link": "https://code.launchpad.net/api/devel/~rockstar", "driver_link": "https://code.launchpad.net/api/devel/~tarmac-control-tower", "summary": "Tarmac is an automatic branch lander for the Bazaar branches hosted on Launchpad.", "description": "Tarmac uses the Launchpad API to manage a development focus branch's proposed merges. It will automatically merge approved branch merge proposals and push them back up to Launchpad.\n", "date_created": "2009-02-04T18:02:09.700219+00:00", "homepage_url": null, "wiki_url": null, "screenshots_url": null, "download_url": null, "programming_language": "python", "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://code.launchpad.net/api/devel/tarmac/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["GNU GPL v3"], "license_info": null, "bug_tracker_link": null, "series_collection_link": "https://code.launchpad.net/api/devel/tarmac/series", "development_focus_link": "https://code.launchpad.net/api/devel/tarmac/trunk", "releases_collection_link": "https://code.launchpad.net/api/devel/tarmac/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Git", "http_etag": "\"4e9a99c112986c31a481fc1a6cd1978503dd3493-fe94ec5a3a6c19844af7f02bb4de0936311ed5bb\""}};</script> </body> <!-- Facet name: branches Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 29 queries/external actions issued in 0.25 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} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10