GNU bug report logs - #75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sun, 29 Dec 2024 12:13:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75176: closed ([PATCH 00/18] Add command-line interface for
 Hetzner Cloud)
Date: Thu, 02 Jan 2025 17:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 02 Jan 2025 17:18:47 +0000
with message-id <87wmfdjfrc.fsf <at> gmail.com>
and subject line [PATCH 00/18] Add command-line interface for Hetzner Cloud
has caused the debbugs.gnu.org bug report #75176,
regarding [PATCH 00/18] Add command-line interface for Hetzner Cloud
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75176: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75176
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Roman Scherer <roman <at> burningswell.com>
To: guix-patches <at> gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [PATCH 00/18] Add command-line interface for Hetzner Cloud
Date: Sun, 29 Dec 2024 13:12:28 +0100
Hello Guix,

this patch series adds the hcloud command to Guix, a command-line interface
for the Hetzner Cloud service.

Could you please review it?

Thanks, Roman.

Roman Scherer (18):
  gnu: Add go-github-com-fatih-structs.
  gnu: Add go-github-com-guptarohit-asciigraph.
  gnu: Add go-github-com-jmattheis-goverter.
  gnu: Add go-github-com-vburenin-ifacemaker.
  gnu: Add go-github-com-jedib0t-go-pretty-list.
  gnu: Add go-github-com-jedib0t-go-pretty-progress.
  gnu: Add go-github-com-jedib0t-go-pretty-table.
  gnu: Add go-github-com-jedib0t-go-pretty-text.
  gnu: Add go-github-com-bool64-dev.
  gnu: Add go-github-com-bool64-shared.
  gnu: Add go-github-com-iancoleman-orderedmap.
  gnu: Add go-github-com-yosuke-furukawa-json5.
  gnu: Add go-github-com-sergi-go-diff-diffmatchpatch.
  gnu: Add go-github-com-yudai-golcs.
  gnu: Add go-github-com-yudai-gojsondiff.
  gnu: Add go-github-com-swaggest-assertjson.
  gnu: Add go-github-com-hetznercloud-hcloud-go.
  gnu: Add go-github-com-hetznercloud-cli.

 gnu/packages/admin.scm      |  80 ++++++++
 gnu/packages/golang-xyz.scm | 379 ++++++++++++++++++++++++++++++++++++
 2 files changed, 459 insertions(+)


base-commit: 831b94a1efcea8f793afc949b5123a6235c9bb1a
--
2.47.1


