All of lore.kernel.org
 help / color / mirror / Atom feed
From: Amy Fong <amy.fong@windriver.com>
To: meta-virtualization@yoctoproject.org
Subject: [PATCH] docker: update SRC_URI
Date: Wed, 16 Sep 2015 00:15:50 -0400	[thread overview]
Message-ID: <20150916041550.GA27159@windriver.com> (raw)

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 \



             reply	other threads:[~2015-09-16  4:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16  4:15 Amy Fong [this message]
2015-09-16 20:10 ` [PATCH] docker: update SRC_URI Bruce Ashfield

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=20150916041550.GA27159@windriver.com \
    --to=amy.fong@windriver.com \
    --cc=meta-virtualization@yoctoproject.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 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.