Github messages for voidlinux
 help / color / mirror / Atom feed
From: endigma <endigma@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] docker: refactor, update, segment
Date: Fri, 12 Mar 2021 01:02:54 +0100	[thread overview]
Message-ID: <20210312000254.bMmi0Kj2XWJQZpg4fvew1GaKRj7O7Iow_-dTyub54-E@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29326@inbox.vuxu.org>

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

New review comment by endigma on void-packages repository

https://github.com/void-linux/void-packages/pull/29326#discussion_r592815734

Comment:
I don't get where this is coming from, the template for the docker-cli package looks like this on my branch.

```shell
# Template file for 'docker-cli'
pkgname=docker-cli
version=20.10.5
revision=1
create_wrksrc=yes
build_style=go
go_import_path="github.com/docker/cli"
hostmakedepends="pkg-config tar"
depends="containerd runc iptables xz git"
short_desc="Pack, ship and run any application as a lightweight container - cli"
maintainer="PWA COLLECTIVE <mail@pwa.cya.cx>"
license="Apache-2.0"
homepage="http://www.docker.io"
system_groups="docker"

distfiles="https://github.com/docker/cli/archive/v${version}.tar.gz>cli-$version.tar.gz"

checksum=4ba845f8c7e2e0a2ca1ec6589847159ca8d0d37b609f0e6f78def7a893b9b342

_cli_commit=55c4c88966a912ddb365e2d73a4969e700fc458f
_cli_builddir="cli-$version"

export GO111MODULE=off # go1.16 defaults to on

do_build() {
	export AUTO_GOPATH=1
	export GITCOMMIT=$_cli_commit
	export DISABLE_WARN_OUTSIDE_CONTAINER=1

	mkdir -p "$wrksrc/_cli_builddir"

	cd "$wrksrc/$_cli_builddir"
	mkdir -p src/github.com/docker/
	ln -sf "$wrksrc/$_cli_builddir" src/github.com/docker/cli
	GOPATH="$PWD" LDFLAGS="" VERSION="$version" make dynbinary
}

do_install() {
	vbin $_cli_builddir/build/docker
}

```

  parent reply	other threads:[~2021-03-12  0:02 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-08 18:30 [PR PATCH] " endigma
2021-03-08 18:56 ` endigma
2021-03-08 19:08 ` [PR PATCH] [Updated] " endigma
2021-03-08 19:10 ` endigma
2021-03-08 19:10 ` endigma
2021-03-08 19:12 ` [PR PATCH] [Updated] " endigma
2021-03-08 19:36 ` endigma
2021-03-08 19:37 ` endigma
2021-03-08 19:38 ` endigma
2021-03-11 21:04 ` [PR REVIEW] " ericonr
2021-03-11 21:04 ` ericonr
2021-03-11 21:04 ` ericonr
2021-03-11 21:04 ` ericonr
2021-03-11 21:04 ` ericonr
2021-03-11 23:56 ` [PR REVIEW] " endigma
2021-03-12  0:00 ` endigma
2021-03-12  0:00 ` endigma
2021-03-12  0:01 ` endigma
2021-03-12  0:02 ` endigma [this message]
2021-03-12  0:02 ` [PR REVIEW] " endigma
2021-03-12  0:03 ` [PR PATCH] [Updated] " endigma
2021-03-12  0:05 ` endigma
2021-03-12  0:07 ` [PR PATCH] [Updated] " endigma
2021-03-12  0:13 ` endigma
2021-03-12  0:15 ` endigma
2021-03-12  0:25 ` [PR REVIEW] " sgn
2021-03-12  1:03 ` [PR PATCH] [Updated] " endigma
2021-03-12  2:00 ` [PR REVIEW] " ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:00 ` ahesford
2021-03-12  2:19 ` ericonr
2021-03-12  3:35 ` endigma
2021-03-12  3:39 ` endigma
2021-03-12  3:39 ` endigma
2021-03-12  3:41 ` endigma
2021-03-12  3:42 ` endigma
2021-03-12  3:47 ` endigma
2021-03-12  3:47 ` endigma
2021-03-12  3:49 ` endigma
2021-03-12  3:50 ` endigma
2021-03-12  3:57 ` endigma
2021-03-12  4:00 ` endigma
2021-03-12  4:01 ` endigma
2021-03-12  4:02 ` endigma
2021-03-12  4:02 ` endigma
2021-03-12  4:14 ` endigma
2021-03-12  4:14 ` endigma
2021-03-12  4:21 ` endigma
2021-03-12  4:22 ` endigma
2021-03-12  4:22 ` endigma
2021-03-12  4:23 ` endigma
2021-03-12  4:24 ` endigma
2021-03-12  4:24 ` endigma
2021-03-12  4:30 ` ahesford
2021-03-12  4:30 ` ahesford
2021-03-12  4:30 ` ahesford
2021-03-12  4:30 ` ahesford
2021-03-12  4:30 ` endigma
2021-03-12  4:34 ` [PR PATCH] [Updated] " endigma
2021-03-12  4:36 ` endigma
2021-03-12  4:37 ` [PR REVIEW] " endigma
2021-03-12  4:43 ` [PR PATCH] [Updated] " endigma
2021-03-12  4:43 ` [PR REVIEW] " endigma
2021-03-12  4:48 ` endigma
2021-03-12  4:48 ` endigma
2021-03-12  4:51 ` [PR PATCH] [Updated] " endigma
2021-03-16 15:51 ` endigma
2021-03-16 15:55 ` endigma
2021-03-16 17:24 ` [PR PATCH] [Updated] " rainyuu
2021-03-16 17:26 ` [PR REVIEW] " endigma
2021-03-16 17:26 ` endigma
2021-03-16 17:40 ` [PR PATCH] [Updated] " rainyuu
2021-03-16 18:41 ` rainyuu
2021-03-20 14:42 ` endigma
2021-03-20 15:25 ` dm17
2021-03-20 15:40 ` ahesford
2021-03-20 16:04 ` endigma
2021-03-21  5:40 ` [PR REVIEW] " sgn
2021-03-24 13:10 ` [PR PATCH] [Updated] " radiden
2021-03-24 13:19 ` radiden
2021-03-24 13:26 ` radiden
2021-03-24 13:26 ` radiden
2021-03-25 15:17 ` endigma
2021-03-31  2:38 ` endigma
2021-03-31 18:42 ` [PR PATCH] [Updated] " endigma
2021-03-31 18:42 ` endigma
2021-03-31 18:43 ` endigma
2021-04-01 18:50 ` ahesford
2021-04-01 18:50 ` [PR PATCH] [Closed]: " ahesford

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=20210312000254.bMmi0Kj2XWJQZpg4fvew1GaKRj7O7Iow_-dTyub54-E@z \
    --to=endigma@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).