<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k/scripts/checkpatch.pl, branch v21.02.1</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.1</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.1'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2021-02-14T18:21:38Z</updated>
<entry>
<title>scripts: fix checkpatch.pl for changed license dir</title>
<updated>2021-02-14T18:21:38Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-09-22T19:08:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6d5425976f562000ea319180e6c329886bba2c1f'/>
<id>urn:sha1:6d5425976f562000ea319180e6c329886bba2c1f</id>
<content type='text'>
As multiple LICENSES are shipped and no longer just LICENSE, modify the
OpenWrt tree detection in checkpatch.pl.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts: checkpatch.pl: suppress warnings about MAINTAINERS</title>
<updated>2020-11-18T20:50:53Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2020-11-18T20:38:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=6fdd4187e0b1b5aacbe0130d8c343c7eb4b2f2e7'/>
<id>urn:sha1:6fdd4187e0b1b5aacbe0130d8c343c7eb4b2f2e7</id>
<content type='text'>
The kernel expects changes to MAINTAINERS for all removed or added
files, printing warnings like:

  WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
  #828:
  deleted file mode 100644

Since this does not apply to "our" files in OpenWrt repo, this
warning should be disabled.

This can be achieved easiest by setting $reported_maintainer_file
to 1. While this is a hack that tricks the script into believing
the proper MAINTAINERS changes have been made, it's the easiest
solution as it does not require to touch any other code.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>scripts: checkpatch remove device-tree doc check</title>
<updated>2020-11-12T17:21:55Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-08-03T01:34:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=66e87a1f3802a4553423a4fcbb9e6a63f9fd96d2'/>
<id>urn:sha1:66e87a1f3802a4553423a4fcbb9e6a63f9fd96d2</id>
<content type='text'>
Remove checks for device tree documentation as the OpenWrt tree comes
withouth the ./Documentation folder.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts: Update checkpatch.pl to 2020-06-11</title>
<updated>2020-11-12T17:21:55Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2020-07-27T22:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=086ee09bbcac4997224b471b95345b143c1318b5'/>
<id>urn:sha1:086ee09bbcac4997224b471b95345b143c1318b5</id>
<content type='text'>
Checkpatch grown in functionallity and we should make use of that. If
OpenWrt patches should be upstream material they should also be checked
based on upstream checkpatch.pl instead of 2013.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts/checkpatch.pl: fix README.md file name after rename</title>
<updated>2020-08-02T13:51:39Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2020-08-02T13:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b99623329c07712c30b5ad2e0f3b3dffe3ed97c2'/>
<id>urn:sha1:b99623329c07712c30b5ad2e0f3b3dffe3ed97c2</id>
<content type='text'>
checkpatch.pl uses a list of files to detect the root OpenWrt
directory. This includes README, which has been renamed to
README.md in the previous commit.

Update the file name in checkpatch.pl to prevent errors like the
following when running the script:

   Must be run from the top-level dir. of a OpenWrt tree

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>merge: base: update base-files and basic config</title>
<updated>2017-12-08T18:41:18Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2017-11-07T08:45:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6'/>
<id>urn:sha1:34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6</id>
<content type='text'>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>build: remove absolute path to perl and replace with /usr/bin/env perl</title>
<updated>2017-05-02T12:33:58Z</updated>
<author>
<name>Bastian Köcher</name>
</author>
<published>2017-03-27T15:21:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5378c856779c590e26910639e28b95a22aa2b9f5'/>
<id>urn:sha1:5378c856779c590e26910639e28b95a22aa2b9f5</id>
<content type='text'>
Signed-off-by: Bastian Köcher &lt;git@kchr.de&gt;
</content>
</entry>
<entry>
<title>docs: remove all refrences in Makefiles/scripts</title>
<updated>2016-11-30T09:13:14Z</updated>
<author>
<name>Mathias Kresin</name>
</author>
<published>2016-11-30T09:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=59261cbf38001b121f94642a4f225fbe082b1b7d'/>
<id>urn:sha1:59261cbf38001b121f94642a4f225fbe082b1b7d</id>
<content type='text'>
The SDK Makefile still trys to copy the docs folder which was removed
with 882f4d2d63272abce8c1966983aa10178e2e971f. This causes an SDK build
error.

All other removals are just cleanup.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
</entry>
<entry>
<title>branding: add LEDE branding</title>
<updated>2016-03-24T21:40:13Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-03-24T21:40:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=fa69553900516944fc43cf7b377105ea1f6d3db0'/>
<id>urn:sha1:fa69553900516944fc43cf7b377105ea1f6d3db0</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;
</content>
</entry>
<entry>
<title>scripts/checkpatch.pl: Fix deprecation warnings</title>
<updated>2015-11-02T10:17:03Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-11-02T10:17:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=0aeb0ae938ee10e238d0898bf0560e6586f9b9f7'/>
<id>urn:sha1:0aeb0ae938ee10e238d0898bf0560e6586f9b9f7</id>
<content type='text'>
In perl version v5.22, use of unescaped opening braces is deprecated

Signed-off-by: Javier Domingo Cansino &lt;javierdo1@gmail.com&gt;

SVN-Revision: 47342
</content>
</entry>
</feed>
