@eht16 commented on this pull request.
> +#!/bin/bash
+#
+# Copyright 2022 The Geany contributors
+# License: GPLv2
+#
+# Create a Debian repository for the Debian distribution
+# requested in the environment variable ${DISTRO}.
+# The repository will be signed with the GnuPG key as found
+# in /gnupg (which must be provided from the caller).
+#
+# This script is meant to be run in a Docker container.
+#
+
+
+# codename -> suite mapping
+declare -A SUITES=([buster]=stable [sid]=unstable)
Updated, thanks.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/7#discussion_r1002517756
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/7/review/[email protected]>