Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: void-repo-bootstrap-1
Date: Tue, 25 Apr 2023 19:13:37 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43610@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 615 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages fix-ci-bootstrap
https://github.com/void-linux/void-packages/pull/43610

New package: void-repo-bootstrap-1
first part of the fix for ci

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


A patch file from https://github.com/void-linux/void-packages/pull/43610.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-ci-bootstrap-43610.patch --]
[-- Type: text/x-diff, Size: 1475 bytes --]

From ec7cd7e73107ce2659992bbf8529bea5da3d2ea1 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 25 Apr 2023 13:08:39 -0400
Subject: [PATCH] New package: void-repo-bootstrap-1

---
 srcpkgs/void-repo-bootstrap/template | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 srcpkgs/void-repo-bootstrap/template

diff --git a/srcpkgs/void-repo-bootstrap/template b/srcpkgs/void-repo-bootstrap/template
new file mode 100644
index 000000000000..ee1f1772b30d
--- /dev/null
+++ b/srcpkgs/void-repo-bootstrap/template
@@ -0,0 +1,28 @@
+# Template file for 'void-repo-bootstrap'
+pkgname=void-repo-bootstrap
+version=1
+revision=1
+build_style=meta
+short_desc="Void Linux drop-in file for the bootstrap repository"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="Public Domain"
+homepage="http://www.voidlinux.org"
+repository=bootstrap
+
+do_install() {
+	vmkdir usr/share/xbps.d
+	case "$XBPS_TARGET_MACHINE" in
+		aarch64*)
+			echo "repository=https://repo-default.voidlinux.org/current/aarch64/bootstrap" > \
+				${DESTDIR}/usr/share/xbps.d/00-repository-bootstrap.conf
+			;;
+		*-musl)
+			echo "repository=https://repo-default.voidlinux.org/current/musl/bootstrap" > \
+				${DESTDIR}/usr/share/xbps.d/00-repository-bootstrap.conf
+			;;
+		*)
+			echo "repository=https://repo-default.voidlinux.org/current/bootstrap" > \
+				${DESTDIR}/usr/share/xbps.d/00-repository-bootstrap.conf
+			;;
+	esac
+}

             reply	other threads:[~2023-04-25 17:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25 17:13 classabbyamp [this message]
2023-04-25 17:14 ` classabbyamp
2023-04-25 19:45 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43610@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).