<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/dangole/scripts, branch main</title>
<subtitle>Staging tree of Daniel Golle</subtitle>
<id>https://git.openwrt.org/openwrt/staging/dangole/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/dangole/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/'/>
<updated>2024-05-25T17:27:06Z</updated>
<entry>
<title>build: fix version info in cyclonedx sbom</title>
<updated>2024-05-25T17:27:06Z</updated>
<author>
<name>Akshay Bhat</name>
</author>
<published>2024-04-19T18:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=d8939ff2d5daac4eb3ff932f38ea9d63e091697a'/>
<id>urn:sha1:d8939ff2d5daac4eb3ff932f38ea9d63e091697a</id>
<content type='text'>
Prior e8725a932e16eaf6ec51add8c084d959cbe32ff2, version used to be
VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
After e8725a932e16eaf6ec51add8c084d959cbe32ff2, the version is:
VERSION:=$(PKG_VERSION)-r$(PKG_RELEASE)

Hence the gen_*_cyclonedxsbom functions need to be updated to remove
the trailing -r prefix in the version in order to generate correct
version info in the SBOM.

Signed-off-by: Akshay Bhat &lt;nodeax@gmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: fix revision calculation using new "main" branch</title>
<updated>2024-05-21T15:53:33Z</updated>
<author>
<name>Marius Dinu</name>
</author>
<published>2024-05-21T15:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=9db53fb6aa261c4aa73da7d1ec6cf2d3b06b8fb8'/>
<id>urn:sha1:9db53fb6aa261c4aa73da7d1ec6cf2d3b06b8fb8</id>
<content type='text'>
Fix revision calculation when local branch is rebased on new "main" branch
instead of "master".

Signed-off-by: Marius Dinu &lt;m95d+git@psihoexpert.ro&gt;
Link: https://github.com/openwrt/openwrt/pull/15538
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add APK package build capabilities</title>
<updated>2024-05-17T20:21:26Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-05-14T10:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=d788ab376f859164df84e2054cbbbb0921943c5b'/>
<id>urn:sha1:d788ab376f859164df84e2054cbbbb0921943c5b</id>
<content type='text'>
A new option called `USE_APK` is added which generated APK packages
(.apk) instead of OPKG packages (.ipk).

Some features like fstools `snapshot` command are not yet ported

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>scripts/kernel_bump: Fix commit text formatting</title>
<updated>2024-04-28T22:24:02Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2024-04-20T04:42:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=66252aa89255acf4082bf789f90eebeffb42abcc'/>
<id>urn:sha1:66252aa89255acf4082bf789f90eebeffb42abcc</id>
<content type='text'>
Text of a commit message body should wrap at 75 characters. Manual commits
are expected to do so, but automated commits *must* do so to avoid adding
repeated ugly commits.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>scripts: ubinize-image.sh: fix support for static volume</title>
<updated>2024-04-24T01:32:22Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-04-23T10:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=da13ff30efdb921fe22d02334432c578ba95996a'/>
<id>urn:sha1:da13ff30efdb921fe22d02334432c578ba95996a</id>
<content type='text'>
Apart from being misspelled ('dymamic' vs. 'dynamic') and a mismatch of
the number of parameters, there is also simply no need to add the 'dynamic'
volume type keyword as 6th parameter as that's the default anyway.
Fix and simplify the ubinize-image.sh script to work as intended.

Fixes: 6c17d71973 ("scripts: ubinize-image.sh: support static volumes, make size optional")
Reported-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>scripts/kernel_bump: Delete merge commit</title>
<updated>2024-04-12T16:20:53Z</updated>
<author>
<name>Olliver Schinagl</name>
</author>
<published>2024-03-18T13:03:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=98235e60ed8436ca9476c3bc84a8f1feb553a764'/>
<id>urn:sha1:98235e60ed8436ca9476c3bc84a8f1feb553a764</id>
<content type='text'>
While we have included the needed changes via a merge commit, there is
no need to keep it. Lets drop the merge commit, which we can do as we
haven't pushed anything.

Signed-off-by: Olliver Schinagl &lt;oliver@schinagl.nl&gt;
</content>
</entry>
<entry>
<title>scripts/kernel_bump: Allow bumping sub-targets</title>
<updated>2024-04-12T16:20:53Z</updated>
<author>
<name>Olliver Schinagl</name>
</author>
<published>2024-03-18T12:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=71c663bcfd6e7839ef3a21482ee939bc0b1ff65c'/>
<id>urn:sha1:71c663bcfd6e7839ef3a21482ee939bc0b1ff65c</id>
<content type='text'>
Some targets may need to bump specific sub-targets only. So lets offer
this as an option.

Signed-off-by: Olliver Schinagl &lt;oliver@schinagl.nl&gt;
</content>
</entry>
<entry>
<title>scripts/kernel_bump: Use the git index to find the needed config files</title>
<updated>2024-04-12T16:20:53Z</updated>
<author>
<name>Olliver Schinagl</name>
</author>
<published>2024-03-18T12:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=b62aafc99a6f00032c0486d96bb7b6cc0a77a84c'/>
<id>urn:sha1:b62aafc99a6f00032c0486d96bb7b6cc0a77a84c</id>
<content type='text'>
The current solution using `find` introduces a racecondition, where `find`
and `git mv` get in each others way. While this could be fixed with
more-utils sponge command (or even sort -u) to buffer the output of
find.

However, a much better approach, is to query the git index directly,
which will not change, and is far more accurate.

Signed-off-by: Olliver Schinagl &lt;oliver@schinagl.nl&gt;
</content>
</entry>
<entry>
<title>scripts/kernel_bump: Use git to obtain the list of files</title>
<updated>2024-04-12T16:20:52Z</updated>
<author>
<name>Olliver Schinagl</name>
</author>
<published>2024-03-18T12:24:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=8ed187e471b0f7622c8791bf688302cdfe484868'/>
<id>urn:sha1:8ed187e471b0f7622c8791bf688302cdfe484868</id>
<content type='text'>
Instead of looping of a directory to find directories related to kernel
changes, use the git index instead.

Signed-off-by: Olliver Schinagl &lt;oliver@schinagl.nl&gt;
</content>
</entry>
<entry>
<title>scripts/kernel_bump: Allow for migrating only configuration files</title>
<updated>2024-04-12T16:20:52Z</updated>
<author>
<name>Olliver Schinagl</name>
</author>
<published>2024-03-18T12:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/dangole/commit/?id=9e6c4392f85f9123fda8ef8690c2a36599fe334c'/>
<id>urn:sha1:9e6c4392f85f9123fda8ef8690c2a36599fe334c</id>
<content type='text'>
In some cases, we want to only migrate configuration files, e.g. if the
kernel was bumped already. Lets add a flag for this case to offer
flexibility. By default we will migrate configuration flags as before.

Signed-off-by: Olliver Schinagl &lt;oliver@schinagl.nl&gt;
</content>
</entry>
</feed>
