1 |
# ChangeLog for Gentoo Linux Installer |
2 |
# Copyright 2005-2005 Gentoo Technologies, Inc. |
3 |
|
4 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.492 2005/11/22 16:09:34 codeman Exp $ |
5 |
|
6 |
*GLI-0.3 (27 Oct 2005) |
7 |
|
8 |
21 Nov 2005; Preston Cody <codeman@gentoo.org> |
9 |
initial adding of boot_device to backend. |
10 |
initial boot_device support added to gli-dialog. |
11 |
some fixes of my poor coding |
12 |
|
13 |
20 Nov 2005; Preston Cody <codeman@gentoo.org> |
14 |
converted gli-dialog to use the install_package_list. |
15 |
gtkfe has already been converted by AllanonJL |
16 |
new way working in gli-dialog now and added to webgli. |
17 |
added set/get_boot_device() to IP |
18 |
|
19 |
|
20 |
19 Nov 2005; Preston Cody <codeman@gentoo.org> |
21 |
get_install_package_list added to InstallProfile. This can be used by the FEs |
22 |
|
23 |
17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
24 |
src/templates/x86ArchitectureTemplate.py: |
25 |
call ls with '-1 --color=no' |
26 |
|
27 |
16 Nov 2005; Preston Cody <codeman@gentoo.org> |
28 |
added warning (#9) to GRP ppl about stage3 tarballs |
29 |
|
30 |
15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
31 |
src/GLIArchitectureTemplate.py: |
32 |
change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
33 |
confused |
34 |
|
35 |
13 Nov 2005; Preston Cody <codeman@gentoo.org> |
36 |
removed protocols from rc.conf screens |
37 |
finished initial rc.conf and make.conf in webgli |
38 |
|
39 |
13 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
40 |
src/net/server/gliserv.py: |
41 |
add -h option to usage() |
42 |
show time and request URI in debug mode |
43 |
show client IP in debug mode |
44 |
just use IP instead of trying to do a reverse lookup |
45 |
|
46 |
12 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
47 |
src/net/server/gliserv.py: |
48 |
'classier' 401 message |
49 |
proper commandline parsing |
50 |
help via -h |
51 |
user/pass can be specificed via commandline option |
52 |
|
53 |
11 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
54 |
src/net/server/gliserv.py: |
55 |
basic HTTP auth |
56 |
|
57 |
10 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
58 |
src/net/server/gliserv.py: |
59 |
dynamic module reloading (yipee!) |
60 |
send 'Last-Modified' header for real files |
61 |
respond to HEAD with just headers |
62 |
src/net/server/handlers/WebGLIHandler.py: |
63 |
icons for drives |
64 |
|
65 |
7 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
66 |
src/net/server/handlers/WebGLIHandler.py: |
67 |
initial 'pretty' partition table display support |
68 |
clicking partition in 'pretty' display works instead of radio buttons |
69 |
radio buttons and pretty display work together |
70 |
META redirect instead of javascript |
71 |
pretty display stretches across entire screen |
72 |
'Recommended layout' and 'Clear drive' functions |
73 |
properly catch exceptions from do_recommended() |
74 |
src/GLIArchitectureTemplate.py: |
75 |
replace preinst, copy, postinst, rm steps with qmerge |
76 |
whoops...that shouldn't have been commented out |
77 |
create image_dir with -p in copy_pkg_to_chroot() |
78 |
more generic of symlink crappiness |
79 |
new copy_pkg_to_chroot() actually works now |
80 |
|
81 |
6 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
82 |
src/GLIStorageDevice.py: |
83 |
initial generic disk support |
84 |
fixes for add_partition() code |
85 |
src/net/server/handlers/WebGLIHandler.py: |
86 |
added support for creating generic disks |
87 |
add new partition working |
88 |
save and delete partitions |
89 |
|
90 |
6 Nov 2005; Preston Cody <codeman@gentoo.org> |
91 |
webgli: Partitioning making progress. |
92 |
|
93 |
5 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
94 |
src/GLIArchitectureTemplate.py: |
95 |
copy_pkg_to_chroot() overhaul - does install the Right Way(TM) (copy files to |
96 |
image dir, run pkg_setup, pkg_preinst, copy to /, pkg_postinst, remove image |
97 |
dir) and works around /etc/gconf symlink problem |
98 |
|
99 |
5 Nov 2005; Preston Cody <codeman@gentoo.org> |
100 |
webgli: lots of updates. preliminary partitioning. extra packages works. |
101 |
|
102 |
3 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
103 |
src/net/server/gliserv.py: |
104 |
httpd now supports HTTPS and falls back to HTTP if not available |
105 |
make fallback actually work |
106 |
src/net/server/SecureXMLRPCServer.py: |
107 |
SecureSocketServer is now threaded |
108 |
|
109 |
2 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> |
110 |
src/net/client/gliclient.py: |
111 |
try to use HTTPS for XMLRPC first and fallback to HTTP |
112 |
pretend mode |
113 |
src/net/server/gliserv.py, src/net/server/SecureXMLRPCServer.py: |
114 |
HTTPS XMLRPC goodness from samyron |
115 |
pass name of certificate |
116 |
|
117 |
31 Oct 2005; Preston Cody <codeman@gentoo.org> |
118 |
wegli: daemons and services screens done. |
119 |
|
120 |
30 Oct 2005; Preston Cody <codeman@gentoo.org> |
121 |
webgli: networking and users screens |
122 |
added return_redirect to handler.py |
123 |
loading and saving install/client profiles works for webgli now |
124 |
Review also done |
125 |
|
126 |
*GLI-0.2 (27 Oct 2005) |
127 |
|
128 |
26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
129 |
src/templates/x86ArchitectureTemplate.py: |
130 |
properly check for bootloader emerge exist status with exitsuccess() |
131 |
log output of grub install command |
132 |
add --batch --no-floppy to grub command |
133 |
grubinstallstring only gets logged if debug is on |
134 |
src/GLIUtility.py: |
135 |
update progress bar to 100% when process finishes |
136 |
|
137 |
25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
138 |
src/GLIClientController.py: |
139 |
added debugging code for the interaction between the 2 threads via Event() |
140 |
src/GLIUtility.py: |
141 |
doubled the buffer size in spawn() |
142 |
bump buffer size up to 16384 |
143 |
only report progress in 5% increments |
144 |
src/GLIArchitectureTemplate.py: |
145 |
kernelpkgs.txt support code |
146 |
above disabled because it sucks |
147 |
added add_pkg_to_world() |
148 |
|
149 |
24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
150 |
src/GLIArchitectureTemplate.py: |
151 |
use tar | tar to copy files in copy_pkg_to_chroot() |
152 |
extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
153 |
|
154 |
23 Oct 2005; Preston Cody <codeman@gentoo.org> |
155 |
DEBUGGING ADDED TO AT. verbose field added to CConfig. |
156 |
|
157 |
23 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
158 |
src/net/server/gliserv.py: |
159 |
/ maps to index.html |
160 |
look for actual files in html/ |
161 |
src/net/html: |
162 |
new template |
163 |
src/GLIUtility.py: |
164 |
added parse_vdb_contents() |
165 |
src/GLIArchitectureTemplate.py: |
166 |
added copy_pkg_to_chroot() |
167 |
added debug code to dynamic-stage3 |
168 |
switch dynamic-stage3 to new method |
169 |
lots of bug fixes from adding debug code |
170 |
|
171 |
22 Oct 2005; Preston Cody <codeman@gentoo.org> |
172 |
webgli initial bootloader support + changed make.conf. |
173 |
IP: changed defaults for stage, kernel_build_method, kernel_source_pkg. |
174 |
|
175 |
20 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
176 |
src/GLIUtility.py: |
177 |
horrible tangled mess of code that is tarball unpacking subprogress display |
178 |
add unpack progress to portage snapshot |
179 |
use read() instead of readlines() in spawn() |
180 |
only update progress bar for whole percents |
181 |
|
182 |
19 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
183 |
src/templates/x86ArchitectureTemplate.py: |
184 |
change call to 'grub' to use GLIUtility.exitsuccess() |
185 |
add definition of 'build_mode' in _configure_lilo() |
186 |
src/misc/updategtkfe, src/misc/updateglid: |
187 |
fix so subshell is called in root shell |
188 |
|
189 |
18 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
190 |
src/net/server/handlers/WebGLIHandler.py: |
191 |
stage screen launches URI browser in sized window with various properties set |
192 |
|
193 |
17 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
194 |
src/misc/updategtkfe: |
195 |
updated to actually work |
196 |
remove previous snapshot and extracted dir before downloading |
197 |
src/misc/updateglid: |
198 |
updated to actually work |
199 |
src/templates/x86ArchitectureTemplate.py: |
200 |
fixed bug where grub code was looking for 'root+root+file_name2' |
201 |
|
202 |
16 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
203 |
src/net/server/handlers/WebGLIHandler.py: |
204 |
URI browser |
205 |
added mirror selection |
206 |
src/GLIUtility.py: |
207 |
ls via ssh strips off ending * |
208 |
|
209 |
16 Oct 2005; Preston Cody <codeman@gentoo.org> |
210 |
more updates to webgli. stage selection. |
211 |
|
212 |
11 Oct 2005; Preston Cody <codeman@gentoo.org> |
213 |
updated webgli with preliminary Network Mounts support. |
214 |
|
215 |
9 Oct 2005; Preston Cody <codeman@gentoo.org> |
216 |
GenDialog: string formatting and yes/no label fixes. |
217 |
added WebGLI template for gliserv.py |
218 |
added WebGLIHandler as well as a definition for it in gliserv.py |
219 |
updates to the webgli files even though they won't be there for long. |
220 |
Utility: remove exception for non-existant grppkgs.txt until the new livecd |
221 |
goes public. |
222 |
|
223 |
9 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
224 |
src/net/server/gliserv.py: |
225 |
override dict to not be so anal |
226 |
main server now loads separate module to handle requests |
227 |
src/net/server/handlers/ProfileHandler.py, src/net/server/handler.py: |
228 |
split out profile URLs into separate handler function |
229 |
move handlers into subdirectory |
230 |
add Welcome and Clients handlers |
231 |
|
232 |
5 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
233 |
src/GLIUtility.py: |
234 |
raise exception if password prompt received twice |
235 |
|
236 |
2 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
237 |
src/GLIUtility.py: |
238 |
removed rot13ify() |
239 |
|
240 |
1 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
241 |
src/net/server/gliserv.py: |
242 |
allow for param to be passed multiple times in GET |
243 |
no XMLRPC functions return None |
244 |
modify POST request parsing to only create a list if needed |
245 |
fix GET request parsing so the list creation for multiple values works |
246 |
src/net/client/gliclient.py: |
247 |
various typo and type mismatch fixes |
248 |
exit after exception |
249 |
|
250 |
30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
251 |
src/net/client/gliclient.py: |
252 |
initial commit |
253 |
pass MAC to XMLRPC functions |
254 |
src/net/server/GLIServerProfile.py: |
255 |
rename GLIClientsProfiles to GLIServerProfile |
256 |
|
257 |
29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
258 |
src/net/server/gliserv.py: |
259 |
now handles POST requests |
260 |
move majority of request handling code to common_handler() to reduce code |
261 |
duplication |
262 |
profile loading |
263 |
client reg via XMLRPC goes into SharedInfo() |
264 |
/showclients redesign |
265 |
template fixes |
266 |
allow handler functions to add/change headers |
267 |
save profile |
268 |
|
269 |
28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
270 |
src/net/server/GLIClientsProfiles.py: |
271 |
initial commit |
272 |
src/net/server/template.html: |
273 |
initial commit |
274 |
src/net/server/gliserv.py: |
275 |
add template mojo |
276 |
|
277 |
26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
278 |
src/net/server/gliserv.py: |
279 |
XMLRPC mojo |
280 |
|
281 |
22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
282 |
src/GLIArchitectureTemplate.py: |
283 |
add code in _edit_config() to comment line where variable is defined |
284 |
previously |
285 |
insert new line under previous definition of variable if it exists |
286 |
small _edit_config() cleanup |
287 |
src/GLIStorageDevice.py: |
288 |
add clear_partitions() function |
289 |
new sizes for recommended partition layout |
290 |
automatically calculate swap size for recommended layout |
291 |
|
292 |
21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
293 |
src/templates/x86ArchitectureTemplate.py: |
294 |
fat16 mojo |
295 |
|
296 |
20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
297 |
src/GLIStorageDevice.py: |
298 |
prevent do_recommended() from being run twice |
299 |
rewrite do_recommended() to be more robust |
300 |
src/GLIArchitectureTemplate.py: |
301 |
rework _edit_config() to not write duplicate entries |
302 |
|
303 |
17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
304 |
src/GLIStorageDevice.py: |
305 |
added do_recommended() function to automatically created 256M/1G/* layout |
306 |
|
307 |
17 Sep 2005; Preston Cody <codeman@gentoo.org> |
308 |
src/gli-dialog.py: added set_distcc to the list |
309 |
GenDialog: added set_distcc. untested. |
310 |
IP: added install_distcc flag. |
311 |
AT: added install_distcc function based on the flag. runs after build_kernel |
312 |
changed AT spawn command for distcc for nodeps. |
313 |
|
314 |
16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
315 |
src/GLIUtility.py: |
316 |
add rot13ify() function |
317 |
|
318 |
16 Sep 2005; Preston Cody <codeman@gentoo.org> |
319 |
src/GenDialog.py |
320 |
added a sentence of text. unchecking support added. |
321 |
|
322 |
15 Sep 2005; Preston Cody <codeman@gentoo.org> |
323 |
src/GLIUtility.py |
324 |
added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
325 |
src/GenDialog.py |
326 |
still working on extra_packages. transformed the list to new format. |
327 |
added GRP indication to list. untested. |
328 |
TODO lists updated. |
329 |
src/fe/dialog/gli-dialog.py |
330 |
spelling mistook. |
331 |
|
332 |
14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
333 |
src/GLIUtility.py: |
334 |
get_snapshot_from_cd() returns '' instead of 'file://' if nothing found |
335 |
|
336 |
5 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
337 |
src/GLIUtility.py: |
338 |
add get_directory_listing_from_uri() |
339 |
add http support to above |
340 |
add ftp support to above |
341 |
add scp support to above |
342 |
src/GLIArchitectureTemplate.py: |
343 |
"0" instead of 0 for key of single-element dict passed to _edit_config() |
344 |
|
345 |
5 Sep 2005; Preston Cody <codeman@gentoo.org> |
346 |
value_only -> only_value |
347 |
|
348 |
3 Sep 2005; Preston Cody <codeman@gentoo.org> |
349 |
gutted out all of etc_portage structure since it is now all handled by |
350 |
etc_files |
351 |
|
352 |
3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
353 |
src/GLIArchitectureTemplate.py: |
354 |
install_packages() sends progress update notifications |
355 |
src/templates/x86ArchitectureTemplate.py: |
356 |
increase sleep to 5s between format tries |
357 |
src/GLIClientController.py: |
358 |
pass 'self' to AT instead of 'self._pretend' |
359 |
|
360 |
2 Sep 2005; Preston Cody <codeman@gentoo.org> |
361 |
logger -> logger.log in x86AT |
362 |
|
363 |
1 Sep 2005; Preston Cody <codeman@gentoo.org> |
364 |
added set_etc_portage to IP. debugging gli-d's support for it. |
365 |
|
366 |
1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
367 |
src/templates/x86ArchitectureTemplate.py: |
368 |
switch to 3 tries for mkfs instead of looping waiting for dev node to exist |
369 |
|
370 |
30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
371 |
src/GLIArchitectureTemplate.py: |
372 |
add _portage_best_version() function and rework install_packages() to allow |
373 |
for future X of Y tracking |
374 |
Use best_visible instead of best_version |
375 |
tracked down and fixed missing = causing empty install extra packages |
376 |
use = when emerging also |
377 |
quickpkg hokey pokey |
378 |
run _get_packages_to_emerge() again with -pk |
379 |
|
380 |
22 Aug 2005; Preston Cody <codeman@gentoo.org> |
381 |
src/ArchTemplate: removed install_xorg_x11, and put the xorg.conf copying at |
382 |
the end of install_packages. |
383 |
added updateglid to /src/misc |
384 |
updated all core files with new GPL notice and copyright statement. |
385 |
|
386 |
21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
387 |
src/GLIUtility.py: |
388 |
fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find |
389 |
a snapshot in /mnt/cdrom/snapshots/ |
390 |
get_snapshot_from_cd() adds file:// at the beginning |
391 |
change calls to extra package special case functions to 'self.blah' |
392 |
|
393 |
21 Aug 2005; Preston Cody <codeman@gentoo.org> |
394 |
src/ArchTemplate: changed "voodoo". |
395 |
changed order of portage sync methods. made a fallback to webrsync if |
396 |
normal emerge sync fails. |
397 |
removed get_sources_from_cd because it is obsolete. |
398 |
add special cases to install_packages. remove fatal exception on package |
399 |
install failure b/c the box will still be bootable. |
400 |
add install_xorg_x11. remove adding of xdm to runlevel. this will now be |
401 |
handled in the FEs. |
402 |
src/GenDialog: added a bunch of code for dealing with x11-based packages. |
403 |
awaiting testing. |
404 |
|
405 |
20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
406 |
src/GLIStorageDevice.py: |
407 |
global try/except block around fs resizable detection code |
408 |
src/GLIArchitectureTemplate.py, src/GLIClientController.py: |
409 |
install-failed cleanup function |
410 |
|
411 |
18 Aug 2005; Preston Cody <codeman@gentoo.org> |
412 |
x86ArchTemplate: updated lilo code. separated out THREE commands. untested. |
413 |
|
414 |
16 Aug 2005; Preston Cody <codeman@gentoo.org> |
415 |
GLIGenDialog: |
416 |
add drive choices for loaded configs. |
417 |
force snapshot for dynamic_stage3 |
418 |
init the snapshoturi input to the cd snapshot if not already selected. |
419 |
if dynamic_stage3, skip the make.conf step. |
420 |
GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
421 |
this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
422 |
|
423 |
16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
424 |
src/GLIArchitectureTemplate.py: |
425 |
manually call MAKEDEV in stage3-dynamic code |
426 |
copy /etc/inittab.old to /etc/inittab in chroot |
427 |
src/GLIUtility.py: |
428 |
add beginning of validate_uri() function |
429 |
add file:/// support to validate_uri() |
430 |
single quotes when setting livecd password |
431 |
|
432 |
15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
433 |
src/GLIGenDialog.py: |
434 |
change getmountpoint() to get_mountpoint() |
435 |
src/misc/updategtkfe: |
436 |
committed script to automatically download latest snapshot and run gtkfe |
437 |
src/templates/x86ArchitectureTemplate.py: |
438 |
fix _configure_lilo_add_windows() for IP -> GLISD stuff |
439 |
src/GLIArchitectureTemplate.py: |
440 |
give tmp_minor an initial value in mount_local_partitions so that the value |
441 |
remain from the previous drive |
442 |
|
443 |
14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
444 |
src/templates/x86ArchitectureTemplate.py: |
445 |
Fix _configure_lilo() for IP using GLISD stuff |
446 |
src/GLIArchitectureTemplate.py: |
447 |
install_cron_daemon() treats "none" specially |
448 |
|
449 |
14 Aug 2005; Preston Cody <codeman@gentoo.org> |
450 |
old patch from Steven Mertens to resolve bug #96642 |
451 |
numerous asthetic changes to GenDialog, no real functionality changes though. |
452 |
strings renamed for global use if necessary. |
453 |
fix all three parts of bug 102291 |
454 |
disable set_etc_portage until fully-written. |
455 |
|
456 |
13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
457 |
src/GLIClientController.py: |
458 |
lower-case http/ftp proxy envvars |
459 |
|
460 |
12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
461 |
src/GLIClientController.py: |
462 |
log end of pre_install steps to aid in debugging |
463 |
src/templates/x86ArchitectureTemplate.py: |
464 |
change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
465 |
|
466 |
10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
467 |
src/GLIArchitectureTemplate.py |
468 |
check to make sure that the device node we're wait for to exist isn't of |
469 |
type 'free' |
470 |
|
471 |
09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
472 |
src/GLIGenDialog.py: |
473 |
convert install_packages to list in set_extra_packages() |
474 |
check return code of checklist() call in "Manual" section |
475 |
*actually* fix the first problem |
476 |
|
477 |
08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
478 |
"source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
479 |
-l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
480 |
|
481 |
06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
482 |
src/GLIArchitectureTemplate.py: |
483 |
re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
484 |
|
485 |
04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
486 |
Add CDATA support to SimpleXMLParser and add utility functions for it. |
487 |
|
488 |
04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
489 |
src/GLIArchitectureTemplate.py: |
490 |
Fix case where vixie-cron is specified as a full package atom, as we still |
491 |
don't want to run 'crontab /etc/crontab' for it. |
492 |
|
493 |
*GLI-0.1 (3 Aug 2005) |
494 |
|
495 |
30 Jul 2005; Preston Cody <codeman@gentoo.org> |
496 |
add scp to list of is_uri() so GenDialog doesn't complain. |
497 |
fixed livecd-kernel bug in bootloader code. |
498 |
fixed gendialog for dynamic_stage3 instead of "networkless" |
499 |
change bootloader to allow for both initrd and initramfs. |
500 |
fix IP for dynamic_stage3. |
501 |
fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
502 |
|
503 |
30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
504 |
Added full scp:// URI support to get_uri() in GLIUtility |
505 |
Remove "networkless" from dynamic stage3 if locic. |
506 |
Remove print statement from scp:// code. |
507 |
Change scp code to check for "assword: " instead of "Password:" |
508 |
Fix post-install network code to create net.eth1+ symlink correctly |
509 |
Check to make sure pkg can be split on / and some debugging code |
510 |
Add 2>dev/null to emerge call in _get_packages_to_emerge() |
511 |
SimpleXMLParser handles True/False/None correctly now |
512 |
Comment out above fix |
513 |
Add partitioning wait-for-device-to-exist code to mount_local_partitions |
514 |
|
515 |
28 Jul 2005; Scott Myron <samyron@gentoo.org> |
516 |
Removed a FIXME in the GLIClientConfiguration that is no |
517 |
longer needed. |
518 |
|
519 |
27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
520 |
Default to x86 in ClientConfig |
521 |
Typo in build-a-stage3 code. |
522 |
Remove MAKEDEV call in build-a-stage3 postscript. |
523 |
|
524 |
26 Jul 2005; Preston Cody <codeman@gentoo.org> |
525 |
Rewrote init of IP for gli-d. Other GenDialog updates. |
526 |
allow network_type to be None in CConfig. |
527 |
|
528 |
24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
529 |
Add _dynamic_stage3 option to IP. |
530 |
Add check for that option to dynamic stage3 code in ArchTemplate. |
531 |
Fix code to determine default route in get_eth_info() in GLIUtility. |
532 |
Fix serialization of dns-servers in ClientConfig. |
533 |
|
534 |
24 Jul 2005; Preston Cody <codeman@gentoo.org> |
535 |
changed default values of cron/logger in IP. |
536 |
moved GenDialog IP init out to the individual files. gli-dialog's version |
537 |
will change quite a bit. |
538 |
|
539 |
22 Jul 2005; Preston Cody <codeman@gentoo.org> |
540 |
added ppcArchTemplate. blank now. working on yaboot. |
541 |
modified ArchTemplate for amd64 and ppc custom kernels. |
542 |
skeleton implementation of _configure_yaboot. |
543 |
small fixes to other templates. |
544 |
|
545 |
21 Jul 2005; Preston Cody <codeman@gentoo.org> |
546 |
GenDialog updates. changed comment in IP. |
547 |
|
548 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
549 |
src/GLIInstallProfile.py: |
550 |
Fix codeman's screwup of changing the service seperator to ',' in the parser |
551 |
without changing it in the serialization code! Also document this in a |
552 |
comment so you find it easier. Everybody needs to make sure they update |
553 |
their install profiles! |
554 |
|
555 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
556 |
src/GLIArchitectureTemplate.py: |
557 |
Fix casting of list to string and concat of None with string, as well as |
558 |
commented prototype of checking that mounting actually worked (found a case |
559 |
where mount can return success, but the mount won't be done). |
560 |
|
561 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
562 |
src/templates/x86ArchitectureTemplate.py: |
563 |
Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop |
564 |
checking for the device, and sleeping 1 second each time. |
565 |
|
566 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
567 |
src/templates/x86ArchitectureTemplate.py: |
568 |
Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
569 |
bootloader works again. Also rename _install_{grub,lilo} to |
570 |
_configure_{grub,lilo} since they don't install the loaders anymore |
571 |
themselves. |
572 |
|
573 |
7 Jul 2005; Preston Cody <codeman@gentoo.org> |
574 |
fix global USE flags to not include the arch types at the end. |
575 |
updates to GenDialog and gli-d. |
576 |
|
577 |
6 Jul 2005; Preston Cody <codeman@gentoo.org> |
578 |
fixing bootloader code for no initrd and initrd->initramfs naming change. |
579 |
|
580 |
6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
581 |
Proper comments and parameters to GLIException in install_mta() |
582 |
Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
583 |
Add strip() to list_mirrors(), list_subarch_from_mirror() and |
584 |
list_tarball_from_mirror() to eliminate blank last item. |
585 |
|
586 |
5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
587 |
Added stage3 generation code. |
588 |
|
589 |
5 Jul 2005; Preston Cody <codeman@gentoo.org> |
590 |
Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
591 |
Mild changes to GenDialog. |
592 |
|
593 |
30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
594 |
Remove separate install step configure_rc_conf() since it's handled by |
595 |
update_config_files() |
596 |
Make a copy of newvalues in _edit_config() so quotes aren't added when the |
597 |
function is called twice on the same file. |
598 |
|
599 |
29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
600 |
Missing \ in sed in _get_packages_to_emerge() |
601 |
Removed explicit emerging of hotplug and no longer add it to the runlevel. |
602 |
Check in _quickpkg_deps() to ignore blank package names returned from |
603 |
_get_packages_to_emerge() |
604 |
|
605 |
28 Jun 2005; Preston Cody <codeman@gentoo.org> |
606 |
fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
607 |
in the dialog.py gauge code. |
608 |
|
609 |
28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
610 |
Add code to update_config_files() to go through etc_files and update stuff. |
611 |
Check to see that _etc_files['make.conf'] exists in get_make_conf() |
612 |
Only use float() in partition xml parsing code if type == "free" |
613 |
|
614 |
28 Jun 2005; Preston Cody <codeman@gentoo.org> |
615 |
finished almost all internationalization of GenDialog. |
616 |
attempt at fixing rc.conf function. moved 3 generate functions out of |
617 |
fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
618 |
added dialog.py to the fe/dialog directory so it actually gets used. |
619 |
|
620 |
27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
621 |
Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
622 |
|
623 |
27 Jun 2005; Preston Cody <codeman@gentoo.org> |
624 |
fix extra entry in list_mirrors() |
625 |
beginning internationalization runthrough. |
626 |
|
627 |
26 Jun 2005; Preston Cody <codeman@gentoo.org> |
628 |
added dialog.py to /src temporarily until it gets accepted upstream. |
629 |
fix for unused value in form in dialog.py and changed heights. |
630 |
fix GenDialog forms. |
631 |
|
632 |
25 Jun 2005; Preston Cody <codeman@gentoo.org> |
633 |
Changed hostname/domainname for new baselayout. |
634 |
Changed _add_to_runlevel errors to logs. |
635 |
Updated TODO list to show status of GenDialog |
636 |
More updates to GenDialog including two checklists that probably won't work. |
637 |
update IP to use comma-separated list instead of space separated for services. |
638 |
|
639 |
24 Jun 2005; Preston Cody <codeman@gentoo.org> |
640 |
Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
641 |
GenDialog as it gets closer to completion. |
642 |
|
643 |
22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
644 |
Modify get_eth_info() to take a full interface name (eth0 fex). float() |
645 |
instead of int() in add_partition_device_partition() for minor (closes 96804) |
646 |
|
647 |
21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
648 |
Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
649 |
instead of 'interfaces[interface][1]' since DHCP uses that field for its |
650 |
options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
651 |
|
652 |
20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
653 |
Apply spawn() patch from #96644 (with minor changes). Make sure the return |
654 |
value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
655 |
small error with <pipe>.close() returning None. Fix space vs. tab issue. |
656 |
Fix undefined variable 'output' issue in spawn(). |
657 |
|
658 |
20 Jun 2005; Preston Cody <codeman@gentoo.org> |
659 |
More updates to GenDialog and gli-d. |
660 |
|
661 |
19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
662 |
Modify list_mirrors() to return a list of mirror URL/name pairs. |
663 |
|
664 |
19 Jun 2005; Preston Cody <codeman@gentoo.org> |
665 |
Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
666 |
get subarch. |
667 |
|
668 |
16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
669 |
Backend partitioning will create disklabel is none exists. Installprofile |
670 |
defaults to "" now instead of "msdos" for disklabel type. Fix for |
671 |
mount_local_partitions() to remember device along with minor in the |
672 |
parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
673 |
add else block to log unsupported netmount types to mount_network_shares() |
674 |
|
675 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
676 |
src/GLIArchitectureTemplate.py: |
677 |
Refactor kernel_compile common stuff, fix 2.4 build process. |
678 |
src/fe/cli/clife.py: |
679 |
Logging system. |
680 |
src/GLIUtility.py, src/GLIStorageDevice.py: |
681 |
Add comments about re-writes needed for boxes without sysfs. |
682 |
|
683 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
684 |
src/GLIArchitectureTemplate.py: |
685 |
2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
686 |
'make dep' call for custom compile. build_mode support for prepare-only and |
687 |
none types completed. custom compile function chains shell functions in |
688 |
spawned script, to allow for catching all errors. |
689 |
|
690 |
15 Jun 2005; Preston Cody <codeman@gentoo.org> |
691 |
fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
692 |
and GenDialog. other gendialog updates as well. kernel updates untested. |
693 |
|
694 |
14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
695 |
src/GLIInstallProfile.py: |
696 |
Change structure of etc-portage stuff. The serialization was broken before my |
697 |
last commit, and I am the only person that's ever used it. The new schema is |
698 |
as follows: |
699 |
<etc-portage> |
700 |
<file name="package.mask"/> |
701 |
<file name="package.unmask"> |
702 |
<entry atom="sys-kernel/openmosix-sources"/> |
703 |
</file> |
704 |
<file name="package.use"> |
705 |
<entry atom="sys-libs/db"> |
706 |
-java |
707 |
</entry> |
708 |
<entry atom="dev-libs/cyrus-sasl"> |
709 |
-ldap |
710 |
</entry> |
711 |
</file> |
712 |
</etc-portage> |
713 |
|
714 |
|
715 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
716 |
src/GLIInstallProfile.py: |
717 |
Add new entry for gli-profile/kernel-build-method item. Add missing |
718 |
serialize_etc_portage (temporary). Make serialize_make_conf always print the |
719 |
keys in the same order. |
720 |
|
721 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
722 |
src/GLIArchitectureTemplate.py: |
723 |
Clean up commenting used by _edit_config(), and fix bug where wrong comment |
724 |
was repeatedly appended to make.conf. |
725 |
|
726 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
727 |
src/GLIArchitectureTemplate.py: |
728 |
Put some Linux-2.6 specific code under a if statement. Store list of |
729 |
successfully mounted swap device for using swapoff. Add proper error checking |
730 |
to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
731 |
'file'. Clean up some redundant code (thanks to pychecker).' |
732 |
|
733 |
13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
734 |
Fix typos: get_extended() instead of get_extended_partition(). Added |
735 |
list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
736 |
Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
737 |
|
738 |
12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
739 |
GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
740 |
in add_network_interface. |
741 |
|
742 |
12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
743 |
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
744 |
usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
745 |
space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
746 |
prepare_chroot. |
747 |
|
748 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py, |
749 |
+src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
750 |
+src/fe/installer-gtk: |
751 |
Add new automated CLI frontend. Add scripts that are the intended means to |
752 |
use each frontend. |
753 |
|
754 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
755 |
src/GLIClientController.py: |
756 |
Add null type to network config, for cases where the interface is already up |
757 |
and should not be touched (netboot for example). |
758 |
|
759 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
760 |
src/GLIArchitectureTemplate.py: |
761 |
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
762 |
string!. Try to use binary packages if available by default. |
763 |
|
764 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
765 |
src/GLIArchitectureTemplate.py: |
766 |
More error checking for _add_to_runlevel, to ensure that the init script |
767 |
actually exists before we try to add it. set_services phase must take place |
768 |
after the package installation, otherwise the init scripts might not exist. |
769 |
Find the correct init script for the cron and logging daemons, and add that |
770 |
instead of the package atom. |
771 |
|
772 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
773 |
src/GLIArchitectureTemplate.py: |
774 |
Fix up _edit_config so that it works if the file doesn't already exist. Fix |
775 |
usage of 'file' to 'contents' for the variable name, as it shadows |
776 |
__builtin__.file. |
777 |
|
778 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
779 |
src/GLIArchitectureTemplate.py: |
780 |
Add MTA install code, and include MTA install phase. Ensure |
781 |
PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
782 |
for 'none' kernel config for build_kernel phase. Put kernel_script in |
783 |
/var/tmp instead of /root for build_kernel phase. |
784 |
|
785 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
786 |
Rename mta variables to match syslog/cron variables. |
787 |
|
788 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
789 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
790 |
src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
791 |
src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
792 |
src/templates/.cvsignore, src/tests/.cvsignore: |
793 |
Refactor partition formatting again to include error checking. Allow 'none' |
794 |
for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
795 |
|
796 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
797 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
798 |
Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
799 |
only have a single spawn call. |
800 |
|
801 |
11 Jun 2005; Preston Cody <codeman@gentoo.org> |
802 |
refixed samyron's fix of set_architecture_template. |
803 |
|
804 |
11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
805 |
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
806 |
be executable. |
807 |
|
808 |
10 Jun 2005; Scott Myron <samyron@gentoo.org> |
809 |
Fixed one of the FIXME's in the ClientConfiguration. There is now some |
810 |
error checking when you call set_architecture_template. |
811 |
|
812 |
10 Jun 2005; Preston Cody <codeman@gentoo.org> |
813 |
moved the mkfsopts input to the partition options menu instead of the during |
814 |
the creation process. updated GenDialog to say it supports reiserfs v3. |
815 |
|
816 |
9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
817 |
src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
818 |
Complete support for 'mkfsopts' parameter in main system and dialogfe. |
819 |
Add support for other partition types to dialogfe. |
820 |
Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
821 |
avoid integer overflows and wraparounds. |
822 |
|
823 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
824 |
Removed start/end from XML output and added mkfsopts to partitioning info. |
825 |
'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
826 |
reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
827 |
in GLIClientConfiguration. Change from .1 and .9 to constants for |
828 |
partitioning. Fix free space overwriting bug. Remove a few unused functions |
829 |
from rewrite. Fix call to get_partition_at() |
830 |
|
831 |
8 Jun 2005; Preston Cody <codeman@gentoo.org> |
832 |
Updates to GenDialog and dialogfe. |
833 |
|
834 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
835 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
836 |
|
837 |
6 Jun 2005; Preston Cody <codeman@gentoo.org> |
838 |
more GenDialog updates to partitioning. |
839 |
|
840 |
5 Jun 2005; Preston Cody <codeman@gentoo.org> |
841 |
Indenting issue in GLISD/get_ordered_partition_list. |
842 |
updates to GenDialog partitioning and added default UTC for timezone in IP. |
843 |
|
844 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
845 |
Added GLISD.get_model() |
846 |
|
847 |
3 Jun 2005; Preston Cody <codeman@gentoo.org> |
848 |
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
849 |
More updates to GenDialog :) |
850 |
|
851 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
852 |
Added get_interface_realname() function. |
853 |
|
854 |
2 Jun 2005; Preston Cody <codeman@gentoo.org> |
855 |
Added auto-save of CConfig and copying to new /root after install. |
856 |
yet even more GenDialog updates. |
857 |
|
858 |
1 Jun 2005; Preston Cody <codeman@gentoo.org> |
859 |
removed print statement from GLISD. more updates to GenDialog. |
860 |
|
861 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
862 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
863 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
864 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
865 |
places in GLIClientConfiguration. |
866 |
|
867 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
868 |
Fix mount_local_partitions(), configure_fstab(), and |
869 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
870 |
A few more fixes for templates/x86Archtemplate |
871 |
|
872 |
27 May 2005; Preston Cody <codeman@gentoo.org> |
873 |
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
874 |
a work in progress. |
875 |
|
876 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
877 |
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
878 |
directly. GLISD can now handle data imported from XML. |
879 |
|
880 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
881 |
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
882 |
handle blank (no disklabel) disks. |
883 |
|
884 |
20 May 2005; Preston Cody <codeman@gentoo.org> |
885 |
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
886 |
up, documented, and separated out serialization and grouped all sections. |
887 |
|
888 |
19 May 2005; Preston Cody <codeman@gentoo.org> |
889 |
Reorganization of ClientConfiguration and gutting of unused functions. |
890 |
Removed verbose option from CC. Moved import statement in IP and CConfig up. |
891 |
|
892 |
18 May 2005; Preston Cody <codeman@gentoo.org> |
893 |
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
894 |
|
895 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
896 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
897 |
partitioning. CC serializes install profile to disk and prepare_chroot() |
898 |
copies it into /mnt/gentoo/root |
899 |
|
900 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
901 |
Moved URI parsing into new function parse_uri() |
902 |
|
903 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
904 |
Added XMLParser module. |
905 |
|
906 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
907 |
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
908 |
Minor fix to is_uri() regex to allow hyphens in hostname. |
909 |
|
910 |
12 May 2005; Preston Cody <codeman@gentoo.org> |
911 |
Updated finishing_cleanup for new unmounting method from agaffney. |
912 |
|
913 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
914 |
Fix GLILogger to use correct time format string. Fix _edit_config() to |
915 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
916 |
unicode support to is_realstring(). |
917 |
|
918 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
919 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
920 |
return value instead of non-zero. Add code to output a traceback to the |
921 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
922 |
instead of --nocolor. |
923 |
|
924 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
925 |
Added GLIGenDialog.py to make a generic class for the dialog functions that |
926 |
can be used by both dialogfe and the netfe/be. updated both for new filename. |
927 |
date changes. 2004->2005. |
928 |
|
929 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
930 |
Removed 'quiet=True' from spawn() calls |
931 |
|
932 |
10 May 2005; Preston Cody <codeman@gentoo.org> |
933 |
Updated GLIUtility with patches from chotchki. Also added documentation |
934 |
|
935 |
9 May 2005; Preston Cody <codeman@gentoo.org> |
936 |
Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
937 |
Updated _edit_config in ArchTemplate, make_config, and various other fixes |
938 |
from bug #89683, mostly touchups. |
939 |
|
940 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
941 |
GLIStorageDevice cleanup patch from bug #91761 |
942 |
|
943 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
944 |
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
945 |
_edit_config(). Error logging casts 'error' to str |
946 |
|
947 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
948 |
Exceptions received in CC are logged before being passed to the FE. Added |
949 |
code to CC to handle exceptions *not* thrown by the installer itself. |
950 |
|
951 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
952 |
get_max_mb_for_resize() returns -1 if not self.resizeable |
953 |
|
954 |
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
955 |
More dirty rsync hacks :-/ |
956 |
|
957 |
29 Apr 2005; Preston Cody <codeman@gentoo.org> |
958 |
Patches from chotchki (bug #90325) to improve CC networking. untested. |
959 |
|
960 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
961 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in |
962 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split |
963 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to |
964 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in |
965 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call |
966 |
_get_packages_to_emerge() |
967 |
|
968 |
28 Apr 2005; Preston Cody <codeman@gentoo.org> |
969 |
Added group-adding code to set_users in ArchTemplate |
970 |
|
971 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
972 |
Added post-install script code |
973 |
|
974 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
975 |
Fixed encapsulation issues in GLIClientController (bug #90141) |
976 |
|
977 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
978 |
Update resizing code in GLIStorageDevice |
979 |
|
980 |
17 Apr 2005; Preston Cody <codeman@gentoo.org> |
981 |
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger. |
982 |
|
983 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
984 |
Reverted change to ArchTemplate and added support for commented line in old |
985 |
code. |
986 |
|
987 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
988 |
Changed _edit_config() to modify value in-place instead of commenting out and |
989 |
adding the new value to the end of the file. |
990 |
|
991 |
15 Apr 2005; Preston Cody <codeman@gentoo.org> |
992 |
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration. |
993 |
Also updated TODO list. |
994 |
|
995 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
996 |
Use blackace's one-liner to add comments for all function for use with |
997 |
pythondoc. |
998 |
|
999 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1000 |
Moved 'end >= device_sectors' check out of loop to check for next partition's |
1001 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
1002 |
Partitioning code now tracks start/end of extended for placing logicals. End |
1003 |
point of logical is now adjusted along with start. |
1004 |
|
1005 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1006 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
1007 |
the way of partitioning from a blank disk. Add int() around access to minor |
1008 |
key in partition information due to new partition code leaving them as float. |
1009 |
|
1010 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1011 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code |
1012 |
|
1013 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1014 |
Major GLIStorageDevice overhaul...all MB now instead of sectors. |
1015 |
|
1016 |
8 Apr 2005; Scott Myron <samyron@gentoo.org> |
1017 |
Added support for DHCP options and MAC addresses in the InstallProfile. |
1018 |
|
1019 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1020 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through |
1021 |
sed to properly strip out junk. |
1022 |
|
1023 |
2 Apr 2005; Preston Cody <codeman@gentoo.org> |
1024 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel |
1025 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt. |
1026 |
|
1027 |
31 Mar 2005; Preston Cody <codeman@gentoo.org> |
1028 |
Fixed indent problem in GLICController |
1029 |
|
1030 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1031 |
Check for disklabel type "loop" and use the device name without a minor. |
1032 |
|
1033 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1034 |
Remove /tmp/compile_output.log and /var/log/install.log when install is |
1035 |
complete. Added code to (hopefully) keep 2nd thread running after install. |
1036 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add |
1037 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and |
1038 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args |
1039 |
|
1040 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1041 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
1042 |
when unpacking tarball. |
1043 |
|
1044 |
28 Mar 2005; Preston Cody <codeman@gentoo.org> |
1045 |
rewrote filesystem_tools. looks like it works so ripping out all the old |
1046 |
filesystem_tools code. |
1047 |
|
1048 |
26 Mar 2005; Preston Cody <codeman@gentoo.org> |
1049 |
Changed the print statements to logging in the partitioning BE code. |
1050 |
the logger may need to be imported to the x86archtemplate. unknown yet. |
1051 |
Added the finishing_cleanup function. |
1052 |
added a fix to the logger from BenUrban |
1053 |
|
1054 |
25 Mar 2005; Preston Cody <codeman@gentoo.org> |
1055 |
changed InstallProfile to remove is_uri check on kernel, stage, and portage |
1056 |
URIs. The blank uri check has been commented out. |
1057 |
ripped out error checking of set_services. this is done by _add_to_runlevel. |
1058 |
|
1059 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1060 |
set_stage_tarball_uri() doesn't raise an exception on a blank string. |
1061 |
|
1062 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1063 |
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
1064 |
the install profile if available. Commented out spawn() debugging prints |
1065 |
|
1066 |
23 Mar 2005; Preston Cody <codeman@gentoo.org> |
1067 |
small changes to setup_network_post. moved adding to runlevel of net.x to |
1068 |
after the device gets symlinked. added domainname runlevel command. |
1069 |
|
1070 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1071 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
1072 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
1073 |
spawn() call in livecd-kernel code to pass environment variables. |
1074 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
1075 |
the install profile if available. |
1076 |
|
1077 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1078 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
1079 |
to handle installing the livecd kernel into the new system. |
1080 |
|
1081 |
22 Mar 2005; Preston Cody <codeman@gentoo.org> |
1082 |
should emerge hotplug and coldplug before adding them to runlevel. |
1083 |
|
1084 |
21 Mar 2005; Preston Cody <codeman@gentoo.org> |
1085 |
took chroot out of grub_install command. |
1086 |
|
1087 |
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1088 |
Changed chroot wrapper code in spawn() to write the wrapper the python way |
1089 |
instead of the bash way to avoid quote conflicts. Added |
1090 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
1091 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh' |
1092 |
as it breaks the piping. |
1093 |
|
1094 |
20 Mar 2005; Preston Cody <codeman@gentoo.org> |
1095 |
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
1096 |
|
1097 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1098 |
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
1099 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
1100 |
GLIInstallProfile. |
1101 |
|
1102 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1103 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
1104 |
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
1105 |
into /mnt/gentoo in prepare_chroot() |
1106 |
|
1107 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1108 |
Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
1109 |
retarted behavior regarding threads and signals. Add code to convert MB/%/* |
1110 |
to start/end sectors |
1111 |
|
1112 |
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1113 |
Add 2>&1 to cmd in spawn() |
1114 |
|
1115 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1116 |
Modified GLIUtility.exitsuccess() to work with return value from |
1117 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
1118 |
creates wrapper script for commands run inside chroot so multiple commands |
1119 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
1120 |
for the generated script from spawn() |
1121 |
|
1122 |
16 Mar 2005; Preston Cody <codeman@gentoo.org> |
1123 |
Removed default values for stage tarball URI and portage tree URI from |
1124 |
InstallProfile. These should be set by the FEs. also added services step to |
1125 |
ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
1126 |
Possibly fixed CC DHCP bug with -n. (thx agaffney) |
1127 |
|
1128 |
14 Mar 2005; Preston Cody <codeman@gentoo.org> |
1129 |
Small fix for setting the default gateway. Also added feature to dialogfe. |
1130 |
|
1131 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1132 |
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
1133 |
|
1134 |
1 Mar 2005; Preston Cody <codeman@gentoo.org> |
1135 |
Fixed a bunch of true -> True typos. lots of em |
1136 |
only write new resolv.conf if there are dns servers listed. |
1137 |
|
1138 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1139 |
Commented out 'display_on_tty8=True' in start_portmap() |
1140 |
|
1141 |
18 Feb 2005; Preston Cody <codeman@gentoo.org> |
1142 |
added progress bar to dialogfe and fix logger bug in ArchTemplate. |
1143 |
|
1144 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1145 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
1146 |
lang parameter to __init__() |
1147 |
|
1148 |
10 Feb 2005; Preston Cody <codeman@gentoo.org> |
1149 |
updates to TODO list. |
1150 |
|
1151 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1152 |
Initial code for quickpkg GRP support. Fix loop to grab packages from |
1153 |
'emerge -p blah' |
1154 |
|
1155 |
6 Feb 2005; Preston Cody <codeman@gentoo.org> |
1156 |
check for dhcp in the network stuff and emerge it if it is. |
1157 |
added quickpkg to TODO list |
1158 |
|
1159 |
5 Feb 2005; Preston Cody <codeman@gentoo.org> |
1160 |
Changed the raising of 'warning' exceptions to a simple log of the error |
1161 |
so that the installer can continue. |
1162 |
|
1163 |
3 Feb 2005; Preston Cody <codeman@gentoo.org> |
1164 |
Some big changes. First, changed most output to display_on_tty8. |
1165 |
Second, added log lines to all templates. Some smaller fixes such as typos. |
1166 |
Also did some cleanups of old commented lines. |
1167 |
|
1168 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1169 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
1170 |
Undo change with fix. Escaping fix in GLIStorageDevice.py |
1171 |
|
1172 |
31 Jan 2005; Preston Cody <codeman@gentoo.org> |
1173 |
more updates to TODO list. hopefully we'll soon start removing items instead |
1174 |
of adding them. |
1175 |
|
1176 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1177 |
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
1178 |
|
1179 |
27 Jan 2005; Preston Cody <codeman@gentoo.org> |
1180 |
updated TODO list. (again) |
1181 |
|
1182 |
25 Jan 2005; Preston Cody <codeman@gentoo.org> |
1183 |
changed output of portmap start to display_on_tty8. |
1184 |
fixed bootloader for udev and multiple kernels |
1185 |
fixed custom kernel config (again) |
1186 |
|
1187 |
22 Jan 2005; Preston Cody <codeman@gentoo.org> |
1188 |
changed default value of CC._enable_ssh to True because this is smart. |
1189 |
added code to allow custom kernel .config. may be unstable and break. sorry. |
1190 |
|
1191 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1192 |
partition() now waits until after it checks for partition flags before delete |
1193 |
the partitions :P |
1194 |
|
1195 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1196 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error |
1197 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
1198 |
blank. |
1199 |
|
1200 |
19 Jan 2005; Preston Cody <codeman@gentoo.org> |
1201 |
Various fixes related to the add_users function. Still not yet finished. |
1202 |
Added things to the TODO list. Lets start using that! |
1203 |
|
1204 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1205 |
Added code to x86Template to format newly created partitions. Also added |
1206 |
some error checking code. GLIStorageDevice passes 'minor' with data to |
1207 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
1208 |
mounting code. |
1209 |
|
1210 |
18 Jan 2005; Preston Cody <codeman@gentoo.org> |
1211 |
Took out unnecessary setting of random livecd root password. the cd already |
1212 |
sets it randomly. |
1213 |
|
1214 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1215 |
Took out an unneeded step from CC's run() |
1216 |
|
1217 |
15 Jan 2005; Preston Cody <codeman@gentoo.org> |
1218 |
Attempt at detecting and adding windows partitions to lilo. |
1219 |
|
1220 |
14 Jan 2005; Preston Cody <codeman@gentoo.org> |
1221 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
1222 |
partition. fixed misc exit_status => exitstatus typo. |
1223 |
|
1224 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1225 |
Added basic code for resizing filesystems with pyparted. Fixed code for |
1226 |
resizing ntfs and ext2/3. |
1227 |
|
1228 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1229 |
Fixed partition() in x86Template so that it scans through logicals and deletes |
1230 |
before deleting containing extended partition. Also clears partition table to |
1231 |
be safe before third pass. |
1232 |
|
1233 |
08 Jan 2005; Preston Cody <codeman@gentoo.org> |
1234 |
Added mount_network_shares. not able to test it from this computer. |
1235 |
will test when i get back to school. |
1236 |
also added start_portmap to the client_controller as an always-do. |
1237 |
agaffney says this is needed for NFS mounts to work. |
1238 |
|
1239 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1240 |
Partial rewrite of partitioning code in x86Template. No longer shells out to |
1241 |
parted to perform actions, now uses all pyparted calls. Code "works" in a |
1242 |
test, but still needs lots of TLC. Also modified tests/install.py to work |
1243 |
with x86Template and GLIClientConfiguration. |
1244 |
|
1245 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1246 |
Initial move of partitioning code from ArchTemplate to x86Template. |
1247 |
|
1248 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
1249 |
Added grp_install and services to InstallProfile. forgot about the set_root_password |
1250 |
|
1251 |
07 Jan 2005; Preston Cody <codeman@gentoo.org> |
1252 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney. |
1253 |
Test Install ran very well (skipping partitioning). |
1254 |
|
1255 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
1256 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot |
1257 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs. |
1258 |
some may still have eluded me. |
1259 |
|
1260 |
05 Jan 2005; Preston Cody <codeman@gentoo.org> |
1261 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it. |
1262 |
Just finished mount_local_partitions in GLIArchitectureTemplate |
1263 |
|
1264 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1265 |
Added get_num_sectors() to GLIStorageDevice. |
1266 |
|
1267 |
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1268 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders. |
1269 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
1270 |
from GLIInstallProfile. |
1271 |
|
1272 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1273 |
GLIStorageDevice returns "unknown" instead of "" for get_type() |
1274 |
|
1275 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1276 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
1277 |
actually work. Commented out resizability checking code for speed. |
1278 |
|
1279 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1280 |
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in |
1281 |
GLIStorageDevice at the suggestion of plors |
1282 |
|
1283 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1284 |
Added a function to GLIUtility to pull a value from a make.conf-style config |
1285 |
file. Minor type fix to GLIInstallProfile.py |
1286 |
|
1287 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
1288 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated |
1289 |
network mounts from partition data structure in GLIInstallProfile |
1290 |
|
1291 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> |
1292 |
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
1293 |
can be resized. |
1294 |
|
1295 |
27 Oct 2004; Preston Cody <codeman@gentoo.org> |
1296 |
Added some of the final functions to GLIInstallTemplate. |
1297 |
Yes this project is still active despite rare use of the Changelog! |
1298 |
|
1299 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1300 |
Added the GLIPartitionTools.py file. This is a temporary insertion of |
1301 |
partitioning tools that will eventually go into their own package. |
1302 |
|
1303 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1304 |
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time |
1305 |
for the program). Added __init__(install_profile, client_configuration) to |
1306 |
GLI.InstallProfile. This sets install_profile and client_configuration once so as |
1307 |
to avoid constantly passing stuff every time we call a method. |
1308 |
|
1309 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1310 |
|
1311 |
Added another private method to GLI.InstallTemplate. _edit_config() modifies config |
1312 |
files without messing up all the other stuff in them. This will be used for making |
1313 |
changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
1314 |
|
1315 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
1316 |
|
1317 |
Added GLI.InstallTemplate framework. This is not yet functional. However, it does |
1318 |
have a few basic things. I added two private methods. One is _depends(). This |
1319 |
will be used for dependency checking (ie. unpacking a tarball requires that |
1320 |
partitioning has been done). The other is _exec_in_chroot(). This is the exact |
1321 |
same syntax as os.system(), however, instead of being run in the liveCD |
1322 |
environment, it runs in the chroot. This requires a bit of fork() magic, so I |
1323 |
isolated the code. Hope to work more this week to get this class formed... |
1324 |
|
1325 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org> |
1326 |
|
1327 |
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for |
1328 |
obvious reasons. Switched kernel_modules and users to be lists instead of tuples |
1329 |
to allow for easier modification (mutable, rather than immutable objects). Updated |
1330 |
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse(). |
1331 |
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references. |
1332 |
Added initial unit test code. |
1333 |
|
1334 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org> |
1335 |
|
1336 |
Added initial changelog. Setting up the basic structure of the CVS repository |
1337 |
for the project. Added the UML class diagram in docs. Added a skeletal GLI |
1338 |
python module. Added misc files such news, authors, etc. |