Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: void-repo-bootstrap-1
@ 2023-04-25 17:13 classabbyamp
  2023-04-25 17:14 ` classabbyamp
  2023-04-25 19:45 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-25 17:13 UTC (permalink / raw)
  To: ml

[-- 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
+}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: New package: void-repo-bootstrap-1
  2023-04-25 17:13 [PR PATCH] New package: void-repo-bootstrap-1 classabbyamp
@ 2023-04-25 17:14 ` classabbyamp
  2023-04-25 19:45 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-25 17:14 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43610#issuecomment-1522142670

Comment:
this package is intentionally in `repository=bootstrap` so it can only be accessed intentionally

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: New package: void-repo-bootstrap-1
  2023-04-25 17:13 [PR PATCH] New package: void-repo-bootstrap-1 classabbyamp
  2023-04-25 17:14 ` classabbyamp
@ 2023-04-25 19:45 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-04-25 19:45 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

New package: void-repo-bootstrap-1
https://github.com/void-linux/void-packages/pull/43610

Description:
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**


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-25 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-25 17:13 [PR PATCH] New package: void-repo-bootstrap-1 classabbyamp
2023-04-25 17:14 ` classabbyamp
2023-04-25 19:45 ` [PR PATCH] [Merged]: " classabbyamp

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).