1 | From: Paul Gerhardt <Paul.Gerhardt@Colorado.EDU> |
---|
2 | Date: March 20, 2008 9:56:19 PM MDT |
---|
3 | To: zooko@zooko.com |
---|
4 | Subject: Allmydata GNUmakefile signal-error |
---|
5 | |
---|
6 | Here's the edited GNUEmakefile without the signal-error "prints" |
---|
7 | -Paul |
---|
8 | |
---|
9 | New patches: |
---|
10 | |
---|
11 | [Don't echo signal-error |
---|
12 | pmg@colorado.edu[B[A**20080320214437] { |
---|
13 | hunk ./GNUmakefile 171 |
---|
14 | - $(PYTHON) -c 'import twisted, zope.interface' || $(MAKE) signal-error-twisted-dep |
---|
15 | + @$(PYTHON) -c 'import twisted, zope.interface' || $(MAKE) signal-error-twisted-dep |
---|
16 | hunk ./GNUmakefile 174 |
---|
17 | - $(PYTHON) -c 'import win32process' || $(MAKE) signal-error-pywin32-dep |
---|
18 | + @$(PYTHON) -c 'import win32process' || $(MAKE) signal-error-pywin32-dep |
---|
19 | hunk ./GNUmakefile 177 |
---|
20 | - $(PYTHON) -c 'import OpenSSL' || $(MAKE) signal-error-pyopenssl-dep |
---|
21 | + @$(PYTHON) -c 'import OpenSSL' || $(MAKE) signal-error-pyopenssl-dep |
---|
22 | } |
---|
23 | |
---|
24 | Context: |
---|
25 | |
---|
26 | [native client - adding support for special icons for shared and recycling directories |
---|
27 | secorp@allmydata.com**20080320223026] |
---|
28 | [refactor one of the dispatch routines in webish.py |
---|
29 | zooko@zooko.com**20080320191109 |
---|
30 | The behavior is intended to be unchanged by this refactoring. Unit tests show no change in behavior. |
---|
31 | ] |
---|
32 | [docs: add some accounting proposals |
---|
33 | warner@lothar.com**20080320191841] |
---|
34 | [resolve conflict in windows installer conf |
---|
35 | robk-tahoe@allmydata.com**20080319003844] |
---|
36 | [confwiz: refine the descriptive text on the conf wiz pages |
---|
37 | robk-tahoe@allmydata.com**20080319000647] |
---|
38 | [windows installer: use an allmydata logo in setup wizard |
---|
39 | robk-tahoe@allmydata.com**20080318231807] |
---|
40 | [confwiz: reworked confwiz look and feel |
---|
41 | robk-tahoe@allmydata.com**20080318231536 |
---|
42 | |
---|
43 | this changes the confwiz to have a look and feel much more consistent |
---|
44 | with that of the innosetup installer it is launched within the context |
---|
45 | of. this applies, naturally, primarily to windows. |
---|
46 | ] |
---|
47 | [macapp: updated icon for mac build |
---|
48 | robk-tahoe@allmydata.com**20080318231338] |
---|
49 | [native client - adding checks for elevating and managing privileges on Vista |
---|
50 | secorp@allmydata.com**20080318221259] |
---|
51 | [webish mkdir-p: added unit test |
---|
52 | robk-tahoe@allmydata.com**20080318201108 |
---|
53 | |
---|
54 | added a test for the simple mkdir-p hack I added yesterday |
---|
55 | |
---|
56 | checks that mkdir-p can create a directory hierarchy, and that resubmitting |
---|
57 | a request for the same path yields the existing dir's uri |
---|
58 | ] |
---|
59 | [windows installer - changed to reflect the new StartAllmydata.exe executable that is used to launch the various pieces of the native client. Also verified that the SMB service was stopped when uninstalling. |
---|
60 | secorp@allmydata.com**20080318174443] |
---|
61 | [native client - added StartAllmydata.exe so that we can start/stop processes in Vista |
---|
62 | secorp@allmydata.com**20080318171847] |
---|
63 | [add a mkdir-p POST handler |
---|
64 | robk-tahoe@allmydata.com**20080318011301 |
---|
65 | |
---|
66 | this adds a t=mkdir-p call to directories (accessed by their uri as |
---|
67 | /uri/<URI>?t=mkdir=p&path=/some/path) which returns the uri for a |
---|
68 | directory at a specified path before the given uri, regardless of |
---|
69 | whether the directory exists or whether intermediate directories |
---|
70 | need to be created to satisfy the request. |
---|
71 | |
---|
72 | this is used by the migration code in MV to optimise the work of |
---|
73 | path traversal which was other wise done on every file PUT |
---|
74 | ] |
---|
75 | [native client - fixes for drive size (now 1TB), running service as adminstrator to allow client stopping and starting in Vista, large number of files fix |
---|
76 | secorp@allmydata.com**20080317212203] |
---|
77 | [web/status.py: guard against file_size=None, closes #354 |
---|
78 | warner@lothar.com**20080317203110] |
---|
79 | [docs: link from install.html to the (imminent) location of allmydata-tahoe-0.9.0.tar.gz |
---|
80 | zooko@zooko.com**20080313200237] |
---|
81 | [docs: small edit to relnotes.txt |
---|
82 | zooko@zooko.com**20080313191326] |
---|
83 | [TAG allmydata-tahoe-0.9.0 |
---|
84 | zooko@zooko.com**20080313190958] |
---|
85 | Patch bundle hash: |
---|
86 | 1a2bf13ca66c966888107444751c9fbb49812c84 |
---|