All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] toaster: fix no newline at end of file
  2014-07-03  6:42 [PATCH 0/3] fix no newline at end of file Robert Yang
@ 2014-07-03  6:34 ` Robert Yang
  2014-07-03  6:42 ` [PATCH 2/3] bitbake: doc: " Robert Yang
  2014-07-03  6:42 ` [PATCH 3/3] bitbake: lib: " Robert Yang
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2014-07-03  6:34 UTC (permalink / raw)
  To: bitbake-devel

This is the [PATCH 1/3] which is too big and blocked by the mailing
list, I just send the header here, you can get the patch from the
PULL.

// Robert

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
  bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py               | 2 +-
  bitbake/lib/toaster/bldviewer/static/css/bootstrap.css                  | 2 +-
  bitbake/lib/toaster/orm/migrations/0001_initial.py                      | 2 +-
  .../lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py  | 2 +-
  .../orm/migrations/0004_auto__add_field_package_installed_name.py       | 2 +-
  ..._add_target_image_file__add_target_file__add_field_variablehistor.py | 2 +-
  ..._add_field_target_image_size__add_field_target_license_manifest_p.py | 2 +-
  bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py           | 2 +-
  ..._chg_field_variablehistory_operation__chg_field_recipe_descriptio.py | 2 +-
  ..._add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py | 2 +-
  bitbake/lib/toaster/toastergui/static/css/prettify.css                  | 2 +-
  bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js               | 2 +-
  bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map           | 2 +-
  13 files changed, 13 insertions(+), 13 deletions(-)



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

* [PATCH 0/3] fix no newline at end of file
@ 2014-07-03  6:42 Robert Yang
  2014-07-03  6:34 ` [PATCH 1/3] toaster: " Robert Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert Yang @ 2014-07-03  6:42 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit 0ed5a13f5f9478e2c22f517fb3504b738422f85c:

  python3: fix builtins imports (2014-06-30 16:36:44 +0100)

are available in the git repository at:

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

Robert Yang (3):
  toaster: fix no newline at end of file
  bitbake: doc: fix no newline at end of file
  bitbake: lib: fix no newline at end of file

 bitbake/doc/template/component.title.xsl                                | 2 +-
 bitbake/doc/template/division.title.xsl                                 | 2 +-
 bitbake/doc/template/formal.object.heading.xsl                          | 2 +-
 bitbake/lib/bb/pysh/sherrors.py                                         | 2 +-
 bitbake/lib/prserv/__init__.py                                          | 2 +-
 bitbake/lib/toaster/bldcontrol/migrations/0001_initial.py               | 2 +-
 bitbake/lib/toaster/bldviewer/static/css/bootstrap.css                  | 2 +-
 bitbake/lib/toaster/orm/migrations/0001_initial.py                      | 2 +-
 .../lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py  | 2 +-
 .../orm/migrations/0004_auto__add_field_package_installed_name.py       | 2 +-
 ..._add_target_image_file__add_target_file__add_field_variablehistor.py | 2 +-
 ..._add_field_target_image_size__add_field_target_license_manifest_p.py | 2 +-
 bitbake/lib/toaster/orm/migrations/0007_auto__add_helptext.py           | 2 +-
 ..._chg_field_variablehistory_operation__chg_field_recipe_descriptio.py | 2 +-
 ..._add_projectvariable__add_projectlayer__add_projecttarget__add_pr.py | 2 +-
 bitbake/lib/toaster/toastergui/static/css/prettify.css                  | 2 +-
 bitbake/lib/toaster/toastergui/static/js/bootstrap.min.js               | 2 +-
 bitbake/lib/toaster/toastergui/static/js/jquery-2.0.3.min.map           | 2 +-
 18 files changed, 18 insertions(+), 18 deletions(-)

-- 
1.8.3.1



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

* [PATCH 2/3] bitbake: doc: fix no newline at end of file
  2014-07-03  6:42 [PATCH 0/3] fix no newline at end of file Robert Yang
  2014-07-03  6:34 ` [PATCH 1/3] toaster: " Robert Yang
@ 2014-07-03  6:42 ` Robert Yang
  2014-07-03  6:42 ` [PATCH 3/3] bitbake: lib: " Robert Yang
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2014-07-03  6:42 UTC (permalink / raw)
  To: bitbake-devel

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 bitbake/doc/template/component.title.xsl       | 2 +-
 bitbake/doc/template/division.title.xsl        | 2 +-
 bitbake/doc/template/formal.object.heading.xsl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bitbake/doc/template/component.title.xsl b/bitbake/doc/template/component.title.xsl
index 3a5539d..faef043 100644
--- a/bitbake/doc/template/component.title.xsl
+++ b/bitbake/doc/template/component.title.xsl
@@ -36,4 +36,4 @@
       </xsl:call-template>
     </xsl:element>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git a/bitbake/doc/template/division.title.xsl b/bitbake/doc/template/division.title.xsl
index 8cd70a5..6c26597 100644
--- a/bitbake/doc/template/division.title.xsl
+++ b/bitbake/doc/template/division.title.xsl
@@ -21,4 +21,4 @@
       </xsl:call-template>
     </h1>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git a/bitbake/doc/template/formal.object.heading.xsl b/bitbake/doc/template/formal.object.heading.xsl
index 4f3900d..1a5e697 100644
--- a/bitbake/doc/template/formal.object.heading.xsl
+++ b/bitbake/doc/template/formal.object.heading.xsl
@@ -18,4 +18,4 @@
       </xsl:call-template>
     </p>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
-- 
1.8.3.1



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

* [PATCH 3/3] bitbake: lib: fix no newline at end of file
  2014-07-03  6:42 [PATCH 0/3] fix no newline at end of file Robert Yang
  2014-07-03  6:34 ` [PATCH 1/3] toaster: " Robert Yang
  2014-07-03  6:42 ` [PATCH 2/3] bitbake: doc: " Robert Yang
@ 2014-07-03  6:42 ` Robert Yang
  2 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2014-07-03  6:42 UTC (permalink / raw)
  To: bitbake-devel

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 bitbake/lib/bb/pysh/sherrors.py | 2 +-
 bitbake/lib/prserv/__init__.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bitbake/lib/bb/pysh/sherrors.py b/bitbake/lib/bb/pysh/sherrors.py
index 1d5bd53..49d0533 100644
--- a/bitbake/lib/bb/pysh/sherrors.py
+++ b/bitbake/lib/bb/pysh/sherrors.py
@@ -38,4 +38,4 @@ class ExitSignal(ShellError):
     
 class ReturnSignal(ShellError):
     """Exit signal."""
-    pass
\ No newline at end of file
+    pass
diff --git a/bitbake/lib/prserv/__init__.py b/bitbake/lib/prserv/__init__.py
index 0e0c98b..c3cb73a 100644
--- a/bitbake/lib/prserv/__init__.py
+++ b/bitbake/lib/prserv/__init__.py
@@ -11,4 +11,4 @@ def init_logger(logfile, loglevel):
     logging.basicConfig(level=numeric_level, filename=logfile, format=FORMAT)
 
 class NotFoundError(Exception):
-    pass
\ No newline at end of file
+    pass
-- 
1.8.3.1



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

end of thread, other threads:[~2014-07-03  6:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-03  6:42 [PATCH 0/3] fix no newline at end of file Robert Yang
2014-07-03  6:34 ` [PATCH 1/3] toaster: " Robert Yang
2014-07-03  6:42 ` [PATCH 2/3] bitbake: doc: " Robert Yang
2014-07-03  6:42 ` [PATCH 3/3] bitbake: lib: " 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.