← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~enriqueesanchz/launchpad:code-bazaar-deprecate-date into launchpad:master

 

Enrique Sánchez has proposed merging ~enriqueesanchz/launchpad:code-bazaar-deprecate-date into launchpad:master.

Commit message:
Add bazaar deprecation date to code.launchpad.net

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/489773
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~enriqueesanchz/launchpad:code-bazaar-deprecate-date into launchpad:master.
diff --git a/lib/lp/code/templates/bazaar-index.pt b/lib/lp/code/templates/bazaar-index.pt
index 2a5cee7..0afc8df 100644
--- a/lib/lp/code/templates/bazaar-index.pt
+++ b/lib/lp/code/templates/bazaar-index.pt
@@ -38,9 +38,12 @@
       </script>
 
       <p id="application-summary">
+        <a href="http://bazaar.canonical.com/";>Bazaar</a> will be deprecated
+        in October 2025.
+      </p>
+      <p id="application-summary">
         Launchpad can host your project&#8217;s source code
-        using the <a href="http://bazaar.canonical.com/";>Bazaar</a>
-        or the <a href="https://git-scm.com/";>Git</a>
+        using the the <a href="https://git-scm.com/";>Git</a>
         version control system.
         We also import
         <tal:XXX condition="nothing">

Follow ups