From: Angelo Compagnucci <angelo@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 0/7] New infrastructure for golang packages
Date: Wed, 7 Mar 2018 23:19:32 +0100 [thread overview]
Message-ID: <1520461179-31679-1-git-send-email-angelo@amarulasolutions.com> (raw)
This series add a new pkg-golang infrastructure and converts some of the
packages based on go.
Changelog:
v2 -> v3:
* Fixed a bug with GOBIN variable
* Fixed mender package
v1 -> v2:
* Completed the conversion of all golang packages to the new infrastructure
adding docker-engine
* Added a new package. mender
Angelo Compagnucci (7):
package/pkg-golang: new package infrastructure
docs/manual: adding documentation for the golang infrastructure
package/flannel: converting to golang infrastructure
package/runc: converting to golang infrastructure
package/docker-containerd: converting to golang infrastructure
package/docker-engine: converting to golang infrastructure
package/mender: new package
docs/manual/adding-packages-golang.txt | 116 +++++++++++++++++++++++
docs/manual/adding-packages.txt | 2 +
package/Config.in | 1 +
package/Makefile.in | 1 +
package/docker-containerd/docker-containerd.mk | 37 +++-----
package/docker-engine/docker-engine.mk | 53 ++++-------
package/flannel/flannel.mk | 32 +------
package/mender/Config.in | 14 +++
package/mender/mender-device-identity | 52 +++++++++++
package/mender/mender-inventory-hostinfo | 21 +++++
package/mender/mender-inventory-network | 47 ++++++++++
package/mender/mender.conf | 14 +++
package/mender/mender.hash | 2 +
package/mender/mender.mk | 39 ++++++++
package/mender/mender.service | 15 +++
package/mender/server.crt | 22 +++++
package/mender/tenant.conf | 0
package/pkg-golang.mk | 123 +++++++++++++++++++++++++
package/runc/runc.mk | 37 +-------
19 files changed, 510 insertions(+), 118 deletions(-)
create mode 100644 docs/manual/adding-packages-golang.txt
create mode 100644 package/mender/Config.in
create mode 100644 package/mender/mender-device-identity
create mode 100644 package/mender/mender-inventory-hostinfo
create mode 100644 package/mender/mender-inventory-network
create mode 100644 package/mender/mender.conf
create mode 100644 package/mender/mender.hash
create mode 100644 package/mender/mender.mk
create mode 100644 package/mender/mender.service
create mode 100644 package/mender/server.crt
create mode 100644 package/mender/tenant.conf
create mode 100644 package/pkg-golang.mk
--
2.7.4
next reply other threads:[~2018-03-07 22:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 22:19 Angelo Compagnucci [this message]
2018-03-07 22:19 ` [Buildroot] [PATCH v3 1/7] package/pkg-golang: new package infrastructure Angelo Compagnucci
2018-03-07 22:19 ` [Buildroot] [PATCH v3 2/7] docs/manual: adding documentation for the golang infrastructure Angelo Compagnucci
2018-03-07 22:19 ` [Buildroot] [PATCH v3 3/7] package/flannel: converting to " Angelo Compagnucci
2018-03-07 22:19 ` [Buildroot] [PATCH v3 4/7] package/runc: " Angelo Compagnucci
2018-03-07 22:19 ` [Buildroot] [PATCH v3 5/7] package/docker-containerd: " Angelo Compagnucci
2018-03-30 21:53 ` Thomas Petazzoni
2018-03-07 22:19 ` [Buildroot] [PATCH v3 6/7] package/docker-engine: " Angelo Compagnucci
2018-03-07 22:19 ` [Buildroot] [PATCH v3 7/7] package/mender: new package Angelo Compagnucci
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=1520461179-31679-1-git-send-email-angelo@amarulasolutions.com \
--to=angelo@amarulasolutions.com \
--cc=buildroot@busybox.net \
/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