From 652be03a17b30089cf78e9f1f815eae1634a6a14 Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Thu, 14 Mar 2024 16:08:40 -0700 Subject: [PATCH 1/5] add /docs/doctrees to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 41cfc2549d..a89f677c1a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /local/* /logs/* /template/en/custom +/docs/doctrees /docs/en/rst/extensions/* /docs/en/rst/api/extensions/* /docs/en/html From cf4853fbaab3e7cc035714fb18ec19d2a5956a91 Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Thu, 14 Mar 2024 16:09:06 -0700 Subject: [PATCH 2/5] Update links --- contribute.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contribute.json b/contribute.json index dd0f8698fc..36d4d18d0f 100644 --- a/contribute.json +++ b/contribute.json @@ -2,10 +2,10 @@ "name": "bugzilla.mozilla.org (BMO)", "description": "Bugzilla based bug tracking system used by various Mozilla projects.", "repository": { - "url": "https://github.com/mozilla-bteam/bmo", + "url": "https://github.com/bugzilla/bugzilla", "license": "MPL2", "type": "git", - "clone": "https://github.com/mozilla-bteam/bmo.git", + "clone": "https://github.com/bugzilla/bugzilla.git", "tests": "https://treeherder.mozilla.org/#/jobs?repo=bmo-master" }, "keywords": [ @@ -17,13 +17,13 @@ "jQuery" ], "participate": { - "home": "https://wiki.mozilla.org/BMO", - "docs": "https://bmo.readthedocs.io" + "home": "https://bugzilla.org", + "docs": "https://bugzilla.readthedocs.io" }, "bugs": { - "list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=bugzilla.mozilla.org", - "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=bugzilla.mozilla.org", - "mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=bugzilla.mozilla.org" + "list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=Bugzilla", + "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla", + "mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=Bugzilla" }, "urls": { "prod": "https://bugzilla.mozilla.org", From 96c9dd8e2dcd91435b6efcea26fc5f970f15c0d3 Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Thu, 14 Mar 2024 16:09:33 -0700 Subject: [PATCH 3/5] Correct link for docs bugs, remove 'here'-ism --- docs/en/rst/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/rst/conf.py b/docs/en/rst/conf.py index 075f13ace2..1432bce301 100644 --- a/docs/en/rst/conf.py +++ b/docs/en/rst/conf.py @@ -120,8 +120,8 @@ ---------- -This documentation undoubtedly has bugs; if you find some, please file -them `here `_. +To report bugs in and suggest updates for this documentation, please file +them `on our bug tracker `_. """ # -- Options for HTML output --------------------------------------------------- From 89f9bba2a58d147ec49536d7beffad21019123bd Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Tue, 19 Mar 2024 01:23:46 -0700 Subject: [PATCH 4/5] update fields --- contribute.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/contribute.json b/contribute.json index 36d4d18d0f..778515ff67 100644 --- a/contribute.json +++ b/contribute.json @@ -1,12 +1,12 @@ { - "name": "bugzilla.mozilla.org (BMO)", - "description": "Bugzilla based bug tracking system used by various Mozilla projects.", + "name": "Bugzilla Harmony", + "description": "The software solution designed to drive software development, which lets you plan, organize and release software on your own teams' schedule.", "repository": { - "url": "https://github.com/bugzilla/bugzilla", + "url": "https://github.com/bugzilla/harmony", "license": "MPL2", "type": "git", - "clone": "https://github.com/bugzilla/bugzilla.git", - "tests": "https://treeherder.mozilla.org/#/jobs?repo=bmo-master" + "clone": "https://github.com/bugzilla/harmony.git", + "tests": "https://app.circleci.com/pipelines/github/bugzilla/harmony" }, "keywords": [ "CSS", @@ -24,10 +24,5 @@ "list": "https://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&product=Bugzilla", "report": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla", "mentored": "https://bugzilla.mozilla.org/buglist.cgi?f1=bug_mentor&o1=isnotempty&bug_status=NEW&product=Bugzilla" - }, - "urls": { - "prod": "https://bugzilla.mozilla.org", - "stage": "https://bugzilla.allizom.org", - "dev": "https://bugzilla-dev.allizom.org" } } From 91b87a18a39e965a25abe4b4f19cba02802fa629 Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Thu, 21 Mar 2024 23:33:40 -0700 Subject: [PATCH 5/5] Switch to GitHub actions for tests --- contribute.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contribute.json b/contribute.json index 778515ff67..294c424b99 100644 --- a/contribute.json +++ b/contribute.json @@ -6,8 +6,8 @@ "license": "MPL2", "type": "git", "clone": "https://github.com/bugzilla/harmony.git", - "tests": "https://app.circleci.com/pipelines/github/bugzilla/harmony" - }, + "tests": "https://github.com/bugzilla/harmony/actions" + }, "keywords": [ "CSS", "HTML",