[Message part 3 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 75176-done <at> debbugs.gnu.org
Subject: [PATCH 00/18] Add command-line interface for Hetzner Cloud
Date: Thu, 02 Jan 2025 17:18:47 +0000
[Message part 4 (text/plain, inline)]
Hi,

Thank you for the patches!

I've addjusted some of them and shifted to apropriate golang-*.scm
modules, all tests are enabled and made sure are passed, vednor
directory removed.

- patches [15/15]
  - [X] gnu: Add go-github-com-fatih-structs.
  - [X] gnu: Add go-github-com-guptarohit-asciigraph.
  - [X] gnu: Add go-github-com-jmattheis-goverter.
    - enable tests
    - remvoe examples
    - move go-github-com-stretchr-testify to native-inputs
  - [X] gnu: Add go-github-com-vburenin-ifacemaker.
    - add go-ifacemaker
  - [X] go-github-com-jedib0t-go-pretty-v6
    merge them as one package as no dedicated go.mod
    - [X] gnu: Add go-github-com-jedib0t-go-pretty-list.
    - [X] gnu: Add go-github-com-jedib0t-go-pretty-progress.
    - [X] gnu: Add go-github-com-jedib0t-go-pretty-table.
    - [X] gnu: Add go-github-com-jedib0t-go-pretty-text.
  - [X] gnu: Add go-github-com-bool64-dev.
    - place in golang-check
  - [X] gnu: Add go-github-com-bool64-shared.
    - place in golang-check
  - [X] gnu: Add go-github-com-iancoleman-orderedmap.
  - [X] gnu: Add go-github-com-yosuke-furukawa-json5.
  - [X] gnu: Add go-github-com-sergi-go-diff-diffmatchpatch.
    - skip as the same as go-github-com-sergi-go-diff
  - [X] gnu: Add go-github-com-yudai-golcs.
  - [X] gnu: Add go-github-com-yudai-gojsondiff.
  - [X] gnu: Add go-github-com-swaggest-assertjson.
    - place in golang-check
  - [X] gnu: Add go-github-com-hetznercloud-hcloud-go.
    - place in golang-web
  - [X] gnu: Add go-github-com-hetznercloud-cli.


--8<---------------cut here---------------start------------->8---
> ./pre-inst-env guix build --rounds=2 hetznercloud-cli go-github-com-hetznercloud-hcloud-go-v2
go-github-com-swaggest-assertjson go-github-com-yudai-gojsondiff go-github-com-yudai-golcs
go-github-com-yosuke-furukawa-json5 go-github-com-iancoleman-orderedmap go-github-com-bool64-shared
go-github-com-bool64-dev go-github-com-jedib0t-go-pretty-v6 go-github-com-vburenin-ifacemaker
go-github-com-jmattheis-goverter go-github-com-goverter-patherr go-github-com-guptarohit-asciigraph
go-github-com-fatih-structs

/gnu/store/b7nvzx48f0gwvq55zzsb3wb4f1kcbwzi-hetznercloud-cli-1.49.0
/gnu/store/li0pwawd32sb3yfck6yplnd6ryvwz6xg-go-github-com-hetznercloud-hcloud-go-v2-2.17.1
/gnu/store/fj5l9bg49ifpq054azcrbn1vcw8r8c23-go-github-com-swaggest-assertjson-1.9.0
/gnu/store/k27jj998ni8i379lcvxi3rj77ikn02f7-go-github-com-yudai-gojsondiff-1.0.0
/gnu/store/i4pxjnys8wnxyvv4l1l8hcaxcsks9vxi-go-github-com-yudai-golcs-0.0.0-20170316035057-ecda9a501e82
/gnu/store/yxil9ml99l6kdbkikwx0b5zx5nca7b4c-go-github-com-yosuke-furukawa-json5-0.1.1-0.cf7bb3f
/gnu/store/zqgh5p3kbf351ywzc53l4lzg7zalfgm5-go-github-com-iancoleman-orderedmap-0.3.0
/gnu/store/3vwbkp2iyd2w3hmf4v0vr82nxf9382zi-go-github-com-bool64-shared-0.1.5
/gnu/store/6p7f0b65hykd6fv2nsxsx0lygzgif2cx-go-github-com-bool64-dev-0.2.37
/gnu/store/6acjiahi4s8y8swg206hdn2i7y5f08jc-go-github-com-jedib0t-go-pretty-v6-6.6.5
/gnu/store/hfnrzj2ihw24fz26anbimiamafynj074-go-github-com-vburenin-ifacemaker-1.2.1
/gnu/store/wddp2cb5mabpz1y23w8dvqh1rbkpm02a-go-github-com-jmattheis-goverter-1.7.0
/gnu/store/bx5cyjijq0r30m33zbizqp979wakh5qg-go-github-com-goverter-patherr-1.0.0
/gnu/store/4hzjnqfwmyagx3dy2jq13akvmqrwjarj-go-github-com-guptarohit-asciigraph-0.7.3
/gnu/store/v9606i71vpagwsj2zypbacp2plj2q69g-go-github-com-fatih-structs-1.1.0
--8<---------------cut here---------------end--------------->8---

Pushed to go-team branch as:
--8<---------------cut here---------------start------------->8---
ebddd5c8cf * origin/go-team gnu: Add hetznercloud-cli.
5b1854ace8 * gnu: Add go-github-com-hetznercloud-hcloud-go-v2.
9ff3bb047b * gnu: Add go-github-com-swaggest-assertjson.
a5199f4a6c * gnu: Add go-github-com-yudai-gojsondiff.
789eed8c5a * gnu: Add go-github-com-yudai-golcs.
57d278342a * gnu: Add go-github-com-yosuke-furukawa-json5.
2c55e90dea * gnu: Add go-github-com-iancoleman-orderedmap.
fbbb38b652 * gnu: Add go-github-com-bool64-shared.
d4c264231b * gnu: Add go-github-com-bool64-dev.
c368e74208 * gnu: Add go-github-com-jedib0t-go-pretty-v6.
94e9e1b0fb * gnu: Add go-github-com-vburenin-ifacemaker.
e6109ba366 * gnu: Add go-github-com-jmattheis-goverter.
18d86c439d * gnu: Add go-github-com-goverter-patherr.
ee2d9c47fb * gnu: Add go-github-com-guptarohit-asciigraph.
a8f69d190b * gnu: Add go-github-com-fatih-structs.
--8<---------------cut here---------------end--------------->8---

--
Oleg
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 198 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.