Commit Graph

193 Commits

Author SHA1 Message Date
Sebastian Lackner
4fe40942a6 patchupdate.py: Return boolean from test_apply function. 2015-10-05 21:31:13 +02:00
Sebastian Lackner
2dc572f110 patchupdate.py: Rename stable -> released in multiple functions and variables. 2015-10-05 21:21:56 +02:00
Sebastian Lackner
1c46676667 patchupdate.py: Add an additional default CC contact. 2015-10-03 02:07:34 +02:00
Michael Müller
65be847fcc patchupdate.py: Add option to automatically update bug status. 2015-09-29 02:20:49 +02:00
Michael Müller
70d974cad5 patchupdate.py: Check whether bugs are marked as STAGED and validate patchset url. 2015-09-29 00:33:21 +02:00
Michael Müller
ed021737de patchupdate.py: Show bugs that are incorrectly marked as STAGED. 2015-09-28 23:46:29 +02:00
Michael Müller
5eab79aa77 patchupdate.py: Use XML RPC to query bugtracker. 2015-09-28 23:05:59 +02:00
Sebastian Lackner
31e4657a83 patchupdate.py: Move bug status check to a separate function. 2015-09-28 19:41:52 +02:00
Sebastian Lackner
e5d2ae6b87 README.md: Update description of Wine Staging. 2015-09-28 17:49:44 +02:00
Sebastian Lackner
22331fa377 patchupdate.py: Delete outdated cache information after each run. 2015-09-23 13:52:18 +02:00
Sebastian Lackner
6efa37655c patchutils.py: Add support for parsing Signed-off-by headers. 2015-09-21 22:10:05 +02:00
Sebastian Lackner
3265df0984 patchupdate.py: Add proper commandline parser and '--skip-checks' option. 2015-09-02 09:49:59 +02:00
Sebastian Lackner
f8acf446ea patchupdate.py: Fix a bug in the code to generate IfDefined patch files, show more useful error messages. 2015-09-02 06:56:53 +02:00
Sebastian Lackner
51d7077f51 patchupdate.py: Add 'Apply-Before' definition field and fix a bug in dependency resolution. 2015-08-31 05:52:49 +02:00
Sebastian Lackner
074eae4371 patchinstall.sh: Introduce a new '--upstream-commit' function to obtain the commit in raw format. 2015-08-25 23:03:39 +02:00
Sebastian Lackner
3414a0cc0e patchutils.py: Remove unused class variables. 2015-08-23 01:16:02 +02:00
Sebastian Lackner
1dc5f2f601 patchupdate.py: Also list indirect dependencies for each patch in patchinstall.sh. 2015-08-21 08:51:53 +02:00
Sebastian Lackner
8f49524c86 patchupdate.py: Also list dependencies for each patchset in patchinstall.sh. 2015-08-11 07:43:35 +02:00
Sebastian Lackner
288c9a031d patchupdate.py: Sort dependencies, to avoid too many changes to patchinstall.sh. 2015-08-11 07:27:26 +02:00
Sebastian Lackner
56447bdb5b patchutils.py: Strip '(resend)' from patch subject. 2015-07-27 23:44:04 +02:00
Sebastian Lackner
7a6fec3740 patchupdate.py: Always try to match bug description. 2015-06-09 05:36:03 +02:00
Sebastian Lackner
0ccd396056 patchupdate.py: Improvement of category dependency handling. 2015-06-07 04:41:40 +02:00
Sebastian Lackner
78327e5ead patchupdate.py: Show a more helpful patch apply failure message. 2015-06-03 21:09:01 +02:00
Sebastian Lackner
ccd977d649 patchupdate.py: Run patch apply tests in logical order. 2015-06-03 21:09:01 +02:00
Sebastian Lackner
26d8a27276 patchupdate.py: Allow to run from arbitrary working directory. 2015-06-03 07:32:57 +02:00
Sebastian Lackner
bd4c1e3006 patchupdate.py: Ignore categories for disabled patches. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
d532c3b5bd patchupdate.py: Wrap debian/changelog at 80 chars. 2015-05-07 02:24:03 +02:00
Sebastian Lackner
41f0cda558 patchinstall.sh: Simplify code to enable/disable patchsets. 2015-05-06 22:37:54 +02:00
Sebastian Lackner
552d300345 patchinstall.sh: Some style fixes, use underscore for local variables. 2015-05-06 22:22:46 +02:00
Sebastian Lackner
1143708578 patchupdate.py: Add '--version' command to show staging/wine version. 2015-05-06 22:09:04 +02:00
Sebastian Lackner
aa817e83cf patchupdate.py: When using --force-autoconf, only update files if required. 2015-05-06 20:42:32 +02:00
Sebastian Lackner
1bb34e22a6 patchinstall.sh: Add commandline option '--force-autoconf' to include autogenerated changes in each commit. 2015-05-06 20:41:18 +02:00
Sebastian Lackner
dd18228f7d patchinstall.sh: Only update ./configure and wineserver protocol files if required. 2015-05-06 19:29:17 +02:00
Sebastian Lackner
a1c7c48e57 patchupdate.py: Introduce categories for 'stable' patchsets.
Based on the discussion in bug 202, this patch adds support for categories
to patchupdate.py.
2015-04-30 01:48:37 +02:00
Sebastian Lackner
d8cb439f29 patchupdate.py: Do not warn about ASSIGNED bugs. 2015-04-17 06:25:58 +02:00
Sebastian Lackner
bbbdc32ff4 patchupdate.py: Reimplement patchupdate cache.
The cache was removed some time ago when the patchsystem was rewritten from scratch.
2015-04-13 00:24:07 +02:00
Sebastian Lackner
e417298237 README.md: Various improvements to the readme file. 2015-04-03 01:09:22 +02:00
Sebastian Lackner
363bf09254 progressbar.py: Ignore 'inappropriate ioctl for device' exceptions when resizing window. 2015-04-02 23:56:15 +02:00
Sebastian Lackner
4e8ec61e11 patchupdate.py: Run a pre-check to reduce the waiting time while rebasing ;) 2015-04-02 23:42:37 +02:00
Sebastian Lackner
0dc851870e Move gitapply.sh into patches/, remove unused Makefile.in file. 2015-04-02 21:59:18 +02:00
Sebastian Lackner
89e58b5105 patchupdate.py: Add back code to query wine bugzilla, show upstream bug status during patch updater step. 2015-03-06 00:25:45 +01:00
Sebastian Lackner
50b6ba8394 patchupdate.py: Use a threadpool to check patches in parallel. 2015-02-23 19:14:25 +01:00
Sebastian Lackner
5261bd8a89 patchupdate.py: Introduce a new Apply-After definition file variable. 2015-02-23 18:12:32 +01:00
Sebastian Lackner
b7777f405b patchutils.py: Fix some spelling errors (thanks Amine Khaldi). 2015-02-22 20:03:51 +01:00
Sebastian Lackner
340a8a9e73 patchupdate.py: Replace '.' with underscore for patchinstall.sh script. 2015-02-08 15:02:51 +01:00
Sebastian Lackner
0c2b776e83 patchinstall.sh: Only apply patchlist when 'Staging' patchset is enabled. Ensure Staging/004-*.patch also compiles without patchlist. 2015-01-26 03:46:33 +01:00
Sebastian Lackner
e65c2c7954 patchinstall.sh: Avoid using '&>' syntax which spawns a detached shell with dash instead of forwarding output (thanks DarkPlayer). 2015-01-26 01:13:49 +01:00
Sebastian Lackner
ca5f61a043 README.md: Update URL to installation instructions and commandline. 2015-01-24 13:13:19 +01:00
Sebastian Lackner
87b4b86756 patchinstall.sh: Switch to DESTDIR at the beginning, instead of for each patch individually. Various Improvements of the 'ebuild' backend. 2015-01-20 03:54:35 +01:00
Sebastian Lackner
8692907421 Rebase against upstream commit 79a0dece8b2a27979835076914a21f468515d8b6, remove several patches accepted upstream. 2015-01-16 05:06:37 +01:00