All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] update-documentation-conf: python2 -> python3
@ 2019-06-28 12:32 Robert Yang
  2019-06-28 12:32 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2019-06-28 12:32 UTC (permalink / raw)
  To: yocto

The following changes since commit bfe3012ea4b2c973bd6ca5fa1de1adf51e1a9da4:

  busybox: Fix typo in syslog initscript (2019-06-27 13:28:48 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/update-documentation-conf
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/update-documentation-conf

Robert Yang (1):
  update-documentation-conf: python2 -> python3

 documentation/tools/update-documentation-conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4



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

* [PATCH 1/1] update-documentation-conf: python2 -> python3
  2019-06-28 12:32 [PATCH 0/1] update-documentation-conf: python2 -> python3 Robert Yang
@ 2019-06-28 12:32 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2019-06-28 12:32 UTC (permalink / raw)
  To: yocto

This script is python3 indeed.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 documentation/tools/update-documentation-conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/tools/update-documentation-conf b/documentation/tools/update-documentation-conf
index 3f8d280..32d0a2e 100644
--- a/documentation/tools/update-documentation-conf
+++ b/documentation/tools/update-documentation-conf
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # documentation.conf update script
 #
-- 
2.7.4



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

end of thread, other threads:[~2019-06-28 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-28 12:32 [PATCH 0/1] update-documentation-conf: python2 -> python3 Robert Yang
2019-06-28 12:32 ` [PATCH 1/1] " Robert Yang

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.