All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH openbmc v4 0/4] testing Jenkins integration, please ignore
@ 2015-11-10  0:00 OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 1/4] test: modify readme OpenBMC Patches
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: OpenBMC Patches @ 2015-11-10  0:00 UTC (permalink / raw)
  To: openbmc

https://github.com/openbmc/openbmc/pull/72

Chris Smart (4):
  test: modify readme
  fake: commit for testing jenkins hook
  test: jenkins
  test: jenkins

 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.6.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH openbmc v4 1/4] test: modify readme
  2015-11-10  0:00 [PATCH openbmc v4 0/4] testing Jenkins integration, please ignore OpenBMC Patches
@ 2015-11-10  0:00 ` OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 2/4] fake: commit for testing jenkins hook OpenBMC Patches
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: OpenBMC Patches @ 2015-11-10  0:00 UTC (permalink / raw)
  To: openbmc; +Cc: Chris Smart

From: Chris Smart <distroguy@gmail.com>

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c4306b0..7557b22 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,6 @@ somewhere to hold the build.  This directory will get big.
 To start a build:
 
     cd <builddir>
-    . <repodir>/openbmc-env
+    source <repodir>/openbmc-env
     bitbake obmc-phosphor-image
 
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH openbmc v4 2/4] fake: commit for testing jenkins hook
  2015-11-10  0:00 [PATCH openbmc v4 0/4] testing Jenkins integration, please ignore OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 1/4] test: modify readme OpenBMC Patches
@ 2015-11-10  0:00 ` OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 3/4] test: jenkins OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 4/4] " OpenBMC Patches
  3 siblings, 0 replies; 5+ messages in thread
From: OpenBMC Patches @ 2015-11-10  0:00 UTC (permalink / raw)
  To: openbmc; +Cc: Chris Smart

From: Chris Smart <distroguy@gmail.com>

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 7557b22..0233343 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,4 @@ To start a build:
     source <repodir>/openbmc-env
     bitbake obmc-phosphor-image
 
+## Jenkins Test ##
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH openbmc v4 3/4] test: jenkins
  2015-11-10  0:00 [PATCH openbmc v4 0/4] testing Jenkins integration, please ignore OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 1/4] test: modify readme OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 2/4] fake: commit for testing jenkins hook OpenBMC Patches
@ 2015-11-10  0:00 ` OpenBMC Patches
  2015-11-10  0:00 ` [PATCH openbmc v4 4/4] " OpenBMC Patches
  3 siblings, 0 replies; 5+ messages in thread
From: OpenBMC Patches @ 2015-11-10  0:00 UTC (permalink / raw)
  To: openbmc; +Cc: Chris Smart

From: Chris Smart <distroguy@gmail.com>

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 0233343..7557b22 100644
--- a/README.md
+++ b/README.md
@@ -10,4 +10,3 @@ To start a build:
     source <repodir>/openbmc-env
     bitbake obmc-phosphor-image
 
-## Jenkins Test ##
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH openbmc v4 4/4] test: jenkins
  2015-11-10  0:00 [PATCH openbmc v4 0/4] testing Jenkins integration, please ignore OpenBMC Patches
                   ` (2 preceding siblings ...)
  2015-11-10  0:00 ` [PATCH openbmc v4 3/4] test: jenkins OpenBMC Patches
@ 2015-11-10  0:00 ` OpenBMC Patches
  3 siblings, 0 replies; 5+ messages in thread
From: OpenBMC Patches @ 2015-11-10  0:00 UTC (permalink / raw)
  To: openbmc; +Cc: Chris Smart

From: Chris Smart <distroguy@gmail.com>

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 7557b22..cbf923f 100644
--- a/README.md
+++ b/README.md
@@ -10,3 +10,5 @@ To start a build:
     source <repodir>/openbmc-env
     bitbake obmc-phosphor-image
 
+
+Sourcing the build scripts create a build dir.. 
-- 
2.6.3

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-10  0:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10  0:00 [PATCH openbmc v4 0/4] testing Jenkins integration, please ignore OpenBMC Patches
2015-11-10  0:00 ` [PATCH openbmc v4 1/4] test: modify readme OpenBMC Patches
2015-11-10  0:00 ` [PATCH openbmc v4 2/4] fake: commit for testing jenkins hook OpenBMC Patches
2015-11-10  0:00 ` [PATCH openbmc v4 3/4] test: jenkins OpenBMC Patches
2015-11-10  0:00 ` [PATCH openbmc v4 4/4] " OpenBMC Patches

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.