<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/jogo/scripts, branch master</title>
<subtitle>Staging tree of Jonas Gorski</subtitle>
<id>https://git.openwrt.org/openwrt/staging/jogo/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/jogo/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/'/>
<updated>2020-03-01T20:35:59Z</updated>
<entry>
<title>build: Fix directory symlinks not removed when cleaning STAGING_DIR</title>
<updated>2020-03-01T20:35:59Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-02-18T21:15:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=f96cfe019a4d1190ef3199594ad38b7bf67953fb'/>
<id>urn:sha1:f96cfe019a4d1190ef3199594ad38b7bf67953fb</id>
<content type='text'>
Currently, a symbolic link whose target is a directory will not be
removed when cleaning packages from STAGING_DIR.

In the first cleaning pass in scripts/clean-package.sh, the -f test for
a directory symlink returns false (because the link target is a
directory) and so the symlink is not removed.

In the second pass, the -d test returns true for a directory symlink,
but the symlink is not removed by rmdir because rmdir only removes
(real) directories.

This updates clean-package.sh to remove all non-directories (including
symbolic links) in the first pass.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/arm-magic.sh: switch to /bin/sh</title>
<updated>2020-01-02T22:59:20Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T02:07:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=e37e2f0cf1be1d31d4e056de1a9177221b6a78f0'/>
<id>urn:sha1:e37e2f0cf1be1d31d4e056de1a9177221b6a78f0</id>
<content type='text'>
This does not use any special bash stuff.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/env: replace -a and -o with &amp;&amp;/||</title>
<updated>2020-01-02T22:56:19Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T02:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=995378a2a56d132594834a31c370d877c7d46d5c'/>
<id>urn:sha1:995378a2a56d132594834a31c370d877c7d46d5c</id>
<content type='text'>
The former are not well defined.

Found with shellcheck.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/env: use explicit find location</title>
<updated>2020-01-02T22:51:45Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T02:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=2fe5319d587c9c66ecbd7acbd5efbc1ff6fac8a8'/>
<id>urn:sha1:2fe5319d587c9c66ecbd7acbd5efbc1ff6fac8a8</id>
<content type='text'>
Some find binaries do not imply the current directory.

Found with shellcheck.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/gen-dependencies.sh: use /bin/sh</title>
<updated>2020-01-01T16:01:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T02:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=33f87d2ef6c729c077e923673d2af28ec0ddb7da'/>
<id>urn:sha1:33f87d2ef6c729c077e923673d2af28ec0ddb7da</id>
<content type='text'>
This uses no special bash stuff.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/gen-dependencies.sh: replace backticks with $()</title>
<updated>2020-01-01T16:00:38Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-01T02:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=dec46a9ea0935f5f3a24626581c44ec4f1fbd676'/>
<id>urn:sha1:dec46a9ea0935f5f3a24626581c44ec4f1fbd676</id>
<content type='text'>
Found with shellcheck.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/mkits.sh: replace legacy backticks with $()</title>
<updated>2019-12-31T10:44:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-31T02:21:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=9a8ba44f9c386f0c51280932b5756ffcdb20cc25'/>
<id>urn:sha1:9a8ba44f9c386f0c51280932b5756ffcdb20cc25</id>
<content type='text'>
This replaces deprecated backticks by more versatile $(...) syntax.

Found with shellcheck.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
[adjust commit title and message]
Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>scripts/symlink-tree.sh: use /bin/sh</title>
<updated>2019-12-31T10:43:15Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-31T02:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=543d945f07ec439388cbe3a9ea1b193e910bb824'/>
<id>urn:sha1:543d945f07ec439388cbe3a9ea1b193e910bb824</id>
<content type='text'>
This uses nothing bash specific.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts/strip-kmod.sh: harmonize leading whitespaces</title>
<updated>2019-12-31T10:41:07Z</updated>
<author>
<name>Adrian Schmutzler</name>
</author>
<published>2019-12-31T10:41:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=ec0fb23a410b7a12c8625f7328ebab5cdfda0201'/>
<id>urn:sha1:ec0fb23a410b7a12c8625f7328ebab5cdfda0201</id>
<content type='text'>
Convert leading spaces to tabs for consistency in the file.

Signed-off-by: Adrian Schmutzler &lt;freifunk@adrianschmutzler.de&gt;
</content>
</entry>
<entry>
<title>scripts/strip-kmod.sh: use sh instead of bash</title>
<updated>2019-12-31T10:40:24Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-12-31T02:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/jogo/commit/?id=f4b812dac11844311f5fb64a4e1e9209411449dc'/>
<id>urn:sha1:f4b812dac11844311f5fb64a4e1e9209411449dc</id>
<content type='text'>
There's nothing bash specific here.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
