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