<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/rmilecki/tools/quilt, branch master</title>
<subtitle>Rafal Mileckis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/rmilecki/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/rmilecki/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/'/>
<updated>2019-11-24T20:35:45Z</updated>
<entry>
<title>tools/quilt: update to 0.66</title>
<updated>2019-11-24T20:35:45Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2019-11-09T20:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=7c8f74c7c0fe3499c1c6d439eef20686e573e703'/>
<id>urn:sha1:7c8f74c7c0fe3499c1c6d439eef20686e573e703</id>
<content type='text'>
Update quilt to version 0.66

Release notes at:
http://git.savannah.nongnu.org/cgit/quilt.git/tree/NEWS?id=294006e12

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>treewide: clean up download hashes</title>
<updated>2016-12-16T21:39:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T16:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=720b99215da295a2e7b4acdef30b58bec6acedc2'/>
<id>urn:sha1:720b99215da295a2e7b4acdef30b58bec6acedc2</id>
<content type='text'>
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools/quilt: update to 0.65</title>
<updated>2016-11-26T20:59:40Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2016-11-25T14:08:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=a22464b92f2eedb7951237e0d8d505188d32ddc0'/>
<id>urn:sha1:a22464b92f2eedb7951237e0d8d505188d32ddc0</id>
<content type='text'>
User-visible changes since 0.64 are as follows:

  - Translation fixes
  - Project settings have priority
  - Reject binary files in patches
  - Fix a race condition in diff_file
  - Performance: Optimizations to the setup command
  - Performance: Optimizations to the bash completion script
  - Test suite: Improve the edit test case
  - Test suite: Make the symlink test more robust
  - Test suite: Test backup failure
  - Test suite: Test the header command with hard links
  - diff: Report diff failures
  - edit: Fix a corner case bug
  - mail: Fix the help text
  - push: Fix the synopsis
  - refresh: Do not remove symlinks
  - refresh: Break links to read-only patch files
  - refresh: Always preserve modification time
  - setup: Report failed look-ups in inspect-wrapper
  - quilt.el: Fix quilt-editable when patches are stored in subdirs
  - bash_completion: Handle spaces in file names
  - bash_completion: Update the list of commands
  - bash_completion: Add new command options
  - bash_completion: Fix handling of mail, new, push options
  - guards: Simplify the help text
  - guards: Include the file name also in the "Not found" case
  - guards: Add support for an external filelist in --check mode
  - guards: Report which config file has problem in --check mode
  - guards: Documentation update
  - guards: Clarify a user message

Note to packagers: the Makefile was modified to take configure's
--sysconfdir into account as other projects do. As a result, setting
--prefix=/usr will no longer put the configuration files under /etc.
You now need to explicitly pass --sysconfdir=/etc. If you don't,
configuration files will go under /usr/etc, which is not what you want.
This is somewhat less intuitive, but also more consistent with what
other projects are doing.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>tools/quilt: fix build error during kernel_menuconfig on a cleaned env</title>
<updated>2015-11-07T12:52:14Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-07T12:52:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=bdbd0dce2ee27887c8fcba950090c664b828d703'/>
<id>urn:sha1:bdbd0dce2ee27887c8fcba950090c664b828d703</id>
<content type='text'>
When running "make kernel_menuconfig" right after "make clean", we error
out with the following message:

Makefile:22: recipe for target '.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked' failed
make[2]: [.../build_dir/target-arm_cortex-a7_musl-1.1.10_eabi/linux-.../linux-3.18.18/.quilt_checked]
Error 127 (ignored)

The root cause of the problem is located in the OpenWrt specific quilt
patch, which sets the quilt install directory to $STAGING_DIR/../host.
However, on a clean environment (right after running "make clean"),
$STAGING_DIR doesn't exist. The "quilt" executable doesn't find its
different commands, errors out, and creates this message.

We're fixing it by using $STAGING_DIR_HOST rather than $STAGING_DIR,
which is absolute. It will work even if there is no target directory
yet.

Signed-off-by: Mathieu Olivari &lt;mathieu@codeaurora.org&gt;
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47410
</content>
</entry>
<entry>
<title>tools/quilt: update to 0.64</title>
<updated>2015-10-30T22:31:21Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-10-30T22:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=c7fb0f04aa89eb5cace9a3c071a95490e2c4f197'/>
<id>urn:sha1:c7fb0f04aa89eb5cace9a3c071a95490e2c4f197</id>
<content type='text'>
Update quilt to version 0.64.
Changelog: http://git.savannah.gnu.org/cgit/quilt.git/tree/NEWS?id=v0.64

Refresh patches. (scripts/inspect.in has been removed upstream)

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 47299
</content>
</entry>
<entry>
<title>tools: quilt: fix perl interpreter line (#20802)</title>
<updated>2015-10-26T15:28:05Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-10-26T15:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=6a5244661f52939c459a4b1022404321bcf87be1'/>
<id>urn:sha1:6a5244661f52939c459a4b1022404321bcf87be1</id>
<content type='text'>
When using '/usr/bin/env' in a shebang it is not possible to specify
additional flags for the interpreter. Remove '-w' switches and add
'use warnings;' instead.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47278
</content>
</entry>
<entry>
<title>quilt: add further relocatability fixes</title>
<updated>2015-09-29T11:37:27Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-09-29T11:37:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=cb9723f09c798b287705bb3a77b0ac0f16a4462b'/>
<id>urn:sha1:cb9723f09c798b287705bb3a77b0ac0f16a4462b</id>
<content type='text'>
Prevent quilt's build system from generating useless compat wrappers and
hardcoded absolute utility paths to binaries in staging_dir/host/.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47070
</content>
</entry>
<entry>
<title>include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184)</title>
<updated>2014-10-08T08:01:39Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-10-08T08:01:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=b0a1c7dc0d825d5435111a8c005e1e8d5449ebee'/>
<id>urn:sha1:b0a1c7dc0d825d5435111a8c005e1e8d5449ebee</id>
<content type='text'>
I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl,
and converted quilt and qemu to use that method.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 42840
</content>
</entry>
<entry>
<title>quilt: update to 0.63</title>
<updated>2014-05-09T11:55:52Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-05-09T11:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=108c0f53197ddb49cfe331dce3d547eccab5bbdb'/>
<id>urn:sha1:108c0f53197ddb49cfe331dce3d547eccab5bbdb</id>
<content type='text'>
Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 40744
</content>
</entry>
<entry>
<title>quilt: update to 0.61</title>
<updated>2014-02-02T23:41:32Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2014-02-02T23:41:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/rmilecki/commit/?id=cac9ed3ffdc418ea529d56baf5b76671d6d62f47'/>
<id>urn:sha1:cac9ed3ffdc418ea529d56baf5b76671d6d62f47</id>
<content type='text'>
Signed-off-by: Luka Perkov &lt;luka@openwrt.org&gt;

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