The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/linuxcontainers.org/pull/387

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Running the command given in the documentation does not work, this
commit fixes the documentation.

Current command gives the following output:

```
$ go get -v -x github.com/lxc/distrobuilder
can't load package: package github.com/lxc/distrobuilder: no Go files in /home/lsix/go/src/github.com/lxc/distrobuilder
```

Signed-off-by: Lancelot SIX <l...@lancelotsix.com>
From 215097ac2b7fcd7f8614fbbc4eb9994034c1e185 Mon Sep 17 00:00:00 2001
From: Lancelot SIX <l...@lancelotsix.com>
Date: Thu, 23 Jan 2020 17:53:01 +0100
Subject: [PATCH] Fix distrobuilder current build instructions

Running the command given in the documentation does not work, this
commit fixes the documentation.

Signed-off-by: Lancelot SIX <l...@lancelotsix.com>
---
 content/distrobuilder/introduction.ja.md | 2 +-
 content/distrobuilder/introduction.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/distrobuilder/introduction.ja.md 
b/content/distrobuilder/introduction.ja.md
index a160161..fdefddb 100644
--- a/content/distrobuilder/introduction.ja.md
+++ b/content/distrobuilder/introduction.ja.md
@@ -42,7 +42,7 @@ The current build can also be installed directly with:
 -->
 最新の状態のビルドを直接次のようにインストールできます:
 
-    go get -v -x github.com/lxc/distrobuilder
+    go get -v -x github.com/lxc/distrobuilder/distrobuilder
 
 # 開発言語、ライセンス、コントリビュート <!-- Language, licensing and contributions -->
 <!--
diff --git a/content/distrobuilder/introduction.md 
b/content/distrobuilder/introduction.md
index 082a17d..f41985a 100644
--- a/content/distrobuilder/introduction.md
+++ b/content/distrobuilder/introduction.md
@@ -20,7 +20,7 @@ Release tarballs can be found in the 
[Downloads](/distrobuilder/downloads) secti
 
 The current build can also be installed directly with:
 
-    go get -v -x github.com/lxc/distrobuilder
+    go get -v -x github.com/lxc/distrobuilder/distrobuilder
 
 # Language, licensing and contributions
 distrobuilder is written in Go, it's free software and is developed under the 
Apache 2 license.
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to