aboutsummaryrefslogtreecommitdiff
// SPDX-License-Identifier: CC0-1.0

// Copyright (C) 2021, 2022 Wojtek Kosior <koszko@koszko.org>
// Copyright (C) 2022 Jacob K
// Available under the terms of Creative Commons Zero v1.0 Universal.

{
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
    "source_name": "bugs-mojang-com-fix-jira-display",
    "copyright":  [
	{"file": "report.spdx"},
	{"file": "LICENSES/CC0-1.0.txt"}
    ],
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/bugs-mojang-com-fix-jira-display",
    "definitions": [{
        "type":        "mapping_and_resource",
        "identifier":  "bugs-mojang-com-fix-jira-display",
        "long_name":   "Mojang Jira display fix",
        "uuid":        "a48f5761-f3c8-4fde-85c5-cbf405ad968f",
        "version":     [2022, 6, 28],
        "revision":    1,
        "description": "Make Mojang Jira pages scrollable.",
        "scripts":     [{"file": "jira-scrollable.js"}],
        "payloads": {
	    // * https://bugs.mojang.com/browse/MC-237493
            "https://bugs.mojang.com/browse/*": {
                "identifier": "bugs-mojang-com-fix-jira-display"
            }
        }
    }],
    "reuse_generate_spdx_report": true
}
t/gnu/installer/newt?id=80387bc7c3966602800116f5be3893c3d3044a96'>installer: Add core dump support....Mathieu Othacehe 2022-10-25installer: welcome: Warn when uvesafb gets used....pelzflorian (Florian Pelz) 2022-10-20installer: Add a missing confirmation page before formatting....Mathieu Othacehe 2022-10-20installer: Propose the user to report a "guix system init" failure....Mathieu Othacehe 2022-10-17installer: Factorize url-alive? in internet check....Andrew Tropin 2022-10-17installer: Relax internet check availability criteria....aleksandr barakin 2022-10-17guix: Fix typos....Julien Lepiller 2022-10-13installer: partition: Add a confirmation page before formatting....Mathieu Othacehe 2022-09-22installer: Exit console-services page with abort-to-prompt....Josselin Poiret 2022-09-22installer: Return partitions with crypt password as step result....Josselin Poiret 2022-09-22installer: Move <secret> to utils and use it for crypt passwords....Josselin Poiret 2022-04-06installer: user: Forbid root user creation....Mathieu Othacehe 2022-02-02installer: Make dump archive creation optional and selective....Josselin Poiret 2022-02-02installer: Turn passwords into opaque records....Josselin Poiret 2022-02-02installer: Add error page when running external commands....Josselin Poiret 2022-02-02installer: Use named prompt to abort or break installer steps....Josselin Poiret 2022-02-02installer: Replace run-command by invoke in newt/page.scm....Josselin Poiret 2022-02-02installer: Fix run-file-textbox-page when edit-button is #f....Josselin Poiret 2022-02-02installer: Use new installer-log-line everywhere....Josselin Poiret 2022-02-02installer: Add crash dump upload support....Mathieu Othacehe 2022-01-14installer: Check if ci.guix.gnu.org can be reached....Mathieu Othacehe 2022-01-14installer: Ignore small devices....Mathieu Othacehe 2021-12-28installer: Recommend 'ntp-service-type' for non-graphical systems....Leo Famulari 2021-12-28installer: Offer the CUPS printing service on a dedicated page....Leo Famulari S kernels....Ludovic Courtès 2020-09-17guix-install.sh: Support OpenRC....Morgan Smith 2020-09-14daemon: Spawn 'guix authenticate' once for all....Ludovic Courtès 2020-09-14daemon: Move 'Agent' to libutil....Ludovic Courtès 2020-09-14daemon: Isolate signing and signature verification functions....Ludovic Courtès 2020-09-14daemon: Generalize 'HookInstance' to 'Agent'....Ludovic Courtès 2020-09-11daemon: Simplify interface with 'guix authenticate'....Ludovic Courtès