From de0d8400dfb3b1f06aab70b570ea89dcbcc3fdae Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 16 Oct 2024 09:36:51 -0400 Subject: [PATCH 1/2] Add CODEOWNERS --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..92d5f5a --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default owner for everything in this repository +* @mozilla-services/obs-team From 1e94605d55d789a6fe8f77400f09bc64fd45dc0c Mon Sep 17 00:00:00 2001 From: Will Kahn-Greene Date: Wed, 16 Oct 2024 09:40:24 -0400 Subject: [PATCH 2/2] Update links post-transfer --- HISTORY.rst | 8 ++++++++ README.rst | 23 +++-------------------- pyproject.toml | 6 +++--- 3 files changed, 14 insertions(+), 23 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c7b6087..833d56b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,14 @@ History ======= +2.1.0 (in development) +====================== + +Changes: + +* Transfered repository from willkg to mozilla-services. + + 2.0.0 (April 12th, 2024) ======================== diff --git a/README.rst b/README.rst index 0c7cde9..6daadc2 100644 --- a/README.rst +++ b/README.rst @@ -5,13 +5,13 @@ crashstats-tools Command line tools and library for interacting with Crash Stats (``_). -:Code: https://github.com/willkg/crashstats-tools +:Code: https://github.com/mozilla-services/crashstats-tools :Documentation: Check the ``README.rst`` file :Changelog: Check the ``HISTORY.rst`` file -:Issue tracker: https://github.com/willkg/crashstats-tools/issues +:Issue tracker: https://github.com/mozilla-services/crashstats-tools/issues :License: MPLv2 :Chat: `#crashreporting matrix channel `__ -:Community Participation Guidelines: ``_ +:Community Participation Guidelines: ``_ Installing @@ -29,23 +29,6 @@ environment, and install crashstats-tools and dev dependencies with:: $ pip install -e '.[dev]' -Support -======= - -This is a project that I spent some time on because it seemed helpful to me -and others. I use it regularly for Crash Stats investigations and reprocessing. -However, I'm not you! If you have any problems, please write up an issue in the -issue tracker and I'll get to it when I'm able. - -If you use this, like it, appreciate it, or have any positive feeling, please -give it a GitHub star. That helps me: - -1. have a proxy for knowing whether it's being used -2. prioritize my time working on this project -3. have a hand-wavey list of users in case I have questions and need to ask - for advice - - Tools ===== diff --git a/pyproject.toml b/pyproject.toml index e1b70b9..d1bf67a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,9 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", ] -urls.Homepage = "https://github.com/willkg/crashstats-tools" -urls.Source = "https://github.com/willkg/crashstats-tools" -urls.Issues = "https://github.com/willkg/crashstats-tools" +urls.Homepage = "https://github.com/mozilla-services/crashstats-tools" +urls.Source = "https://github.com/mozilla-services/crashstats-tools" +urls.Issues = "https://github.com/mozilla-services/crashstats-tools" [project.scripts] fetch-data = "crashstats_tools.cmd_fetch_data:fetch_data"