Unable to send Merge Request via email to apkg repository
Hello project maintainer/owner,
I have tried following the process for sending in merge requests via email.
Unfortunately, your email message to GitLab could not be processed.
You are not allowed to perform this action. If you believe this is in error, contact a staff member.
But get rejected by GitLab via the above automatic response from the system.
patch
From 930471a7dff4cf660eecf4ab77a137500a5befcc Mon Sep 17 00:00:00 2001
From: user <user@example.com>
Date: Wed, 1 Mar 2023 14:31:05 +0100
Subject: [PATCH] Distro: Add Pop_OS! (Ubuntu derivative) to SUPPORTED_DISTROS
---
apkg/pkgstyles/deb.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/apkg/pkgstyles/deb.py b/apkg/pkgstyles/deb.py
index 3072aa4..9dff172 100644
--- a/apkg/pkgstyles/deb.py
+++ b/apkg/pkgstyles/deb.py
@@ -42,6 +42,7 @@ SUPPORTED_DISTROS = [
"debian",
"linuxmint",
"raspbian",
+ "pop",
]
DISTRO_REQUIRES = {
'core': ['build-essential'],
--
2.34.1
I am trying to submit this patch to the project via email for adding Pop_OS! as a supported (Ubuntu derivative) distro.
'apkg status' compiled with the patch
$ /usr/bin/apkg status
project name: apkg
project base path: /path/to/project/apkg
project VCS: git
project config: distro/config/apkg.toml (exists)
project compat level: 3 (current)
package templates path: distro/pkg (exists)
package templates:
arch: arch pkgstyle default: arch | manjaro
deb: deb pkgstyle default: ubuntu | debian | linuxmint | raspbian | pop
nix: nix pkgstyle default: nix | nixos
rpm: rpm pkgstyle default: almalinux | centos | fedora | opensuse | oracle | pidora | rhel | rocky | scientific
current distro: pop 22.04 / Pop!_OS 22.04 (jammy)
package style: deb
package template: distro/pkg/deb
Edited by ch