1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
|
|
3 | |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.195 2005/05/27 05:47:13 codeman Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.513 2005/12/06 00:50:48 codeman Exp $ |
4 | |
5 | |
|
|
6 | *GLI-0.3 (27 Oct 2005) |
|
|
7 | |
|
|
8 | 5 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
9 | webgli: dhcp options in CC and post-install. |
|
|
10 | updated comparison chart. |
|
|
11 | |
|
|
12 | 4 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
13 | webgli_template.html: valign=top on left side. |
|
|
14 | webgli: fix bootloader boot_device. now working. |
|
|
15 | webgli: CC proxy done. post-install proxy in progress. |
|
|
16 | |
|
|
17 | 3 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
18 | src/net/server/webgli_template.html: |
|
|
19 | increase padding for content cell to 7px and add colspan=2 |
|
|
20 | |
|
|
21 | 3 Dec 2005; Nicholas D. Wolfood <blackace@gentoo.org> |
|
|
22 | webgli: added graphic bar on top |
|
|
23 | webgli: added hover effects on the links on the left |
|
|
24 | webgli: re-rendered header_bg.png to stretch without artifacts |
|
|
25 | |
|
|
26 | 3 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
27 | webgli: make.conf disabling fixes for dynamic_stage3 |
|
|
28 | fixed portage snapshot browse popup |
|
|
29 | all changes tested. |
|
|
30 | webgli: add debug mode to CC screen. the screen still needs lots of work. |
|
|
31 | |
|
|
32 | 1 Dec 2005; Preston Cody <codeman@gentoo.org> |
|
|
33 | added debug mode question to gli-dialog |
|
|
34 | added CC proxies to CC networking for gli-dialog |
|
|
35 | webgli: fixed skip CC networking if connection active |
|
|
36 | webgli: portage snapshot defaults to CD |
|
|
37 | webgli: bootloader mbr drive selection |
|
|
38 | webgli: USE flags unselectable if dynamic_stage3 |
|
|
39 | webgli: manual extra packages and save button. |
|
|
40 | |
|
|
41 | 28 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
42 | src/GLIUtility.py: |
|
|
43 | change ping count to 2 |
|
|
44 | docs/comparison.html |
|
|
45 | initial commit |
|
|
46 | |
|
|
47 | 27 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
48 | src/templates/x86ArchitectureTemplate.py: |
|
|
49 | fix map() issue with grub code |
|
|
50 | replace kernel_names and initrd_names loops with one-liners |
|
|
51 | |
|
|
52 | 27 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
53 | gli-dialog won't let you dynamic stage3 without systempkgs.txt. |
|
|
54 | initial gli-dialog support for recommended partitioning layout and clear. |
|
|
55 | failure cleanup now an option for gli-dialog. |
|
|
56 | move livecd-kernel to top of kernel lists. fix proto bug in rc.conf |
|
|
57 | added comparison list and updated TODO! |
|
|
58 | |
|
|
59 | 26 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
60 | src/GLIArchitectureTemplate.py: |
|
|
61 | fix to stage1() debug code |
|
|
62 | fix to stage2() debug code |
|
|
63 | |
|
|
64 | 26 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
65 | some more bootloader code fixes. forgot boot_device != mbr_device. |
|
|
66 | |
|
|
67 | 25 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
68 | src/GLIStorageDevice.py: |
|
|
69 | fix to unallocated space merging when last one is after part 4 |
|
|
70 | |
|
|
71 | 24 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
72 | src/GLIArchitectureTemplate.py: |
|
|
73 | small fix to debugging code in copy_pkg_to_chroot() |
|
|
74 | |
|
|
75 | 23 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
76 | more bugfixes with bootloader code |
|
|
77 | gli-dialog side appears to work |
|
|
78 | |
|
|
79 | 21 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
80 | initial adding of boot_device to backend. |
|
|
81 | initial boot_device support added to gli-dialog. |
|
|
82 | some fixes of my poor coding |
|
|
83 | |
|
|
84 | 20 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
85 | converted gli-dialog to use the install_package_list. |
|
|
86 | gtkfe has already been converted by AllanonJL |
|
|
87 | new way working in gli-dialog now and added to webgli. |
|
|
88 | added set/get_boot_device() to IP |
|
|
89 | |
|
|
90 | 19 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
91 | get_install_package_list added to InstallProfile. This can be used by the FEs |
|
|
92 | |
|
|
93 | 17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
94 | src/templates/x86ArchitectureTemplate.py: |
|
|
95 | call ls with '-1 --color=no' |
|
|
96 | |
|
|
97 | 16 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
98 | added warning (#9) to GRP ppl about stage3 tarballs |
|
|
99 | |
|
|
100 | 15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
101 | src/GLIArchitectureTemplate.py: |
|
|
102 | change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
|
|
103 | confused |
|
|
104 | |
|
|
105 | 13 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
106 | removed protocols from rc.conf screens |
|
|
107 | finished initial rc.conf and make.conf in webgli |
|
|
108 | |
|
|
109 | 13 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
110 | src/net/server/gliserv.py: |
|
|
111 | add -h option to usage() |
|
|
112 | show time and request URI in debug mode |
|
|
113 | show client IP in debug mode |
|
|
114 | just use IP instead of trying to do a reverse lookup |
|
|
115 | |
|
|
116 | 12 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
117 | src/net/server/gliserv.py: |
|
|
118 | 'classier' 401 message |
|
|
119 | proper commandline parsing |
|
|
120 | help via -h |
|
|
121 | user/pass can be specificed via commandline option |
|
|
122 | |
|
|
123 | 11 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
124 | src/net/server/gliserv.py: |
|
|
125 | basic HTTP auth |
|
|
126 | |
|
|
127 | 10 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
128 | src/net/server/gliserv.py: |
|
|
129 | dynamic module reloading (yipee!) |
|
|
130 | send 'Last-Modified' header for real files |
|
|
131 | respond to HEAD with just headers |
|
|
132 | src/net/server/handlers/WebGLIHandler.py: |
|
|
133 | icons for drives |
|
|
134 | |
|
|
135 | 7 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
136 | src/net/server/handlers/WebGLIHandler.py: |
|
|
137 | initial 'pretty' partition table display support |
|
|
138 | clicking partition in 'pretty' display works instead of radio buttons |
|
|
139 | radio buttons and pretty display work together |
|
|
140 | META redirect instead of javascript |
|
|
141 | pretty display stretches across entire screen |
|
|
142 | 'Recommended layout' and 'Clear drive' functions |
|
|
143 | properly catch exceptions from do_recommended() |
|
|
144 | src/GLIArchitectureTemplate.py: |
|
|
145 | replace preinst, copy, postinst, rm steps with qmerge |
|
|
146 | whoops...that shouldn't have been commented out |
|
|
147 | create image_dir with -p in copy_pkg_to_chroot() |
|
|
148 | more generic of symlink crappiness |
|
|
149 | new copy_pkg_to_chroot() actually works now |
|
|
150 | |
|
|
151 | 6 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
152 | src/GLIStorageDevice.py: |
|
|
153 | initial generic disk support |
|
|
154 | fixes for add_partition() code |
|
|
155 | src/net/server/handlers/WebGLIHandler.py: |
|
|
156 | added support for creating generic disks |
|
|
157 | add new partition working |
|
|
158 | save and delete partitions |
|
|
159 | |
|
|
160 | 6 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
161 | webgli: Partitioning making progress. |
|
|
162 | |
|
|
163 | 5 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
164 | src/GLIArchitectureTemplate.py: |
|
|
165 | copy_pkg_to_chroot() overhaul - does install the Right Way(TM) (copy files to |
|
|
166 | image dir, run pkg_setup, pkg_preinst, copy to /, pkg_postinst, remove image |
|
|
167 | dir) and works around /etc/gconf symlink problem |
|
|
168 | |
|
|
169 | 5 Nov 2005; Preston Cody <codeman@gentoo.org> |
|
|
170 | webgli: lots of updates. preliminary partitioning. extra packages works. |
|
|
171 | |
|
|
172 | 3 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
173 | src/net/server/gliserv.py: |
|
|
174 | httpd now supports HTTPS and falls back to HTTP if not available |
|
|
175 | make fallback actually work |
|
|
176 | src/net/server/SecureXMLRPCServer.py: |
|
|
177 | SecureSocketServer is now threaded |
|
|
178 | |
|
|
179 | 2 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
180 | src/net/client/gliclient.py: |
|
|
181 | try to use HTTPS for XMLRPC first and fallback to HTTP |
|
|
182 | pretend mode |
|
|
183 | src/net/server/gliserv.py, src/net/server/SecureXMLRPCServer.py: |
|
|
184 | HTTPS XMLRPC goodness from samyron |
|
|
185 | pass name of certificate |
|
|
186 | |
|
|
187 | 31 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
188 | wegli: daemons and services screens done. |
|
|
189 | |
|
|
190 | 30 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
191 | webgli: networking and users screens |
|
|
192 | added return_redirect to handler.py |
|
|
193 | loading and saving install/client profiles works for webgli now |
|
|
194 | Review also done |
|
|
195 | |
|
|
196 | *GLI-0.2 (27 Oct 2005) |
|
|
197 | |
|
|
198 | 26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
199 | src/templates/x86ArchitectureTemplate.py: |
|
|
200 | properly check for bootloader emerge exist status with exitsuccess() |
|
|
201 | log output of grub install command |
|
|
202 | add --batch --no-floppy to grub command |
|
|
203 | grubinstallstring only gets logged if debug is on |
|
|
204 | src/GLIUtility.py: |
|
|
205 | update progress bar to 100% when process finishes |
|
|
206 | |
|
|
207 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
208 | src/GLIClientController.py: |
|
|
209 | added debugging code for the interaction between the 2 threads via Event() |
|
|
210 | src/GLIUtility.py: |
|
|
211 | doubled the buffer size in spawn() |
|
|
212 | bump buffer size up to 16384 |
|
|
213 | only report progress in 5% increments |
|
|
214 | src/GLIArchitectureTemplate.py: |
|
|
215 | kernelpkgs.txt support code |
|
|
216 | above disabled because it sucks |
|
|
217 | added add_pkg_to_world() |
|
|
218 | |
|
|
219 | 24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
220 | src/GLIArchitectureTemplate.py: |
|
|
221 | use tar | tar to copy files in copy_pkg_to_chroot() |
|
|
222 | extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
|
|
223 | |
|
|
224 | 23 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
225 | DEBUGGING ADDED TO AT. verbose field added to CConfig. |
|
|
226 | |
|
|
227 | 23 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
228 | src/net/server/gliserv.py: |
|
|
229 | / maps to index.html |
|
|
230 | look for actual files in html/ |
|
|
231 | src/net/html: |
|
|
232 | new template |
|
|
233 | src/GLIUtility.py: |
|
|
234 | added parse_vdb_contents() |
|
|
235 | src/GLIArchitectureTemplate.py: |
|
|
236 | added copy_pkg_to_chroot() |
|
|
237 | added debug code to dynamic-stage3 |
|
|
238 | switch dynamic-stage3 to new method |
|
|
239 | lots of bug fixes from adding debug code |
|
|
240 | |
|
|
241 | 22 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
242 | webgli initial bootloader support + changed make.conf. |
|
|
243 | IP: changed defaults for stage, kernel_build_method, kernel_source_pkg. |
|
|
244 | |
|
|
245 | 20 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
246 | src/GLIUtility.py: |
|
|
247 | horrible tangled mess of code that is tarball unpacking subprogress display |
|
|
248 | add unpack progress to portage snapshot |
|
|
249 | use read() instead of readlines() in spawn() |
|
|
250 | only update progress bar for whole percents |
|
|
251 | |
|
|
252 | 19 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
253 | src/templates/x86ArchitectureTemplate.py: |
|
|
254 | change call to 'grub' to use GLIUtility.exitsuccess() |
|
|
255 | add definition of 'build_mode' in _configure_lilo() |
|
|
256 | src/misc/updategtkfe, src/misc/updateglid: |
|
|
257 | fix so subshell is called in root shell |
|
|
258 | |
|
|
259 | 18 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
260 | src/net/server/handlers/WebGLIHandler.py: |
|
|
261 | stage screen launches URI browser in sized window with various properties set |
|
|
262 | |
|
|
263 | 17 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
264 | src/misc/updategtkfe: |
|
|
265 | updated to actually work |
|
|
266 | remove previous snapshot and extracted dir before downloading |
|
|
267 | src/misc/updateglid: |
|
|
268 | updated to actually work |
|
|
269 | src/templates/x86ArchitectureTemplate.py: |
|
|
270 | fixed bug where grub code was looking for 'root+root+file_name2' |
|
|
271 | |
|
|
272 | 16 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
273 | src/net/server/handlers/WebGLIHandler.py: |
|
|
274 | URI browser |
|
|
275 | added mirror selection |
|
|
276 | src/GLIUtility.py: |
|
|
277 | ls via ssh strips off ending * |
|
|
278 | |
|
|
279 | 16 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
280 | more updates to webgli. stage selection. |
|
|
281 | |
|
|
282 | 11 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
283 | updated webgli with preliminary Network Mounts support. |
|
|
284 | |
|
|
285 | 9 Oct 2005; Preston Cody <codeman@gentoo.org> |
|
|
286 | GenDialog: string formatting and yes/no label fixes. |
|
|
287 | added WebGLI template for gliserv.py |
|
|
288 | added WebGLIHandler as well as a definition for it in gliserv.py |
|
|
289 | updates to the webgli files even though they won't be there for long. |
|
|
290 | Utility: remove exception for non-existant grppkgs.txt until the new livecd |
|
|
291 | goes public. |
|
|
292 | |
|
|
293 | 9 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
294 | src/net/server/gliserv.py: |
|
|
295 | override dict to not be so anal |
|
|
296 | main server now loads separate module to handle requests |
|
|
297 | src/net/server/handlers/ProfileHandler.py, src/net/server/handler.py: |
|
|
298 | split out profile URLs into separate handler function |
|
|
299 | move handlers into subdirectory |
|
|
300 | add Welcome and Clients handlers |
|
|
301 | |
|
|
302 | 5 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
303 | src/GLIUtility.py: |
|
|
304 | raise exception if password prompt received twice |
|
|
305 | |
|
|
306 | 2 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
307 | src/GLIUtility.py: |
|
|
308 | removed rot13ify() |
|
|
309 | |
|
|
310 | 1 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
311 | src/net/server/gliserv.py: |
|
|
312 | allow for param to be passed multiple times in GET |
|
|
313 | no XMLRPC functions return None |
|
|
314 | modify POST request parsing to only create a list if needed |
|
|
315 | fix GET request parsing so the list creation for multiple values works |
|
|
316 | src/net/client/gliclient.py: |
|
|
317 | various typo and type mismatch fixes |
|
|
318 | exit after exception |
|
|
319 | |
|
|
320 | 30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
321 | src/net/client/gliclient.py: |
|
|
322 | initial commit |
|
|
323 | pass MAC to XMLRPC functions |
|
|
324 | src/net/server/GLIServerProfile.py: |
|
|
325 | rename GLIClientsProfiles to GLIServerProfile |
|
|
326 | |
|
|
327 | 29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
328 | src/net/server/gliserv.py: |
|
|
329 | now handles POST requests |
|
|
330 | move majority of request handling code to common_handler() to reduce code |
|
|
331 | duplication |
|
|
332 | profile loading |
|
|
333 | client reg via XMLRPC goes into SharedInfo() |
|
|
334 | /showclients redesign |
|
|
335 | template fixes |
|
|
336 | allow handler functions to add/change headers |
|
|
337 | save profile |
|
|
338 | |
|
|
339 | 28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
340 | src/net/server/GLIClientsProfiles.py: |
|
|
341 | initial commit |
|
|
342 | src/net/server/template.html: |
|
|
343 | initial commit |
|
|
344 | src/net/server/gliserv.py: |
|
|
345 | add template mojo |
|
|
346 | |
|
|
347 | 26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
348 | src/net/server/gliserv.py: |
|
|
349 | XMLRPC mojo |
|
|
350 | |
|
|
351 | 22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
352 | src/GLIArchitectureTemplate.py: |
|
|
353 | add code in _edit_config() to comment line where variable is defined |
|
|
354 | previously |
|
|
355 | insert new line under previous definition of variable if it exists |
|
|
356 | small _edit_config() cleanup |
|
|
357 | src/GLIStorageDevice.py: |
|
|
358 | add clear_partitions() function |
|
|
359 | new sizes for recommended partition layout |
|
|
360 | automatically calculate swap size for recommended layout |
|
|
361 | |
|
|
362 | 21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
363 | src/templates/x86ArchitectureTemplate.py: |
|
|
364 | fat16 mojo |
|
|
365 | |
|
|
366 | 20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
367 | src/GLIStorageDevice.py: |
|
|
368 | prevent do_recommended() from being run twice |
|
|
369 | rewrite do_recommended() to be more robust |
|
|
370 | src/GLIArchitectureTemplate.py: |
|
|
371 | rework _edit_config() to not write duplicate entries |
|
|
372 | |
|
|
373 | 17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
374 | src/GLIStorageDevice.py: |
|
|
375 | added do_recommended() function to automatically created 256M/1G/* layout |
|
|
376 | |
|
|
377 | 17 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
378 | src/gli-dialog.py: added set_distcc to the list |
|
|
379 | GenDialog: added set_distcc. untested. |
|
|
380 | IP: added install_distcc flag. |
|
|
381 | AT: added install_distcc function based on the flag. runs after build_kernel |
|
|
382 | changed AT spawn command for distcc for nodeps. |
|
|
383 | |
|
|
384 | 16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
385 | src/GLIUtility.py: |
|
|
386 | add rot13ify() function |
|
|
387 | |
|
|
388 | 16 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
389 | src/GenDialog.py |
|
|
390 | added a sentence of text. unchecking support added. |
|
|
391 | |
|
|
392 | 15 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
393 | src/GLIUtility.py |
|
|
394 | added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
|
|
395 | src/GenDialog.py |
|
|
396 | still working on extra_packages. transformed the list to new format. |
|
|
397 | added GRP indication to list. untested. |
|
|
398 | TODO lists updated. |
|
|
399 | src/fe/dialog/gli-dialog.py |
|
|
400 | spelling mistook. |
|
|
401 | |
|
|
402 | 14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
403 | src/GLIUtility.py: |
|
|
404 | get_snapshot_from_cd() returns '' instead of 'file://' if nothing found |
|
|
405 | |
|
|
406 | 5 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
407 | src/GLIUtility.py: |
|
|
408 | add get_directory_listing_from_uri() |
|
|
409 | add http support to above |
|
|
410 | add ftp support to above |
|
|
411 | add scp support to above |
|
|
412 | src/GLIArchitectureTemplate.py: |
|
|
413 | "0" instead of 0 for key of single-element dict passed to _edit_config() |
|
|
414 | |
|
|
415 | 5 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
416 | value_only -> only_value |
|
|
417 | |
|
|
418 | 3 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
419 | gutted out all of etc_portage structure since it is now all handled by |
|
|
420 | etc_files |
|
|
421 | |
|
|
422 | 3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
423 | src/GLIArchitectureTemplate.py: |
|
|
424 | install_packages() sends progress update notifications |
|
|
425 | src/templates/x86ArchitectureTemplate.py: |
|
|
426 | increase sleep to 5s between format tries |
|
|
427 | src/GLIClientController.py: |
|
|
428 | pass 'self' to AT instead of 'self._pretend' |
|
|
429 | |
|
|
430 | 2 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
431 | logger -> logger.log in x86AT |
|
|
432 | |
|
|
433 | 1 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
434 | added set_etc_portage to IP. debugging gli-d's support for it. |
|
|
435 | |
|
|
436 | 1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
437 | src/templates/x86ArchitectureTemplate.py: |
|
|
438 | switch to 3 tries for mkfs instead of looping waiting for dev node to exist |
|
|
439 | |
|
|
440 | 30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
441 | src/GLIArchitectureTemplate.py: |
|
|
442 | add _portage_best_version() function and rework install_packages() to allow |
|
|
443 | for future X of Y tracking |
|
|
444 | Use best_visible instead of best_version |
|
|
445 | tracked down and fixed missing = causing empty install extra packages |
|
|
446 | use = when emerging also |
|
|
447 | quickpkg hokey pokey |
|
|
448 | run _get_packages_to_emerge() again with -pk |
|
|
449 | |
|
|
450 | 22 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
451 | src/ArchTemplate: removed install_xorg_x11, and put the xorg.conf copying at |
|
|
452 | the end of install_packages. |
|
|
453 | added updateglid to /src/misc |
|
|
454 | updated all core files with new GPL notice and copyright statement. |
|
|
455 | |
|
|
456 | 21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
457 | src/GLIUtility.py: |
|
|
458 | fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find |
|
|
459 | a snapshot in /mnt/cdrom/snapshots/ |
|
|
460 | get_snapshot_from_cd() adds file:// at the beginning |
|
|
461 | change calls to extra package special case functions to 'self.blah' |
|
|
462 | |
|
|
463 | 21 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
464 | src/ArchTemplate: changed "voodoo". |
|
|
465 | changed order of portage sync methods. made a fallback to webrsync if |
|
|
466 | normal emerge sync fails. |
|
|
467 | removed get_sources_from_cd because it is obsolete. |
|
|
468 | add special cases to install_packages. remove fatal exception on package |
|
|
469 | install failure b/c the box will still be bootable. |
|
|
470 | add install_xorg_x11. remove adding of xdm to runlevel. this will now be |
|
|
471 | handled in the FEs. |
|
|
472 | src/GenDialog: added a bunch of code for dealing with x11-based packages. |
|
|
473 | awaiting testing. |
|
|
474 | |
|
|
475 | 20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
476 | src/GLIStorageDevice.py: |
|
|
477 | global try/except block around fs resizable detection code |
|
|
478 | src/GLIArchitectureTemplate.py, src/GLIClientController.py: |
|
|
479 | install-failed cleanup function |
|
|
480 | |
|
|
481 | 18 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
482 | x86ArchTemplate: updated lilo code. separated out THREE commands. untested. |
|
|
483 | |
|
|
484 | 16 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
485 | GLIGenDialog: |
|
|
486 | add drive choices for loaded configs. |
|
|
487 | force snapshot for dynamic_stage3 |
|
|
488 | init the snapshoturi input to the cd snapshot if not already selected. |
|
|
489 | if dynamic_stage3, skip the make.conf step. |
|
|
490 | GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
|
|
491 | this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
|
|
492 | |
|
|
493 | 16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
494 | src/GLIArchitectureTemplate.py: |
|
|
495 | manually call MAKEDEV in stage3-dynamic code |
|
|
496 | copy /etc/inittab.old to /etc/inittab in chroot |
|
|
497 | src/GLIUtility.py: |
|
|
498 | add beginning of validate_uri() function |
|
|
499 | add file:/// support to validate_uri() |
|
|
500 | single quotes when setting livecd password |
|
|
501 | |
|
|
502 | 15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
503 | src/GLIGenDialog.py: |
|
|
504 | change getmountpoint() to get_mountpoint() |
|
|
505 | src/misc/updategtkfe: |
|
|
506 | committed script to automatically download latest snapshot and run gtkfe |
|
|
507 | src/templates/x86ArchitectureTemplate.py: |
|
|
508 | fix _configure_lilo_add_windows() for IP -> GLISD stuff |
|
|
509 | src/GLIArchitectureTemplate.py: |
|
|
510 | give tmp_minor an initial value in mount_local_partitions so that the value |
|
|
511 | remain from the previous drive |
|
|
512 | |
|
|
513 | 14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
514 | src/templates/x86ArchitectureTemplate.py: |
|
|
515 | Fix _configure_lilo() for IP using GLISD stuff |
|
|
516 | src/GLIArchitectureTemplate.py: |
|
|
517 | install_cron_daemon() treats "none" specially |
|
|
518 | |
|
|
519 | 14 Aug 2005; Preston Cody <codeman@gentoo.org> |
|
|
520 | old patch from Steven Mertens to resolve bug #96642 |
|
|
521 | numerous asthetic changes to GenDialog, no real functionality changes though. |
|
|
522 | strings renamed for global use if necessary. |
|
|
523 | fix all three parts of bug 102291 |
|
|
524 | disable set_etc_portage until fully-written. |
|
|
525 | |
|
|
526 | 13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
527 | src/GLIClientController.py: |
|
|
528 | lower-case http/ftp proxy envvars |
|
|
529 | |
|
|
530 | 12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
531 | src/GLIClientController.py: |
|
|
532 | log end of pre_install steps to aid in debugging |
|
|
533 | src/templates/x86ArchitectureTemplate.py: |
|
|
534 | change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
|
|
535 | |
|
|
536 | 10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
537 | src/GLIArchitectureTemplate.py |
|
|
538 | check to make sure that the device node we're wait for to exist isn't of |
|
|
539 | type 'free' |
|
|
540 | |
|
|
541 | 09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
542 | src/GLIGenDialog.py: |
|
|
543 | convert install_packages to list in set_extra_packages() |
|
|
544 | check return code of checklist() call in "Manual" section |
|
|
545 | *actually* fix the first problem |
|
|
546 | |
|
|
547 | 08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
|
|
548 | "source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
|
|
549 | -l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
|
|
550 | |
|
|
551 | 06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
552 | src/GLIArchitectureTemplate.py: |
|
|
553 | re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
|
|
554 | |
|
|
555 | 04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
556 | Add CDATA support to SimpleXMLParser and add utility functions for it. |
|
|
557 | |
|
|
558 | 04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
559 | src/GLIArchitectureTemplate.py: |
|
|
560 | Fix case where vixie-cron is specified as a full package atom, as we still |
|
|
561 | don't want to run 'crontab /etc/crontab' for it. |
|
|
562 | |
5 | *GLI-0.1_alpha (4 Apr 2005) |
563 | *GLI-0.1 (3 Aug 2005) |
|
|
564 | |
|
|
565 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
566 | add scp to list of is_uri() so GenDialog doesn't complain. |
|
|
567 | fixed livecd-kernel bug in bootloader code. |
|
|
568 | fixed gendialog for dynamic_stage3 instead of "networkless" |
|
|
569 | change bootloader to allow for both initrd and initramfs. |
|
|
570 | fix IP for dynamic_stage3. |
|
|
571 | fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
|
|
572 | |
|
|
573 | 30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
574 | Added full scp:// URI support to get_uri() in GLIUtility |
|
|
575 | Remove "networkless" from dynamic stage3 if locic. |
|
|
576 | Remove print statement from scp:// code. |
|
|
577 | Change scp code to check for "assword: " instead of "Password:" |
|
|
578 | Fix post-install network code to create net.eth1+ symlink correctly |
|
|
579 | Check to make sure pkg can be split on / and some debugging code |
|
|
580 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
|
|
581 | SimpleXMLParser handles True/False/None correctly now |
|
|
582 | Comment out above fix |
|
|
583 | Add partitioning wait-for-device-to-exist code to mount_local_partitions |
|
|
584 | |
|
|
585 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> |
|
|
586 | Removed a FIXME in the GLIClientConfiguration that is no |
|
|
587 | longer needed. |
|
|
588 | |
|
|
589 | 27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
590 | Default to x86 in ClientConfig |
|
|
591 | Typo in build-a-stage3 code. |
|
|
592 | Remove MAKEDEV call in build-a-stage3 postscript. |
|
|
593 | |
|
|
594 | 26 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
595 | Rewrote init of IP for gli-d. Other GenDialog updates. |
|
|
596 | allow network_type to be None in CConfig. |
|
|
597 | |
|
|
598 | 24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
599 | Add _dynamic_stage3 option to IP. |
|
|
600 | Add check for that option to dynamic stage3 code in ArchTemplate. |
|
|
601 | Fix code to determine default route in get_eth_info() in GLIUtility. |
|
|
602 | Fix serialization of dns-servers in ClientConfig. |
|
|
603 | |
|
|
604 | 24 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
605 | changed default values of cron/logger in IP. |
|
|
606 | moved GenDialog IP init out to the individual files. gli-dialog's version |
|
|
607 | will change quite a bit. |
|
|
608 | |
|
|
609 | 22 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
610 | added ppcArchTemplate. blank now. working on yaboot. |
|
|
611 | modified ArchTemplate for amd64 and ppc custom kernels. |
|
|
612 | skeleton implementation of _configure_yaboot. |
|
|
613 | small fixes to other templates. |
|
|
614 | |
|
|
615 | 21 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
616 | GenDialog updates. changed comment in IP. |
|
|
617 | |
|
|
618 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
619 | src/GLIInstallProfile.py: |
|
|
620 | Fix codeman's screwup of changing the service seperator to ',' in the parser |
|
|
621 | without changing it in the serialization code! Also document this in a |
|
|
622 | comment so you find it easier. Everybody needs to make sure they update |
|
|
623 | their install profiles! |
|
|
624 | |
|
|
625 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
626 | src/GLIArchitectureTemplate.py: |
|
|
627 | Fix casting of list to string and concat of None with string, as well as |
|
|
628 | commented prototype of checking that mounting actually worked (found a case |
|
|
629 | where mount can return success, but the mount won't be done). |
|
|
630 | |
|
|
631 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
632 | src/templates/x86ArchitectureTemplate.py: |
|
|
633 | Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop |
|
|
634 | checking for the device, and sleeping 1 second each time. |
|
|
635 | |
|
|
636 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
637 | src/templates/x86ArchitectureTemplate.py: |
|
|
638 | Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
|
|
639 | bootloader works again. Also rename _install_{grub,lilo} to |
|
|
640 | _configure_{grub,lilo} since they don't install the loaders anymore |
|
|
641 | themselves. |
|
|
642 | |
|
|
643 | 7 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
644 | fix global USE flags to not include the arch types at the end. |
|
|
645 | updates to GenDialog and gli-d. |
|
|
646 | |
|
|
647 | 6 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
648 | fixing bootloader code for no initrd and initrd->initramfs naming change. |
|
|
649 | |
|
|
650 | 6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
651 | Proper comments and parameters to GLIException in install_mta() |
|
|
652 | Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
|
|
653 | Add strip() to list_mirrors(), list_subarch_from_mirror() and |
|
|
654 | list_tarball_from_mirror() to eliminate blank last item. |
|
|
655 | |
|
|
656 | 5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
657 | Added stage3 generation code. |
|
|
658 | |
|
|
659 | 5 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
660 | Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
|
|
661 | Mild changes to GenDialog. |
|
|
662 | |
|
|
663 | 30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
664 | Remove separate install step configure_rc_conf() since it's handled by |
|
|
665 | update_config_files() |
|
|
666 | Make a copy of newvalues in _edit_config() so quotes aren't added when the |
|
|
667 | function is called twice on the same file. |
|
|
668 | |
|
|
669 | 29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
670 | Missing \ in sed in _get_packages_to_emerge() |
|
|
671 | Removed explicit emerging of hotplug and no longer add it to the runlevel. |
|
|
672 | Check in _quickpkg_deps() to ignore blank package names returned from |
|
|
673 | _get_packages_to_emerge() |
|
|
674 | |
|
|
675 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
676 | fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
|
|
677 | in the dialog.py gauge code. |
|
|
678 | |
|
|
679 | 28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
680 | Add code to update_config_files() to go through etc_files and update stuff. |
|
|
681 | Check to see that _etc_files['make.conf'] exists in get_make_conf() |
|
|
682 | Only use float() in partition xml parsing code if type == "free" |
|
|
683 | |
|
|
684 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
685 | finished almost all internationalization of GenDialog. |
|
|
686 | attempt at fixing rc.conf function. moved 3 generate functions out of |
|
|
687 | fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
|
|
688 | added dialog.py to the fe/dialog directory so it actually gets used. |
|
|
689 | |
|
|
690 | 27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
691 | Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
|
|
692 | |
|
|
693 | 27 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
694 | fix extra entry in list_mirrors() |
|
|
695 | beginning internationalization runthrough. |
|
|
696 | |
|
|
697 | 26 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
698 | added dialog.py to /src temporarily until it gets accepted upstream. |
|
|
699 | fix for unused value in form in dialog.py and changed heights. |
|
|
700 | fix GenDialog forms. |
|
|
701 | |
|
|
702 | 25 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
703 | Changed hostname/domainname for new baselayout. |
|
|
704 | Changed _add_to_runlevel errors to logs. |
|
|
705 | Updated TODO list to show status of GenDialog |
|
|
706 | More updates to GenDialog including two checklists that probably won't work. |
|
|
707 | update IP to use comma-separated list instead of space separated for services. |
|
|
708 | |
|
|
709 | 24 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
710 | Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
|
|
711 | GenDialog as it gets closer to completion. |
|
|
712 | |
|
|
713 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
714 | Modify get_eth_info() to take a full interface name (eth0 fex). float() |
|
|
715 | instead of int() in add_partition_device_partition() for minor (closes 96804) |
|
|
716 | |
|
|
717 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
718 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
|
|
719 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
|
|
720 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
|
|
721 | |
|
|
722 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
723 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
|
|
724 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
|
|
725 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
|
|
726 | Fix undefined variable 'output' issue in spawn(). |
|
|
727 | |
|
|
728 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
729 | More updates to GenDialog and gli-d. |
|
|
730 | |
|
|
731 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
732 | Modify list_mirrors() to return a list of mirror URL/name pairs. |
|
|
733 | |
|
|
734 | 19 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
735 | Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
|
|
736 | get subarch. |
|
|
737 | |
|
|
738 | 16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
739 | Backend partitioning will create disklabel is none exists. Installprofile |
|
|
740 | defaults to "" now instead of "msdos" for disklabel type. Fix for |
|
|
741 | mount_local_partitions() to remember device along with minor in the |
|
|
742 | parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
|
|
743 | add else block to log unsupported netmount types to mount_network_shares() |
|
|
744 | |
|
|
745 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
746 | src/GLIArchitectureTemplate.py: |
|
|
747 | Refactor kernel_compile common stuff, fix 2.4 build process. |
|
|
748 | src/fe/cli/clife.py: |
|
|
749 | Logging system. |
|
|
750 | src/GLIUtility.py, src/GLIStorageDevice.py: |
|
|
751 | Add comments about re-writes needed for boxes without sysfs. |
|
|
752 | |
|
|
753 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
754 | src/GLIArchitectureTemplate.py: |
|
|
755 | 2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
|
|
756 | 'make dep' call for custom compile. build_mode support for prepare-only and |
|
|
757 | none types completed. custom compile function chains shell functions in |
|
|
758 | spawned script, to allow for catching all errors. |
|
|
759 | |
|
|
760 | 15 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
761 | fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
|
|
762 | and GenDialog. other gendialog updates as well. kernel updates untested. |
|
|
763 | |
|
|
764 | 14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
765 | src/GLIInstallProfile.py: |
|
|
766 | Change structure of etc-portage stuff. The serialization was broken before my |
|
|
767 | last commit, and I am the only person that's ever used it. The new schema is |
|
|
768 | as follows: |
|
|
769 | <etc-portage> |
|
|
770 | <file name="package.mask"/> |
|
|
771 | <file name="package.unmask"> |
|
|
772 | <entry atom="sys-kernel/openmosix-sources"/> |
|
|
773 | </file> |
|
|
774 | <file name="package.use"> |
|
|
775 | <entry atom="sys-libs/db"> |
|
|
776 | -java |
|
|
777 | </entry> |
|
|
778 | <entry atom="dev-libs/cyrus-sasl"> |
|
|
779 | -ldap |
|
|
780 | </entry> |
|
|
781 | </file> |
|
|
782 | </etc-portage> |
|
|
783 | |
|
|
784 | |
|
|
785 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
786 | src/GLIInstallProfile.py: |
|
|
787 | Add new entry for gli-profile/kernel-build-method item. Add missing |
|
|
788 | serialize_etc_portage (temporary). Make serialize_make_conf always print the |
|
|
789 | keys in the same order. |
|
|
790 | |
|
|
791 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
792 | src/GLIArchitectureTemplate.py: |
|
|
793 | Clean up commenting used by _edit_config(), and fix bug where wrong comment |
|
|
794 | was repeatedly appended to make.conf. |
|
|
795 | |
|
|
796 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
797 | src/GLIArchitectureTemplate.py: |
|
|
798 | Put some Linux-2.6 specific code under a if statement. Store list of |
|
|
799 | successfully mounted swap device for using swapoff. Add proper error checking |
|
|
800 | to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
|
|
801 | 'file'. Clean up some redundant code (thanks to pychecker).' |
|
|
802 | |
|
|
803 | 13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
804 | Fix typos: get_extended() instead of get_extended_partition(). Added |
|
|
805 | list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
|
|
806 | Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
|
|
807 | |
|
|
808 | 12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
|
|
809 | GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
|
|
810 | in add_network_interface. |
|
|
811 | |
|
|
812 | 12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
|
|
813 | ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
|
|
814 | usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
|
|
815 | space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
|
|
816 | prepare_chroot. |
|
|
817 | |
|
|
818 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
|
|
819 | +src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
|
|
820 | +src/fe/installer-gtk: |
|
|
821 | Add new automated CLI frontend. Add scripts that are the intended means to |
|
|
822 | use each frontend. |
|
|
823 | |
|
|
824 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
825 | src/GLIClientController.py: |
|
|
826 | Add null type to network config, for cases where the interface is already up |
|
|
827 | and should not be touched (netboot for example). |
|
|
828 | |
|
|
829 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
830 | src/GLIArchitectureTemplate.py: |
|
|
831 | pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
|
|
832 | string!. Try to use binary packages if available by default. |
|
|
833 | |
|
|
834 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
835 | src/GLIArchitectureTemplate.py: |
|
|
836 | More error checking for _add_to_runlevel, to ensure that the init script |
|
|
837 | actually exists before we try to add it. set_services phase must take place |
|
|
838 | after the package installation, otherwise the init scripts might not exist. |
|
|
839 | Find the correct init script for the cron and logging daemons, and add that |
|
|
840 | instead of the package atom. |
|
|
841 | |
|
|
842 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
843 | src/GLIArchitectureTemplate.py: |
|
|
844 | Fix up _edit_config so that it works if the file doesn't already exist. Fix |
|
|
845 | usage of 'file' to 'contents' for the variable name, as it shadows |
|
|
846 | __builtin__.file. |
|
|
847 | |
|
|
848 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
849 | src/GLIArchitectureTemplate.py: |
|
|
850 | Add MTA install code, and include MTA install phase. Ensure |
|
|
851 | PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
|
|
852 | for 'none' kernel config for build_kernel phase. Put kernel_script in |
|
|
853 | /var/tmp instead of /root for build_kernel phase. |
|
|
854 | |
|
|
855 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
|
|
856 | Rename mta variables to match syslog/cron variables. |
|
|
857 | |
|
|
858 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
859 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
|
|
860 | src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
|
|
861 | src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
|
|
862 | src/templates/.cvsignore, src/tests/.cvsignore: |
|
|
863 | Refactor partition formatting again to include error checking. Allow 'none' |
|
|
864 | for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
|
|
865 | |
|
|
866 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
867 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
|
|
868 | Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
|
|
869 | only have a single spawn call. |
|
|
870 | |
|
|
871 | 11 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
872 | refixed samyron's fix of set_architecture_template. |
|
|
873 | |
|
|
874 | 11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
875 | Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
|
|
876 | be executable. |
|
|
877 | |
|
|
878 | 10 Jun 2005; Scott Myron <samyron@gentoo.org> |
|
|
879 | Fixed one of the FIXME's in the ClientConfiguration. There is now some |
|
|
880 | error checking when you call set_architecture_template. |
|
|
881 | |
|
|
882 | 10 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
883 | moved the mkfsopts input to the partition options menu instead of the during |
|
|
884 | the creation process. updated GenDialog to say it supports reiserfs v3. |
|
|
885 | |
|
|
886 | 9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
|
|
887 | src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
|
|
888 | Complete support for 'mkfsopts' parameter in main system and dialogfe. |
|
|
889 | Add support for other partition types to dialogfe. |
|
|
890 | Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
|
|
891 | avoid integer overflows and wraparounds. |
|
|
892 | |
|
|
893 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
894 | Removed start/end from XML output and added mkfsopts to partitioning info. |
|
|
895 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
|
|
896 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
|
|
897 | in GLIClientConfiguration. Change from .1 and .9 to constants for |
|
|
898 | partitioning. Fix free space overwriting bug. Remove a few unused functions |
|
|
899 | from rewrite. Fix call to get_partition_at() |
|
|
900 | |
|
|
901 | 8 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
902 | Updates to GenDialog and dialogfe. |
|
|
903 | |
|
|
904 | 7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
905 | Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
|
|
906 | |
|
|
907 | 6 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
908 | more GenDialog updates to partitioning. |
|
|
909 | |
|
|
910 | 5 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
911 | Indenting issue in GLISD/get_ordered_partition_list. |
|
|
912 | updates to GenDialog partitioning and added default UTC for timezone in IP. |
|
|
913 | |
|
|
914 | 5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
915 | Added GLISD.get_model() |
|
|
916 | |
|
|
917 | 3 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
918 | Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
|
|
919 | More updates to GenDialog :) |
|
|
920 | |
|
|
921 | 3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
922 | Added get_interface_realname() function. |
|
|
923 | |
|
|
924 | 2 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
925 | Added auto-save of CConfig and copying to new /root after install. |
|
|
926 | yet even more GenDialog updates. |
|
|
927 | |
|
|
928 | 1 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
929 | removed print statement from GLISD. more updates to GenDialog. |
|
|
930 | |
|
|
931 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
932 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
|
|
933 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
|
|
934 | loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
|
|
935 | places in GLIClientConfiguration. |
|
|
936 | |
|
|
937 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
938 | Fix mount_local_partitions(), configure_fstab(), and |
|
|
939 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
|
|
940 | A few more fixes for templates/x86Archtemplate |
6 | |
941 | |
7 | 27 May 2005; Preston Cody <codeman@gentoo.org> |
942 | 27 May 2005; Preston Cody <codeman@gentoo.org> |
8 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
943 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
9 | a work in progress. |
944 | a work in progress. |
10 | |
945 | |