Ticket #360: Allmydata GNUmakefile signal-error.txt

File Allmydata GNUmakefile signal-error.txt, 3.7 KB (added by zooko, at 2008-03-21T06:01:48Z)
Line 
1From: Paul Gerhardt <Paul.Gerhardt@Colorado.EDU>
2Date: March 20, 2008 9:56:19 PM MDT
3To: zooko@zooko.com
4Subject: Allmydata GNUmakefile signal-error
5
6Here's the edited GNUEmakefile without the signal-error "prints"
7-Paul
8
9New patches:
10
11[Don't echo signal-error
12pmg@colorado.edu[B[A**20080320214437] {
13hunk ./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
16hunk ./GNUmakefile 174
17-       $(PYTHON) -c 'import win32process' || $(MAKE) signal-error-pywin32-dep
18+       @$(PYTHON) -c 'import win32process' || $(MAKE) signal-error-pywin32-dep
19hunk ./GNUmakefile 177
20-       $(PYTHON) -c 'import OpenSSL' || $(MAKE) signal-error-pyopenssl-dep
21+       @$(PYTHON) -c 'import OpenSSL' || $(MAKE) signal-error-pyopenssl-dep
22}
23
24Context:
25
26[native client - adding support for special icons for shared and recycling directories
27secorp@allmydata.com**20080320223026]
28[refactor one of the dispatch routines in webish.py
29zooko@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
33warner@lothar.com**20080320191841]
34[resolve conflict in windows installer conf
35robk-tahoe@allmydata.com**20080319003844]
36[confwiz: refine the descriptive text on the conf wiz pages
37robk-tahoe@allmydata.com**20080319000647]
38[windows installer: use an allmydata logo in setup wizard
39robk-tahoe@allmydata.com**20080318231807]
40[confwiz: reworked confwiz look and feel
41robk-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
48robk-tahoe@allmydata.com**20080318231338]
49[native client - adding checks for elevating and managing privileges on Vista
50secorp@allmydata.com**20080318221259]
51[webish mkdir-p: added unit test
52robk-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.
60secorp@allmydata.com**20080318174443]
61[native client - added StartAllmydata.exe so that we can start/stop processes in Vista
62secorp@allmydata.com**20080318171847]
63[add a mkdir-p POST handler
64robk-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
76secorp@allmydata.com**20080317212203]
77[web/status.py: guard against file_size=None, closes #354
78warner@lothar.com**20080317203110]
79[docs: link from install.html to the (imminent) location of allmydata-tahoe-0.9.0.tar.gz
80zooko@zooko.com**20080313200237]
81[docs: small edit to relnotes.txt
82zooko@zooko.com**20080313191326]
83[TAG allmydata-tahoe-0.9.0
84zooko@zooko.com**20080313190958]
85Patch bundle hash:
861a2bf13ca66c966888107444751c9fbb49812c84