roxen:grubba/patchsystem

Last commit made on 2020-08-13
Get this branch:
git clone -b grubba/patchsystem https://git.launchpad.net/roxen

Branch merges

Branch information

Name:
grubba/patchsystem
Repository:
lp:roxen

Recent commits

fb95aa0... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

Testsuite: RXPs need to be gzipped.

66df83a... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RoxenPatch: Added architecture rhel8_x86_64.

e69d193... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RoxenPatch: Added log message.

55c9c9b... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RoxenPatch: Added workaround for bug in gnu-patch 2.7.4 and later.

Gnu-patch attempts to allocate a hash table with a size
depending on RLIMIT_NOFILE. When the limit is unlimited,
it runs out of memory...

Cf https://savannah.gnu.org/bugs/index.php?55797

Fixes [WS-416].

422e8ea... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RoxenPatch: Added feature/save-orig.

837ce17... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RoxenPatch: Restore CVS/Root.orig files before applying pataches.

Potential fix for [WS-393].

d1dce90... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

git-rxnpatch: Set tracking for new patch branches.

a8fd90a... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

RoxenPatch: Added architecture ubuntu1804_x86_64.

1b51c62... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

git-rxnpatch: Fixed .distignore handling.

Empty .distignore files are noops; NOT directives to ignore the
entire directory.

Fixes issues with patches missing some files.

831e2ce... by =?utf-8?q?Henrik_Grubbstr=C3=B6m_=28Grubba=29?= <email address hidden>

git-rxnpatch: Fixed some option name typos.

The --path-remap-rule option should now work.

Fixes [WS-58] some more.