* [PATCH] docker: update SRC_URI
@ 2015-09-16 4:15 Amy Fong
2015-09-16 20:10 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Amy Fong @ 2015-09-16 4:15 UTC (permalink / raw)
To: meta-virtualization
Author: Amy Fong <amy.fong@windriver.com>
Date: Wed Sep 16 00:12:10 2015 -0400
docker: update SRC_URI
branch=release is no longer valid in the git tree,
updating the branch to v1.6.2
Signed-off-by: Amy Fong <amy.fong@windriver.com>
diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
index aa125a3..46714fe 100644
--- a/recipes-containers/docker/docker_git.bb
+++ b/recipes-containers/docker/docker_git.bb
@@ -19,8 +19,9 @@ DESCRIPTION = "Linux container runtime \
"
SRCREV = "7c8fca2ddb58c8d2c4fb4df31c242886df7dd257"
+SRCBRANCH = "v1.6.2"
SRC_URI = "\
- git://github.com/docker/docker.git;branch=release \
+ git://github.com/docker/docker.git;branch=${SRCBRANCH};nobranch=1 \
file://docker.service \
file://docker.init \
file://hi.Dockerfile \
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] docker: update SRC_URI
2015-09-16 4:15 [PATCH] docker: update SRC_URI Amy Fong
@ 2015-09-16 20:10 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2015-09-16 20:10 UTC (permalink / raw)
To: Amy Fong; +Cc: meta-virtualization@yoctoproject.org
merged.
Bruce
On Wed, Sep 16, 2015 at 12:15 AM, Amy Fong <amy.fong@windriver.com> wrote:
> Author: Amy Fong <amy.fong@windriver.com>
> Date: Wed Sep 16 00:12:10 2015 -0400
>
> docker: update SRC_URI
>
> branch=release is no longer valid in the git tree,
> updating the branch to v1.6.2
>
> Signed-off-by: Amy Fong <amy.fong@windriver.com>
>
> diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb
> index aa125a3..46714fe 100644
> --- a/recipes-containers/docker/docker_git.bb
> +++ b/recipes-containers/docker/docker_git.bb
> @@ -19,8 +19,9 @@ DESCRIPTION = "Linux container runtime \
> "
>
> SRCREV = "7c8fca2ddb58c8d2c4fb4df31c242886df7dd257"
> +SRCBRANCH = "v1.6.2"
> SRC_URI = "\
> - git://github.com/docker/docker.git;branch=release \
> + git://github.com/docker/docker.git;branch=${SRCBRANCH};nobranch=1 \
> file://docker.service \
> file://docker.init \
> file://hi.Dockerfile \
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-16 20:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 4:15 [PATCH] docker: update SRC_URI Amy Fong
2015-09-16 20:10 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.