1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2007 Gentoo Foundation; Distributed under the GPL v2 |
3 | |
|
|
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.314 2005/08/05 01:51:56 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $ |
5 | |
4 | |
6 | *GLI-0.1_alpha (4 Apr 2005) |
5 | 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> |
|
|
6 | src/GLIArchitectureTemplate.py, src/fe/gtk/gtkfe.py: |
|
|
7 | fix error in debug mode for bug 178475 |
|
|
8 | force install_type to networkless for gtkfe |
7 | |
9 | |
|
|
10 | 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> |
|
|
11 | src/GLIArchitectureTemplate.py: |
|
|
12 | set TIMEZONE in /etc/conf.d/clock for bug 158882 |
|
|
13 | |
|
|
14 | 17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> |
|
|
15 | src/GLIArchitectureTemplate.py, src/GLIClientController.py, |
|
|
16 | src/fe/gtk/InstallFailed.py, src/fe/gtk/gtkfe.py: |
|
|
17 | make install log location consistent throughout code |
|
|
18 | 'View Log' button in gtkfe now looks for active and failed log |
|
|
19 | |
|
|
20 | 04 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> |
|
|
21 | src/GLIInstallProfile.py: |
|
|
22 | Added x11-themes/gentoo-artwork-livecd to the list of extra packages. |
|
|
23 | |
|
|
24 | 04 Jan 2007; Preston Cody <codeman@gentoo.org> |
|
|
25 | ClientController: |
|
|
26 | took out the preinstall steps. these will now be handled by the frontends. |
|
|
27 | The actual code for the steps can be put in GLIUtility if necessary. |
|
|
28 | IP: |
|
|
29 | Took out partitioning. Added mounts. |
|
|
30 | Moved root mount point over from CF |
|
|
31 | Removed RP-PPPoE. was never used. |
|
|
32 | AT: |
|
|
33 | reordered functions. removed references to the client-config |
|
|
34 | fixed fstab and other locations that used mountpoints to use the new mounts. |
|
|
35 | removed unused rc.conf function. |
|
|
36 | other smaller touchups. |
|
|
37 | gli-dialog: |
|
|
38 | install_profile() to self._install_profile |
|
|
39 | fix reference to arch instaed of self._arch |
|
|
40 | x86AT: |
|
|
41 | fixed code to use mounts instead of partitioning. |
|
|
42 | |
|
|
43 | 01 Jan 2007; Preston Cody <codeman@gentoo.org> |
|
|
44 | fixing all instances of WINDOWSKEYS to WINDOWKEYS |
|
|
45 | added space in AT debug line. |
|
|
46 | more general updates in an effort to get the code functional |
|
|
47 | |
|
|
48 | 29 Oct 2006; Preston Cody <codeman@gentoo.org> |
|
|
49 | gli-dialog: |
|
|
50 | more rearranging of code. Tossed the review menu and not calling show_settings |
|
|
51 | not sure how those are going to turn out just yet. |
|
|
52 | |
|
|
53 | 22 Oct 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
54 | src/Partitioning.py: |
|
|
55 | first round of refactoring for Partitioning.py (was GLISD) |
|
|
56 | |
|
|
57 | 22 Oct 2006; Preston Cody <codeman@gentoo.org> |
|
|
58 | gli-dialog: |
|
|
59 | added in the rest of the code from GLIGenDialog. |
|
|
60 | will start picking at it now. |
|
|
61 | moved the early questions such as advanced_mode/networkless |
|
|
62 | into functions in the GLIDialog class. |
|
|
63 | |
|
|
64 | 21 Oct 2006; Preston Cody <codeman@gentoo.org> |
|
|
65 | ClientController and gli-dialog and GLIGenDialog: |
|
|
66 | removing GenDialog, this code will be put into gli-dialog |
|
|
67 | moving some ClientController code into gli-dialog as well. |
|
|
68 | this is only the beginning :) |
|
|
69 | |
|
|
70 | #------------------------------------------ |
|
|
71 | # GLI SWITCHES TO SVN. |
|
|
72 | |
|
|
73 | 15 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
74 | src/GLIArchitectureTemplate.py: |
|
|
75 | use _wait_for_device_node() any place we were looping and checking before |
|
|
76 | |
|
|
77 | 13 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
78 | src/GLIArchitectureTemplate.py: |
|
|
79 | add _wait_for_device_node() |
|
|
80 | src/GLIPortage.py: |
|
|
81 | raise an exception in get_deps() if pkglist is empty |
|
|
82 | -k option to install livecd-kernel to shut up wolf31o2 :P |
|
|
83 | |
|
|
84 | 11 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
85 | src/GLIArchitectureTemplate.py: |
|
|
86 | break after installing 1 mta in install_mta() |
|
|
87 | |
|
|
88 | 10 Sep 2006; Preston Cody <codeman@gentoo.org> |
|
|
89 | src/GLIGenDialog.py: |
|
|
90 | rewrote how the USE flags work so that they are written correctly in relation |
|
|
91 | to the system's USE flags. |
|
|
92 | added a while condition on setting a user password |
|
|
93 | src/GLIArchitectureTemplate.py: |
|
|
94 | adding a self._mounted_devices to keep track of mounted partitions. |
|
|
95 | When cleaning up, only unmount these partitions. Not yet tested. |
|
|
96 | |
|
|
97 | 10 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
98 | src/GLIStorageDevice.py: |
|
|
99 | properly identify apple_bootstrap partitions |
|
|
100 | |
|
|
101 | 9 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
102 | src/GLIStorageDevice.py: |
|
|
103 | pay attention to 'ignoredparts' when reading partition table |
|
|
104 | |
|
|
105 | 3 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
106 | src/GLIArchitectureTemplate.py: |
|
|
107 | force conversion of 'mb' to long |
|
|
108 | |
|
|
109 | 2 Sep 2006; Preston Cody <codeman@gentoo.org> |
|
|
110 | Lots of internationalization fixes. Point to a translation path called |
|
|
111 | languages in the dialog directory. Generated and added .pot files. |
|
|
112 | Added gettext to GLIIP for package descriptions. |
|
|
113 | |
|
|
114 | 01 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> |
|
|
115 | src/GLIInstallProfile.py: |
|
|
116 | Added some more applications to the Extra Packages list. |
|
|
117 | |
|
|
118 | 1 Sep 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
119 | src/templates/ppcArchitectureTemplate.py: |
|
|
120 | this doesn't need to inherit from x86AT or create an infinite loop by calling |
|
|
121 | its own __init__() |
|
|
122 | src/GLIArchitectureTemplate.py,src/templates/x86ArchitectureTemplate.py: |
|
|
123 | move partitioning code to GLIAT |
|
|
124 | |
|
|
125 | 31 Aug 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
126 | src/GLIArchitectureTemplate.py: |
|
|
127 | pass quotes_around_value=False when adding default route to conf.d/net |
|
|
128 | |
|
|
129 | 7 Aug 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
130 | src/GLIArchitectureTemplate.py: |
|
|
131 | copy backup custom.conf from livecd if present |
|
|
132 | |
|
|
133 | *GLI-0.4 (31 Jul 2006) |
|
|
134 | |
|
|
135 | 31 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> bin/installer: |
|
|
136 | Finally properly fixing the installer script. Thanks to Andrew Gaffney for |
|
|
137 | doing the testing and coming up with the patch. |
|
|
138 | |
|
|
139 | 29 Jul 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
140 | src/GLIArchitectureTemplate.py: |
|
|
141 | skip blank entries/files in update_config_files() |
|
|
142 | |
|
|
143 | 28 Jul 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
144 | src/templates/x86ArchitectureTemplate.py: |
|
|
145 | move logical clipping logic a bit |
|
|
146 | |
|
|
147 | 27 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> bin/installer: |
|
|
148 | I've commented out most of the code that used launch. It wasn't working and |
|
|
149 | we don't have the time to fix it before the release. I'll look into it after |
|
|
150 | the release and make it more robust and flexible. |
|
|
151 | |
|
|
152 | 27 Jul 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
153 | src/templates/x86ArchitectureTemplate.py: |
|
|
154 | clip logical partition at end of extended |
|
|
155 | |
|
|
156 | 20 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> |
|
|
157 | src/GLIInstallProfile.py: |
|
|
158 | Added a few more applications to the list of extra packages to be merged, |
|
|
159 | all from various GRP sets. |
|
|
160 | |
|
|
161 | 19 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> bin/installer: |
|
|
162 | Added launch variable to the end of each try-run with auth, which should |
|
|
163 | cause this to function properly. Of course, more testing is needed. |
|
|
164 | |
|
|
165 | 19 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> bin/installer: |
|
|
166 | Fix a missed space in the installer script. |
|
|
167 | |
|
|
168 | 30 Jul 2006; Preston Cody <codeman@gentoo.org>: |
|
|
169 | src/GLIClientConfiguration.py: |
|
|
170 | adding 'None' with capital N so that the frontends can parse the network type |
|
|
171 | |
|
|
172 | 17 Jul 2006; Andrew Gaffney <agaffney@gentoo.org>: |
|
|
173 | src/GLIClientController.py: |
|
|
174 | log version-stamp |
|
|
175 | |
|
|
176 | 13 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> bin/installer: |
|
|
177 | Updated the installer script to allow specifying the front-end to run from |
|
|
178 | the command line. Currently, it only supports dialog and gtk. It still needs |
|
|
179 | some testing, however. |
|
|
180 | |
|
|
181 | 9 July 2006; Preston Cody <codeman@gentoo.org> |
|
|
182 | src/GLIGenDialog.py: |
|
|
183 | make lilo only show up for x86 if non-networkless |
|
|
184 | |
|
|
185 | 25 Jun 2006; Preston Cody <codeman@gentoo.org> |
|
|
186 | src/GLIGenDialog.py: |
|
|
187 | adding code to auto-add doscsi if a scsi drive detected. |
|
|
188 | this code is also in the gtkfe already |
|
|
189 | |
|
|
190 | 24 Jun 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
191 | src/GLIPortage.py: |
|
|
192 | pass proper PORTAGE_TMPDIR |
|
|
193 | |
|
|
194 | 17 Jun 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
195 | src/GLIUtility.py: |
|
|
196 | fix list_mirrors() to ignore <uri> lines that don't end on the same line |
|
|
197 | |
|
|
198 | 17 Jun 2006; Preston Cody <codeman@gentoo.org> : |
|
|
199 | Added code to the mta step in AT to parse the install packages list and |
|
|
200 | look for mtas and if it finds it emerge it. |
|
|
201 | Initial attempt at moving extra_packages early in the setup to only show |
|
|
202 | local USE flags relating to those packages. |
|
|
203 | .. abandoned local USE project. no right way to do it. |
|
|
204 | |
|
|
205 | 9 Jun 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
206 | src/GLIUtility.py: |
|
|
207 | minor tweak to regex for parsing mirrors.xml |
|
|
208 | |
|
|
209 | 23 May 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
210 | src/templates/x86ArchitectureTemplate.py: |
|
|
211 | make use of strict_start and strict_end in partition recreation |
|
|
212 | |
|
|
213 | 15 May 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
214 | src/templates/x86ArchitectureTemplate.py: |
|
|
215 | add strict_start and strict_end parameters to _add_partition() |
|
|
216 | add _find_current_minor_for_part() function to help with resizing |
|
|
217 | fix logical/extended logic in _partition_delete_step() |
|
|
218 | in _partition_resize_step(), delete, recreate at new size, resize, delete |
|
|
219 | call resize2fs with no size argument so it fills entire partition |
|
|
220 | more logging |
|
|
221 | only delete, recreate, resize, delete if growing |
|
|
222 | pass new size to resize2fs in K |
|
|
223 | |
|
|
224 | 9 May 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
225 | src/GLIStorageDevice.py: |
|
|
226 | call reorder_minors() from tidy_partitions() instead of |
|
|
227 | set_partitions_from_disk() |
|
|
228 | add code to reorder_minors() to take extended/logical into consideration with |
|
|
229 | non-free partitions |
|
|
230 | |
|
|
231 | 30 Apr 2006; Preston Cody <codeman@gentoo.org> : |
|
|
232 | added a check of the length of the directory in /usr/src if under 6 characters |
|
|
233 | should fix bug 131809 |
|
|
234 | |
|
|
235 | 19 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
236 | src/GLIArchitectureTemplate.py: |
|
|
237 | automatically emerge splashutils and splash-themes-livecd if kernel_bootsplash |
|
|
238 | and livecd-kernel |
|
|
239 | |
|
|
240 | 16 Apr 2006; Preston Cody <codeman@gentoo.org> |
|
|
241 | src/GLIGenDialog.py: |
|
|
242 | change temp_use="-* " to temp_use="" because apparantly it's a bad idea to -* |
|
|
243 | |
|
|
244 | 15 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
245 | src/GLIInstallProfile.py: |
|
|
246 | change kernel-modules to not be so stupid |
|
|
247 | |
|
|
248 | 9 Apr 2006; Preston Cody <codeman@gentoo.org> : |
|
|
249 | GLIMD: fix display problem with execute.pyhtml. |
|
|
250 | make tables better. |
|
|
251 | |
|
|
252 | 8 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
253 | src/GLIInstallProfile.py: |
|
|
254 | fix handling of int/float for minor |
|
|
255 | src/templates/x86ArchitectureTemplate.py: |
|
|
256 | save/restore partition name |
|
|
257 | src/GLIStorageDevice.py: |
|
|
258 | support for partition name |
|
|
259 | |
|
|
260 | 8 Apr 2006; Preston Cody <codeman@gentoo.org> : |
|
|
261 | touchups to add_profile in GLIMD to link to webgli |
|
|
262 | add a save to GLIMD profile button in webgli's saveprofile |
|
|
263 | gliserv.py: |
|
|
264 | initial attempt at custom networking info per client. hostname support only. |
|
|
265 | |
|
|
266 | 5 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
267 | src/net/server/html/webgli/partitioning[234].pyhtml: |
|
|
268 | small fixes for new partioning code |
|
|
269 | |
|
|
270 | 2 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
271 | src/GLIClientController.py: |
|
|
272 | record PID of secondary thread |
|
|
273 | |
|
|
274 | 1 Apr 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
275 | src/GLIGenDialog.py: |
|
|
276 | small fix for new partitioning code |
|
|
277 | |
|
|
278 | 30 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
279 | src/GLIStorageDevice.py: |
|
|
280 | add get_devnode() |
|
|
281 | fix up detect_devices() to detect cciss/ida arrays |
|
|
282 | src/templates/x86ArchitectureTemplate.py: |
|
|
283 | use get_devnode() instead of figuring out the devnode |
|
|
284 | skip first 3 steps if partition layout hasn't changed |
|
|
285 | wipe disk and create new disklabel before recreating partitions |
|
|
286 | src/GLIArchitectureTemplate.py: |
|
|
287 | use get_devnode() in local mount and fstab stuff |
|
|
288 | |
|
|
289 | 26 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
290 | src/GLIStorageDevice.py: |
|
|
291 | change detect_devices() to handle change in sysfs in 2.6.16 (from lxnay) |
|
|
292 | |
|
|
293 | 25 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
294 | src/templates/x86ArchitectureTemplate.py: |
|
|
295 | continue breakup/cleanup of partitioning code |
|
|
296 | |
|
|
297 | 24 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
298 | src/GLIStorageDevice.py: |
|
|
299 | set disklabel to default for arch when clearing the partition table |
|
|
300 | src/templates/x86ArchitectureTemplate.py: |
|
|
301 | complete rewrite of first and second passes |
|
|
302 | |
|
|
303 | 22 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
304 | src/GLIStorageDevice.py, src/templates/x86ArchitectureTemplate.py: |
|
|
305 | allow iterating over Device object to get partitions |
|
|
306 | |
|
|
307 | 21 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
308 | src/GLIStorageDevice.py: |
|
|
309 | allow access to Device object like a dict |
|
|
310 | |
|
|
311 | 20 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
312 | src/GLIStorageDevice.py: |
|
|
313 | allow access to Partition object like a dict |
|
|
314 | |
|
|
315 | 16 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
316 | src/templates/x86ArchitectureTemplate.py: |
|
|
317 | fail if any filesystems are mounted on the device being partitioned |
|
|
318 | |
|
|
319 | 14 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
320 | src/GLIStorageDevice.py: |
|
|
321 | reorder minor numbers when loading partitions from disk to match the physical |
|
|
322 | partition order |
|
|
323 | |
|
|
324 | 13 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
325 | src/GLIStorageDevice.py: |
|
|
326 | overhaul for supporting mac disklabels and partitions out of disk order |
|
|
327 | remove free space from inside extended partition when extended is removed |
|
|
328 | |
|
|
329 | 13 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> +bin/installer, |
|
|
330 | +bin/installer-dialog, +bin/installer-gtk, +docs/gli.png, |
|
|
331 | +docs/gli-dialog.png, +src/misc/installer-dialog.desktop, |
|
|
332 | +src/misc/installer-faq.desktop, +src/misc/installer-gtk.desktop: |
|
|
333 | Added bash scripts, icons, and desktop entries from the ebuild to make my |
|
|
334 | life easier. |
|
|
335 | |
|
|
336 | 10 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
337 | src/GLIStorageDevice.py: |
|
|
338 | raise an exception if the existing partitions are out of disk order |
|
|
339 | look for minors out of order instead of disk position |
|
|
340 | |
|
|
341 | 8 Mar 2006; Preston Cody <codeman@gentoo.org> : |
|
|
342 | src/fe/dialog/gli-dialog and src/GLIGenDialog: |
|
|
343 | added networkless mode to gli-dialog. |
|
|
344 | |
|
|
345 | 6 Mar 2006; Preston Cody <codeman@gentoo.org> : |
|
|
346 | src/templates/x86AT: |
|
|
347 | add windows detection code for grub. untested. |
|
|
348 | |
|
|
349 | 6 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
350 | src/templates/x86ArchitectureTemplate.py: |
|
|
351 | bootloader and partitioning external commands log to compile_output.log |
|
|
352 | wait for device node to exist before resizing |
|
|
353 | add -v to ntfsresize command |
|
|
354 | src/GLIStorageDevice.py: |
|
|
355 | return start/end with ip structure |
|
|
356 | pad min ntfs size by 50 MB just to be safe |
|
|
357 | src/GLIArchitectureTemplate.py: |
|
|
358 | only install filesystem tools for partitions with a mountpoint |
|
|
359 | |
|
|
360 | 5 Mar 2006; Preston Cody <codeman@gentoo.org> : |
|
|
361 | add error catching and text to saving profile dialogs |
|
|
362 | |
|
|
363 | 4 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
364 | src/GLIPortage.py: |
|
|
365 | create /tmp, /var/tmp, and /var/lib/portage with proper permissions |
|
|
366 | src/templates/x86ArchitectureTemplate.py: |
|
|
367 | fix checks for changed partitions so they will actually get deleted |
|
|
368 | |
|
|
369 | 3 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
370 | src/GLIClientController.py: |
|
|
371 | slightly better error handling for pre-install failures |
|
|
372 | |
|
|
373 | 2 Mar 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
374 | src/templates/x86ArchitectureTemplate.py: |
|
|
375 | proper return code checking for ext2/3 resizing |
|
|
376 | |
|
|
377 | 28 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> |
|
|
378 | src/GLIClientController.py: |
|
|
379 | accept 'none' as well as 'null' for network type |
|
|
380 | src/GLIArchitectureTemplate.py: |
|
|
381 | ignore extended partitions in mount_local_partitions() |
|
|
382 | src/templates/x86ArchitectureTemplate.py: |
|
|
383 | use get_ordered_partition_list() instead of keys().sort() for new_part_list |
|
|
384 | check to make sure start sector for primary isn't less than end sector for |
|
|
385 | previous extended |
|
|
386 | src/GLIClientController.py: |
|
|
387 | write dns servers to /etc/resolv.conf |
|
|
388 | |
|
|
389 | 27 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
390 | src/GLIPortage.py: |
|
|
391 | copy_pkg_to_chroot() uses compile_output.log for command output |
|
|
392 | |
|
|
393 | 23 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
394 | only keep a 1000 line 'scrollback' buffer for the compile output and log file |
|
|
395 | |
|
|
396 | 20 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
397 | src/GLIPortage.py: |
|
|
398 | add code make GLIPortage.py capable of being run stand-along for dynamic |
|
|
399 | stage3 generation and copying packages in a GRP-ish way |
|
|
400 | grp code fixups |
|
|
401 | |
|
|
402 | 17 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
403 | src/GLIPortage.py: |
|
|
404 | ignore blank packages passed to get_deps() and emerge() |
|
|
405 | |
|
|
406 | 14 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
407 | src/GLIUtility.py: |
|
|
408 | add get_chosts() function |
|
|
409 | |
|
|
410 | *GLI-0.3 (12 Feb 2006) |
|
|
411 | |
|
|
412 | 12 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
413 | src/templates/x86ArchitectureTemplate.py: |
|
|
414 | pull old start/end sector values from somewhere that actually has them |
|
|
415 | add logic for extended partition to code that makes sure new end sector |
|
|
416 | doesn't overlap start sector of next partitions |
|
|
417 | don't freak out if partition can't be deleted |
|
|
418 | |
|
|
419 | 11 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
420 | src/GLIPortage.py: |
|
|
421 | run env-update at the end of copy_pkg_to_chroot() |
|
|
422 | |
|
|
423 | 10 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
424 | src/templates/x86ArchitectureTemplate.py: |
|
|
425 | I'm a complete fscking dumbass. I recorded the end sector for partitions that |
|
|
426 | weren't being touched, but I never used it when recreating them...the end was |
|
|
427 | calculated from the size in MB instead :/ |
|
|
428 | |
|
|
429 | 9 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
430 | src/GLIArchitectureTemplate.py: |
|
|
431 | pre-create /lib64 dir and /lib -> /lib64 symlink if it exists on livecd |
|
|
432 | copy /etc/{passwd,group,shadow} from livecd to chroot sans 'gentoo' |
|
|
433 | src/GLIPortage.py: |
|
|
434 | use tar to transfer files from image dir to /mnt/gentoo instead of 'cp -a' |
|
|
435 | src/GLIStorageDevice.py,src/GLIInstallProfile.py,src/templates/x86AT.py: |
|
|
436 | 'resized' flag |
|
|
437 | |
|
|
438 | 8 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
439 | src/GLIPortage.py: |
|
|
440 | short circuit and check vdb directly if package begins with '=' |
|
|
441 | |
|
|
442 | 8 Feb 2006; Preston Cody <codeman@gentoo.org> : |
|
|
443 | added more packages to extra_packages list in IP |
|
|
444 | |
|
|
445 | 6 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
446 | src/templates/x86ArchitectureTemplate.py: |
|
|
447 | 10 tries to create filesystem instead of 3 |
|
|
448 | src/GLIPortage, src/GLIArchitectureTemplate.py: |
|
|
449 | ignore_missing flag for copy_pkg_to_chroot() |
|
|
450 | |
|
|
451 | 5 Feb 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
452 | src/GLIPortage.py: |
|
|
453 | copy_pkg_to_chroot() uses $ROOT/vdb for ROOT= installs |
|
|
454 | |
|
|
455 | 26 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
456 | src/net/server/gliserv.py: |
|
|
457 | fix handling of 404 for real files |
|
|
458 | src/net/server/GLIServerProfile.py: |
|
|
459 | look for 'hostname' in attributes instead of 'name' |
|
|
460 | |
|
|
461 | 22 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
462 | src/SimpleXMLParser.py: |
|
|
463 | initial support for 'include' in XML files |
|
|
464 | src/GLIStorageDevice.py: |
|
|
465 | initial support for % |
|
|
466 | src/GLIClientController.py: |
|
|
467 | add debugging statements to pre-install steps |
|
|
468 | |
|
|
469 | 15 Jan 2006; Preston Cody <codeman@gentoo.org> : |
|
|
470 | webgli/configfiles: |
|
|
471 | check for key in etc_files['rc.conf'] to fix key error |
|
|
472 | webgli/timezone: small fix. |
|
|
473 | webgli/extrapackages: list-type fix |
|
|
474 | webgli/services: same |
|
|
475 | glimd: add/edit_client updates. |
|
|
476 | |
|
|
477 | 12 Jan 2006; Preston Cody <codeman@gentoo.org> : |
|
|
478 | added configure.pyhtml to glimd. minor changes |
|
|
479 | to top and add_client. fixed up showargs. |
|
|
480 | added execute.pyhtml |
|
|
481 | changed register clients line in gliserv for name->hostname. |
|
|
482 | updated TODO. |
|
|
483 | |
|
|
484 | 10 Jan 2006; Preston Cody <codeman@gentoo.org> : |
|
|
485 | src/net/server/*: |
|
|
486 | added add/del/edit client/profile.pythml for glimd. |
|
|
487 | updated templates, showclients, and gliserv. |
|
|
488 | |
|
|
489 | 10 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
490 | src/net/server/*: |
|
|
491 | stupid threading module... |
|
|
492 | |
|
|
493 | 8 Jan 2006; Preston Cody <codeman@gentoo.org> : |
|
|
494 | AT: rc.conf -> conf.d/clock |
|
|
495 | |
|
|
496 | 7 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
497 | src/GLIPortage.py: |
|
|
498 | show 'Calculating dependencies for ...' in subprogress bar at beginning of |
|
|
499 | emerge() |
|
|
500 | src/GLIArchitectureTemplate.py: |
|
|
501 | copy /etc/X11/gdm/gdm.conf.old into chroot if /etc/X11/gdm/gdm.conf exists |
|
|
502 | in the chroot |
|
|
503 | remove _quickpkg_deps() and _portage_best_{visible,version}() |
|
|
504 | src/GLIUtility.py: |
|
|
505 | fail immediately in validate_uri() if provided URI can't be parsed |
|
|
506 | modify fetch_and_unpack_tarball() and get_uri() to allow fetch subprogress |
|
|
507 | debug code in spawn() |
|
|
508 | use lower-level os.read() instead of file.read() because python sucks |
|
|
509 | src/templates/x86ArchitectureTemplate.py: |
|
|
510 | basic subprogress reporting for partitioning |
|
|
511 | total_steps was 1 too high |
|
|
512 | |
|
|
513 | 6 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
514 | src/GLIUtility.py: |
|
|
515 | move parse_vdb_contents() to GLIPortage |
|
|
516 | src/GLIPortage.py: |
|
|
517 | remove all symlink fixups |
|
|
518 | ignore 'dir' entries in CONTENTS |
|
|
519 | call tar with -p |
|
|
520 | |
|
|
521 | 5 Jan 2006; Preston Cody <codeman@gentoo.org> : |
|
|
522 | AT: bootsplash is now gensplash |
|
|
523 | gliserv: add advanced_mode to shared_info |
|
|
524 | webgli: Added advanced mode. mostly just disables a few screens. |
|
|
525 | |
|
|
526 | 2 Jan 2006; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
527 | src/GLIPortage.py: |
|
|
528 | get_deps() calls 'emerge -p' and then removed packages that aren't in vdb |
|
|
529 | added emerge() |
|
|
530 | update sub-progress after each package is emerged |
|
|
531 | skip tar, symlink fixup, and copy from image dir to / if no files in CONTENTS |
|
|
532 | call get_best_version_vdb() instead of get_best_version_vdb_chroot() |
|
|
533 | remove link if it exists before moving content into place |
|
|
534 | src/GLIArchitectureTemplate.py: |
|
|
535 | install_packages() now calls emerge() in GLIPortage |
|
|
536 | change all calls to self._emerge() to self._portage.emerge() |
|
|
537 | comment out all emerge status checking...using exceptions now |
|
|
538 | call copy_pkg_to_chroot() directly for livecd-kernel |
|
|
539 | |
|
|
540 | 31 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
541 | src/GLIArchitectureTemplate.py: |
|
|
542 | remove add_pkg_to_world() and copy_pkg_to_chroot() |
|
|
543 | copy installer.log to installer.log.failed on install failure |
|
|
544 | src/GLIUtility.py: |
|
|
545 | added get_keymaps() |
|
|
546 | spawn() takes any False argument for chroot instead of just None |
|
|
547 | src/GLIPortage.py: |
|
|
548 | copy_pkg_to_chroot() chroot's to run ebuild is use_root=False |
|
|
549 | change copy_pkg_to_chroot() to work properly with use_root=False |
|
|
550 | figure PORTAGE_TMPDIR properly |
|
|
551 | |
|
|
552 | 27 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
553 | src/net/server/html/*: |
|
|
554 | converted showclients, load/saveprofile |
|
|
555 | |
|
|
556 | 26 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
557 | src/GLIPortage.py: |
|
|
558 | exclude packages already in chroot vdb from binary deplist |
|
|
559 | chroot to use best_version for chroot's vdb |
|
|
560 | src/runtimedeps.py: |
|
|
561 | accept ROOT via commandline instead of env |
|
|
562 | |
|
|
563 | 25 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
564 | src/runtimedeps.py: |
|
|
565 | remove passing of ROOT |
|
|
566 | src/GLIPortage.py: |
|
|
567 | modify get_deps() to get deptree for each package and merge into final list |
|
|
568 | remove depgraph class |
|
|
569 | add debugging code to get_deps() |
|
|
570 | src/GLIArchitectureTemplate.py: |
|
|
571 | combine code for GRP/compile in install_packages() into one block |
|
|
572 | debugging code in install_packages() |
|
|
573 | |
|
|
574 | 24 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
575 | src/runtimedeps.py: |
|
|
576 | initial commit |
|
|
577 | src/GLIPortage.py: |
|
|
578 | use separate script for GRP deps |
|
|
579 | remove calls to portage module |
|
|
580 | |
|
|
581 | 23 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
582 | src/GLIPortage.py: |
|
|
583 | initial commit |
|
|
584 | move some of portage function from GLIAT |
|
|
585 | flipped around a few function args |
|
|
586 | src/GLIArchitectureTemplate.py: |
|
|
587 | revamp install_packages() for new GLIPortage |
|
|
588 | |
|
|
589 | 21 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
590 | src/GLIArchitectureTemplate.py: |
|
|
591 | extract /usr/livecd/metadata.tar.bz2 to chroot if it exists |
|
|
592 | |
|
|
593 | 20 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
594 | src/net/server/gliserv.py: |
|
|
595 | wrap generated code in a class to isolate it a bit better |
|
|
596 | 302 redirects work |
|
|
597 | don't use cgi.escape() for <% %> |
|
|
598 | src/net/server/html/webgli/*: |
|
|
599 | load/save profile |
|
|
600 | src/GLIUtility.py: |
|
|
601 | change /sbin/lspci to just lspci |
|
|
602 | |
|
|
603 | 18 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
604 | src/GLIClientController.py: |
|
|
605 | change ordering of statements in CC run() while loop to not go past the end |
|
|
606 | of the array |
|
|
607 | src/GLIArchitectureTemplate.py: |
|
|
608 | removed redundant bind mounts |
|
|
609 | |
|
|
610 | 18 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
611 | REMOVED dialogfe.py since it is totally obsolete. use gli-dialog.py |
|
|
612 | added a diagram by blackace from last night. |
|
|
613 | added the glossary in RTF format. |
|
|
614 | |
|
|
615 | 17 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
616 | x86AT: separated out emerge/configure from running of bootloader |
|
|
617 | added MBR drive support to lilo. |
|
|
618 | these changes will likely not work. |
|
|
619 | AT: added setup_and_run_bootloader step. |
|
|
620 | |
|
|
621 | 12 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
622 | src/net/server/gliserv.py: |
|
|
623 | call generated code in a function |
|
|
624 | src/net/server/html/webgli/*: |
|
|
625 | include top/bottom |
|
|
626 | src/GLIArchitectureTemplate.py, src/GLIClientController.py, |
|
|
627 | src/GLIClientCongifuration.py: |
|
|
628 | install mode magic |
|
|
629 | |
|
|
630 | 11 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
631 | src/GLIClientController.py: |
|
|
632 | use GLIException when there's an import problem |
|
|
633 | added debug code to show install_steps |
|
|
634 | src/templates/amd64ArchitectureTemplate.py: |
|
|
635 | add . to import path |
|
|
636 | proper path this time: ../../templates |
|
|
637 | src/GLIArchitectureTemplate.py: |
|
|
638 | add _portage_best_version() function |
|
|
639 | |
|
|
640 | 11 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
641 | added initial glossary and gimli diagram to the docs directory. |
|
|
642 | modify gli-dialog to allow editing of the install_profile after loading XML. |
|
|
643 | |
|
|
644 | 8 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
645 | src/net/server/html/webgli/: |
|
|
646 | converted globaluse, localuse, networkmounts, portagetree, and stageselection |
|
|
647 | moved saveclientconfig stuff into clientconfig |
|
|
648 | moved saveconfigfiles into config files |
|
|
649 | converted etc_portage and makedotconf |
|
|
650 | converted bootloader and kernel |
|
|
651 | convert daemons, extrapackages, networking, review, services, timezone, users |
|
|
652 | src/net/server/gliserv.py: |
|
|
653 | proper 404 handling for .pyhtml extension |
|
|
654 | HTML escape <% %> stuff |
|
|
655 | work around python's sucky regexes |
|
|
656 | src/GLIInstallProfile.py: |
|
|
657 | allow set_{rsync,ftp,http}_proxy() to accept empty values |
|
|
658 | |
|
|
659 | 7 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
660 | src/net/server/gliserv.py: |
|
|
661 | initial commit of Legolas templating engine |
|
|
662 | 302 redirects |
|
|
663 | src/net/server/html/index.html, src/net/server/webgli_template.html: |
|
|
664 | minor changes for new code |
|
|
665 | src/net/server/html/*.pyhtml, src/net/server/html/webgli/*.pyhtml: |
|
|
666 | initial commit of the conversion from the monolithic WebGLIHandler.py to the |
|
|
667 | one file per path Legolas goodness |
|
|
668 | partitioning[2-4] done |
|
|
669 | |
|
|
670 | 5 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
671 | webgli: dhcp options in CC and post-install. |
|
|
672 | updated comparison chart. |
|
|
673 | webgli: etc/portage/* and distcc support added. not too-well tested. |
|
|
674 | |
|
|
675 | 4 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
676 | webgli_template.html: valign=top on left side. |
|
|
677 | webgli: fix bootloader boot_device. now working. |
|
|
678 | webgli: CC proxy done. post-install proxy in progress. |
|
|
679 | |
|
|
680 | 3 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
681 | src/net/server/webgli_template.html: |
|
|
682 | increase padding for content cell to 7px and add colspan=2 |
|
|
683 | |
|
|
684 | 3 Dec 2005; Nicholas D. Wolfood <blackace@gentoo.org> : |
|
|
685 | webgli: added graphic bar on top |
|
|
686 | webgli: added hover effects on the links on the left |
|
|
687 | webgli: re-rendered header_bg.png to stretch without artifacts |
|
|
688 | |
|
|
689 | 3 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
690 | webgli: make.conf disabling fixes for dynamic_stage3 |
|
|
691 | fixed portage snapshot browse popup |
|
|
692 | all changes tested. |
|
|
693 | webgli: add debug mode to CC screen. the screen still needs lots of work. |
|
|
694 | |
|
|
695 | 1 Dec 2005; Preston Cody <codeman@gentoo.org> : |
|
|
696 | added debug mode question to gli-dialog |
|
|
697 | added CC proxies to CC networking for gli-dialog |
|
|
698 | webgli: fixed skip CC networking if connection active |
|
|
699 | webgli: portage snapshot defaults to CD |
|
|
700 | webgli: bootloader mbr drive selection |
|
|
701 | webgli: USE flags unselectable if dynamic_stage3 |
|
|
702 | webgli: manual extra packages and save button. |
|
|
703 | |
|
|
704 | 28 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
705 | src/GLIUtility.py: |
|
|
706 | change ping count to 2 |
|
|
707 | docs/comparison.html |
|
|
708 | initial commit |
|
|
709 | |
|
|
710 | 27 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
711 | src/templates/x86ArchitectureTemplate.py: |
|
|
712 | fix map() issue with grub code |
|
|
713 | replace kernel_names and initrd_names loops with one-liners |
|
|
714 | |
|
|
715 | 27 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
716 | gli-dialog won't let you dynamic stage3 without systempkgs.txt. |
|
|
717 | initial gli-dialog support for recommended partitioning layout and clear. |
|
|
718 | failure cleanup now an option for gli-dialog. |
|
|
719 | move livecd-kernel to top of kernel lists. fix proto bug in rc.conf |
|
|
720 | added comparison list and updated TODO! |
|
|
721 | |
|
|
722 | 26 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
723 | src/GLIArchitectureTemplate.py: |
|
|
724 | fix to stage1() debug code |
|
|
725 | fix to stage2() debug code |
|
|
726 | |
|
|
727 | 26 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
728 | some more bootloader code fixes. forgot boot_device != mbr_device. |
|
|
729 | |
|
|
730 | 25 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
731 | src/GLIStorageDevice.py: |
|
|
732 | fix to unallocated space merging when last one is after part 4 |
|
|
733 | |
|
|
734 | 24 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
735 | src/GLIArchitectureTemplate.py: |
|
|
736 | small fix to debugging code in copy_pkg_to_chroot() |
|
|
737 | |
|
|
738 | 23 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
739 | more bugfixes with bootloader code |
|
|
740 | gli-dialog side appears to work |
|
|
741 | |
|
|
742 | 21 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
743 | initial adding of boot_device to backend. |
|
|
744 | initial boot_device support added to gli-dialog. |
|
|
745 | some fixes of my poor coding |
|
|
746 | |
|
|
747 | 20 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
748 | converted gli-dialog to use the install_package_list. |
|
|
749 | gtkfe has already been converted by AllanonJL |
|
|
750 | new way working in gli-dialog now and added to webgli. |
|
|
751 | added set/get_boot_device() to IP |
|
|
752 | |
|
|
753 | 19 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
754 | get_install_package_list added to InstallProfile. This can be used by the FEs |
|
|
755 | |
|
|
756 | 17 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
757 | src/templates/x86ArchitectureTemplate.py: |
|
|
758 | call ls with '-1 --color=no' |
|
|
759 | |
|
|
760 | 16 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
761 | added warning (#9) to GRP ppl about stage3 tarballs |
|
|
762 | |
|
|
763 | 15 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
764 | src/GLIArchitectureTemplate.py: |
|
|
765 | change fat32/fat16 to vfat in mount_local_partitions() so mount doesn't get |
|
|
766 | confused |
|
|
767 | |
|
|
768 | 13 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
769 | removed protocols from rc.conf screens |
|
|
770 | finished initial rc.conf and make.conf in webgli |
|
|
771 | |
|
|
772 | 13 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
773 | src/net/server/gliserv.py: |
|
|
774 | add -h option to usage() |
|
|
775 | show time and request URI in debug mode |
|
|
776 | show client IP in debug mode |
|
|
777 | just use IP instead of trying to do a reverse lookup |
|
|
778 | |
|
|
779 | 12 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
780 | src/net/server/gliserv.py: |
|
|
781 | 'classier' 401 message |
|
|
782 | proper commandline parsing |
|
|
783 | help via -h |
|
|
784 | user/pass can be specificed via commandline option |
|
|
785 | |
|
|
786 | 11 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
787 | src/net/server/gliserv.py: |
|
|
788 | basic HTTP auth |
|
|
789 | |
|
|
790 | 10 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
791 | src/net/server/gliserv.py: |
|
|
792 | dynamic module reloading (yipee!) |
|
|
793 | send 'Last-Modified' header for real files |
|
|
794 | respond to HEAD with just headers |
|
|
795 | src/net/server/handlers/WebGLIHandler.py: |
|
|
796 | icons for drives |
|
|
797 | |
|
|
798 | 7 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
799 | src/net/server/handlers/WebGLIHandler.py: |
|
|
800 | initial 'pretty' partition table display support |
|
|
801 | clicking partition in 'pretty' display works instead of radio buttons |
|
|
802 | radio buttons and pretty display work together |
|
|
803 | META redirect instead of javascript |
|
|
804 | pretty display stretches across entire screen |
|
|
805 | 'Recommended layout' and 'Clear drive' functions |
|
|
806 | properly catch exceptions from do_recommended() |
|
|
807 | src/GLIArchitectureTemplate.py: |
|
|
808 | replace preinst, copy, postinst, rm steps with qmerge |
|
|
809 | whoops...that shouldn't have been commented out |
|
|
810 | create image_dir with -p in copy_pkg_to_chroot() |
|
|
811 | more generic of symlink crappiness |
|
|
812 | new copy_pkg_to_chroot() actually works now |
|
|
813 | |
|
|
814 | 6 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
815 | src/GLIStorageDevice.py: |
|
|
816 | initial generic disk support |
|
|
817 | fixes for add_partition() code |
|
|
818 | src/net/server/handlers/WebGLIHandler.py: |
|
|
819 | added support for creating generic disks |
|
|
820 | add new partition working |
|
|
821 | save and delete partitions |
|
|
822 | |
|
|
823 | 6 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
824 | webgli: Partitioning making progress. |
|
|
825 | |
|
|
826 | 5 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
827 | src/GLIArchitectureTemplate.py: |
|
|
828 | copy_pkg_to_chroot() overhaul - does install the Right Way(TM) (copy files to |
|
|
829 | image dir, run pkg_setup, pkg_preinst, copy to /, pkg_postinst, remove image |
|
|
830 | dir) and works around /etc/gconf symlink problem |
|
|
831 | |
|
|
832 | 5 Nov 2005; Preston Cody <codeman@gentoo.org> : |
|
|
833 | webgli: lots of updates. preliminary partitioning. extra packages works. |
|
|
834 | |
|
|
835 | 3 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
836 | src/net/server/gliserv.py: |
|
|
837 | httpd now supports HTTPS and falls back to HTTP if not available |
|
|
838 | make fallback actually work |
|
|
839 | src/net/server/SecureXMLRPCServer.py: |
|
|
840 | SecureSocketServer is now threaded |
|
|
841 | |
|
|
842 | 2 Nov 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
843 | src/net/client/gliclient.py: |
|
|
844 | try to use HTTPS for XMLRPC first and fallback to HTTP |
|
|
845 | pretend mode |
|
|
846 | src/net/server/gliserv.py, src/net/server/SecureXMLRPCServer.py: |
|
|
847 | HTTPS XMLRPC goodness from samyron |
|
|
848 | pass name of certificate |
|
|
849 | |
|
|
850 | 31 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
851 | wegli: daemons and services screens done. |
|
|
852 | |
|
|
853 | 30 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
854 | webgli: networking and users screens |
|
|
855 | added return_redirect to handler.py |
|
|
856 | loading and saving install/client profiles works for webgli now |
|
|
857 | Review also done |
|
|
858 | |
|
|
859 | *GLI-0.2 (27 Oct 2005) |
|
|
860 | |
|
|
861 | 26 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
862 | src/templates/x86ArchitectureTemplate.py: |
|
|
863 | properly check for bootloader emerge exist status with exitsuccess() |
|
|
864 | log output of grub install command |
|
|
865 | add --batch --no-floppy to grub command |
|
|
866 | grubinstallstring only gets logged if debug is on |
|
|
867 | src/GLIUtility.py: |
|
|
868 | update progress bar to 100% when process finishes |
|
|
869 | |
|
|
870 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
871 | src/GLIClientController.py: |
|
|
872 | added debugging code for the interaction between the 2 threads via Event() |
|
|
873 | src/GLIUtility.py: |
|
|
874 | doubled the buffer size in spawn() |
|
|
875 | bump buffer size up to 16384 |
|
|
876 | only report progress in 5% increments |
|
|
877 | src/GLIArchitectureTemplate.py: |
|
|
878 | kernelpkgs.txt support code |
|
|
879 | above disabled because it sucks |
|
|
880 | added add_pkg_to_world() |
|
|
881 | |
|
|
882 | 24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
883 | src/GLIArchitectureTemplate.py: |
|
|
884 | use tar | tar to copy files in copy_pkg_to_chroot() |
|
|
885 | extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
|
|
886 | |
|
|
887 | 23 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
888 | DEBUGGING ADDED TO AT. verbose field added to CConfig. |
|
|
889 | |
|
|
890 | 23 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
891 | src/net/server/gliserv.py: |
|
|
892 | / maps to index.html |
|
|
893 | look for actual files in html/ |
|
|
894 | src/net/html: |
|
|
895 | new template |
|
|
896 | src/GLIUtility.py: |
|
|
897 | added parse_vdb_contents() |
|
|
898 | src/GLIArchitectureTemplate.py: |
|
|
899 | added copy_pkg_to_chroot() |
|
|
900 | added debug code to dynamic-stage3 |
|
|
901 | switch dynamic-stage3 to new method |
|
|
902 | lots of bug fixes from adding debug code |
|
|
903 | |
|
|
904 | 22 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
905 | webgli initial bootloader support + changed make.conf. |
|
|
906 | IP: changed defaults for stage, kernel_build_method, kernel_source_pkg. |
|
|
907 | |
|
|
908 | 20 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
909 | src/GLIUtility.py: |
|
|
910 | horrible tangled mess of code that is tarball unpacking subprogress display |
|
|
911 | add unpack progress to portage snapshot |
|
|
912 | use read() instead of readlines() in spawn() |
|
|
913 | only update progress bar for whole percents |
|
|
914 | |
|
|
915 | 19 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
916 | src/templates/x86ArchitectureTemplate.py: |
|
|
917 | change call to 'grub' to use GLIUtility.exitsuccess() |
|
|
918 | add definition of 'build_mode' in _configure_lilo() |
|
|
919 | src/misc/updategtkfe, src/misc/updateglid: |
|
|
920 | fix so subshell is called in root shell |
|
|
921 | |
|
|
922 | 18 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
923 | src/net/server/handlers/WebGLIHandler.py: |
|
|
924 | stage screen launches URI browser in sized window with various properties set |
|
|
925 | |
|
|
926 | 17 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
927 | src/misc/updategtkfe: |
|
|
928 | updated to actually work |
|
|
929 | remove previous snapshot and extracted dir before downloading |
|
|
930 | src/misc/updateglid: |
|
|
931 | updated to actually work |
|
|
932 | src/templates/x86ArchitectureTemplate.py: |
|
|
933 | fixed bug where grub code was looking for 'root+root+file_name2' |
|
|
934 | |
|
|
935 | 16 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
936 | src/net/server/handlers/WebGLIHandler.py: |
|
|
937 | URI browser |
|
|
938 | added mirror selection |
|
|
939 | src/GLIUtility.py: |
|
|
940 | ls via ssh strips off ending * |
|
|
941 | |
|
|
942 | 16 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
943 | more updates to webgli. stage selection. |
|
|
944 | |
|
|
945 | 11 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
946 | updated webgli with preliminary Network Mounts support. |
|
|
947 | |
|
|
948 | 9 Oct 2005; Preston Cody <codeman@gentoo.org> : |
|
|
949 | GenDialog: string formatting and yes/no label fixes. |
|
|
950 | added WebGLI template for gliserv.py |
|
|
951 | added WebGLIHandler as well as a definition for it in gliserv.py |
|
|
952 | updates to the webgli files even though they won't be there for long. |
|
|
953 | Utility: remove exception for non-existant grppkgs.txt until the new livecd |
|
|
954 | goes public. |
|
|
955 | |
|
|
956 | 9 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
957 | src/net/server/gliserv.py: |
|
|
958 | override dict to not be so anal |
|
|
959 | main server now loads separate module to handle requests |
|
|
960 | src/net/server/handlers/ProfileHandler.py, src/net/server/handler.py: |
|
|
961 | split out profile URLs into separate handler function |
|
|
962 | move handlers into subdirectory |
|
|
963 | add Welcome and Clients handlers |
|
|
964 | |
|
|
965 | 5 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
966 | src/GLIUtility.py: |
|
|
967 | raise exception if password prompt received twice |
|
|
968 | |
|
|
969 | 2 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
970 | src/GLIUtility.py: |
|
|
971 | removed rot13ify() |
|
|
972 | |
|
|
973 | 1 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
974 | src/net/server/gliserv.py: |
|
|
975 | allow for param to be passed multiple times in GET |
|
|
976 | no XMLRPC functions return None |
|
|
977 | modify POST request parsing to only create a list if needed |
|
|
978 | fix GET request parsing so the list creation for multiple values works |
|
|
979 | src/net/client/gliclient.py: |
|
|
980 | various typo and type mismatch fixes |
|
|
981 | exit after exception |
|
|
982 | |
|
|
983 | 30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
984 | src/net/client/gliclient.py: |
|
|
985 | initial commit |
|
|
986 | pass MAC to XMLRPC functions |
|
|
987 | src/net/server/GLIServerProfile.py: |
|
|
988 | rename GLIClientsProfiles to GLIServerProfile |
|
|
989 | |
|
|
990 | 29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
991 | src/net/server/gliserv.py: |
|
|
992 | now handles POST requests |
|
|
993 | move majority of request handling code to common_handler() to reduce code |
|
|
994 | duplication |
|
|
995 | profile loading |
|
|
996 | client reg via XMLRPC goes into SharedInfo() |
|
|
997 | /showclients redesign |
|
|
998 | template fixes |
|
|
999 | allow handler functions to add/change headers |
|
|
1000 | save profile |
|
|
1001 | |
|
|
1002 | 28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1003 | src/net/server/GLIClientsProfiles.py: |
|
|
1004 | initial commit |
|
|
1005 | src/net/server/template.html: |
|
|
1006 | initial commit |
|
|
1007 | src/net/server/gliserv.py: |
|
|
1008 | add template mojo |
|
|
1009 | |
|
|
1010 | 26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1011 | src/net/server/gliserv.py: |
|
|
1012 | XMLRPC mojo |
|
|
1013 | |
|
|
1014 | 22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1015 | src/GLIArchitectureTemplate.py: |
|
|
1016 | add code in _edit_config() to comment line where variable is defined |
|
|
1017 | previously |
|
|
1018 | insert new line under previous definition of variable if it exists |
|
|
1019 | small _edit_config() cleanup |
|
|
1020 | src/GLIStorageDevice.py: |
|
|
1021 | add clear_partitions() function |
|
|
1022 | new sizes for recommended partition layout |
|
|
1023 | automatically calculate swap size for recommended layout |
|
|
1024 | |
|
|
1025 | 21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1026 | src/templates/x86ArchitectureTemplate.py: |
|
|
1027 | fat16 mojo |
|
|
1028 | |
|
|
1029 | 20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1030 | src/GLIStorageDevice.py: |
|
|
1031 | prevent do_recommended() from being run twice |
|
|
1032 | rewrite do_recommended() to be more robust |
|
|
1033 | src/GLIArchitectureTemplate.py: |
|
|
1034 | rework _edit_config() to not write duplicate entries |
|
|
1035 | |
|
|
1036 | 17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1037 | src/GLIStorageDevice.py: |
|
|
1038 | added do_recommended() function to automatically created 256M/1G/* layout |
|
|
1039 | |
|
|
1040 | 17 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1041 | src/gli-dialog.py: added set_distcc to the list |
|
|
1042 | GenDialog: added set_distcc. untested. |
|
|
1043 | IP: added install_distcc flag. |
|
|
1044 | AT: added install_distcc function based on the flag. runs after build_kernel |
|
|
1045 | changed AT spawn command for distcc for nodeps. |
|
|
1046 | |
|
|
1047 | 16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1048 | src/GLIUtility.py: |
|
|
1049 | add rot13ify() function |
|
|
1050 | |
|
|
1051 | 16 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1052 | src/GenDialog.py: |
|
|
1053 | added a sentence of text. unchecking support added. |
|
|
1054 | |
|
|
1055 | 15 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1056 | src/GLIUtility.py: |
|
|
1057 | added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
|
|
1058 | src/GenDialog.py: |
|
|
1059 | still working on extra_packages. transformed the list to new format. |
|
|
1060 | added GRP indication to list. untested. |
|
|
1061 | TODO lists updated. |
|
|
1062 | src/fe/dialog/gli-dialog.py: |
|
|
1063 | spelling mistook. |
|
|
1064 | |
|
|
1065 | 14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1066 | src/GLIUtility.py: |
|
|
1067 | get_snapshot_from_cd() returns '' instead of 'file://' if nothing found |
|
|
1068 | |
|
|
1069 | 5 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1070 | src/GLIUtility.py: |
|
|
1071 | add get_directory_listing_from_uri() |
|
|
1072 | add http support to above |
|
|
1073 | add ftp support to above |
|
|
1074 | add scp support to above |
|
|
1075 | src/GLIArchitectureTemplate.py: |
|
|
1076 | "0" instead of 0 for key of single-element dict passed to _edit_config() |
|
|
1077 | |
|
|
1078 | 5 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1079 | value_only -> only_value |
|
|
1080 | |
|
|
1081 | 3 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1082 | gutted out all of etc_portage structure since it is now all handled by |
|
|
1083 | etc_files |
|
|
1084 | |
|
|
1085 | 3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1086 | src/GLIArchitectureTemplate.py: |
|
|
1087 | install_packages() sends progress update notifications |
|
|
1088 | src/templates/x86ArchitectureTemplate.py: |
|
|
1089 | increase sleep to 5s between format tries |
|
|
1090 | src/GLIClientController.py: |
|
|
1091 | pass 'self' to AT instead of 'self._pretend' |
|
|
1092 | |
|
|
1093 | 2 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1094 | logger -> logger.log in x86AT |
|
|
1095 | |
|
|
1096 | 1 Sep 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1097 | added set_etc_portage to IP. debugging gli-d's support for it. |
|
|
1098 | |
|
|
1099 | 1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1100 | src/templates/x86ArchitectureTemplate.py: |
|
|
1101 | switch to 3 tries for mkfs instead of looping waiting for dev node to exist |
|
|
1102 | |
|
|
1103 | 30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1104 | src/GLIArchitectureTemplate.py: |
|
|
1105 | add _portage_best_version() function and rework install_packages() to allow |
|
|
1106 | for future X of Y tracking |
|
|
1107 | Use best_visible instead of best_version |
|
|
1108 | tracked down and fixed missing = causing empty install extra packages |
|
|
1109 | use = when emerging also |
|
|
1110 | quickpkg hokey pokey |
|
|
1111 | run _get_packages_to_emerge() again with -pk |
|
|
1112 | |
|
|
1113 | 22 Aug 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1114 | src/ArchTemplate: |
|
|
1115 | removed install_xorg_x11, and put the xorg.conf copying at |
|
|
1116 | the end of install_packages. |
|
|
1117 | added updateglid to /src/misc |
|
|
1118 | updated all core files with new GPL notice and copyright statement. |
|
|
1119 | |
|
|
1120 | 21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1121 | src/GLIUtility.py: |
|
|
1122 | fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find |
|
|
1123 | a snapshot in /mnt/cdrom/snapshots/ |
|
|
1124 | get_snapshot_from_cd() adds file:// at the beginning |
|
|
1125 | change calls to extra package special case functions to 'self.blah' |
|
|
1126 | |
|
|
1127 | 21 Aug 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1128 | src/ArchTemplate: changed "voodoo". |
|
|
1129 | changed order of portage sync methods. made a fallback to webrsync if |
|
|
1130 | normal emerge sync fails. |
|
|
1131 | removed get_sources_from_cd because it is obsolete. |
|
|
1132 | add special cases to install_packages. remove fatal exception on package |
|
|
1133 | install failure b/c the box will still be bootable. |
|
|
1134 | add install_xorg_x11. remove adding of xdm to runlevel. this will now be |
|
|
1135 | handled in the FEs. |
|
|
1136 | src/GenDialog: added a bunch of code for dealing with x11-based packages. |
|
|
1137 | awaiting testing. |
|
|
1138 | |
|
|
1139 | 20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1140 | src/GLIStorageDevice.py: |
|
|
1141 | global try/except block around fs resizable detection code |
|
|
1142 | src/GLIArchitectureTemplate.py, src/GLIClientController.py: |
|
|
1143 | install-failed cleanup function |
|
|
1144 | |
|
|
1145 | 18 Aug 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1146 | x86ArchTemplate: updated lilo code. separated out THREE commands. untested. |
|
|
1147 | |
|
|
1148 | 16 Aug 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1149 | GLIGenDialog: |
|
|
1150 | add drive choices for loaded configs. |
|
|
1151 | force snapshot for dynamic_stage3 |
|
|
1152 | init the snapshoturi input to the cd snapshot if not already selected. |
|
|
1153 | if dynamic_stage3, skip the make.conf step. |
|
|
1154 | GLIUtility: add get_cd_snapshot_uri() for local snapshots. |
|
|
1155 | this fixes parts 1,2,3,6 of bug 102747 for gli-dialog |
|
|
1156 | |
|
|
1157 | 16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1158 | src/GLIArchitectureTemplate.py: |
|
|
1159 | manually call MAKEDEV in stage3-dynamic code |
|
|
1160 | copy /etc/inittab.old to /etc/inittab in chroot |
|
|
1161 | src/GLIUtility.py: |
|
|
1162 | add beginning of validate_uri() function |
|
|
1163 | add file:/// support to validate_uri() |
|
|
1164 | single quotes when setting livecd password |
|
|
1165 | |
|
|
1166 | 15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1167 | src/GLIGenDialog.py: |
|
|
1168 | change getmountpoint() to get_mountpoint() |
|
|
1169 | src/misc/updategtkfe: |
|
|
1170 | committed script to automatically download latest snapshot and run gtkfe |
|
|
1171 | src/templates/x86ArchitectureTemplate.py: |
|
|
1172 | fix _configure_lilo_add_windows() for IP -> GLISD stuff |
|
|
1173 | src/GLIArchitectureTemplate.py: |
|
|
1174 | give tmp_minor an initial value in mount_local_partitions so that the value |
|
|
1175 | remain from the previous drive |
|
|
1176 | |
|
|
1177 | 14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1178 | src/templates/x86ArchitectureTemplate.py: |
|
|
1179 | Fix _configure_lilo() for IP using GLISD stuff |
|
|
1180 | src/GLIArchitectureTemplate.py: |
|
|
1181 | install_cron_daemon() treats "none" specially |
|
|
1182 | |
|
|
1183 | 14 Aug 2005; Preston Cody <codeman@gentoo.org> : |
|
|
1184 | old patch from Steven Mertens to resolve bug #96642 |
|
|
1185 | numerous asthetic changes to GenDialog, no real functionality changes though. |
|
|
1186 | strings renamed for global use if necessary. |
|
|
1187 | fix all three parts of bug 102291 |
|
|
1188 | disable set_etc_portage until fully-written. |
|
|
1189 | |
|
|
1190 | 13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1191 | src/GLIClientController.py: |
|
|
1192 | lower-case http/ftp proxy envvars |
|
|
1193 | |
|
|
1194 | 12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1195 | src/GLIClientController.py: |
|
|
1196 | log end of pre_install steps to aid in debugging |
|
|
1197 | src/templates/x86ArchitectureTemplate.py: |
|
|
1198 | change set_flag(flag) to set_flag(flag, True)...*stab* *stab* |
|
|
1199 | |
|
|
1200 | 10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1201 | src/GLIArchitectureTemplate.py: |
|
|
1202 | check to make sure that the device node we're wait for to exist isn't of |
|
|
1203 | type 'free' |
|
|
1204 | |
|
|
1205 | 09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1206 | src/GLIGenDialog.py: |
|
|
1207 | convert install_packages to list in set_extra_packages() |
|
|
1208 | check return code of checklist() call in "Manual" section |
|
|
1209 | *actually* fix the first problem |
|
|
1210 | |
|
|
1211 | 08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
|
|
1212 | "source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
|
|
1213 | -l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
|
|
1214 | |
|
|
1215 | 06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
|
|
1216 | src/GLIArchitectureTemplate.py: |
|
|
1217 | re-fix net.eth1+ symlink code...wtf is wrong with cvs? |
|
|
1218 | |
8 | 04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
1219 | 04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> : |
9 | Add CDATA support to SimpleXMLParser and add utility functions for it. |
1220 | Add CDATA support to SimpleXMLParser and add utility functions for it. |
10 | |
1221 | |
11 | 04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
1222 | 04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> |
12 | src/GLIArchitectureTemplate.py: |
1223 | src/GLIArchitectureTemplate.py: |
13 | Fix case where vixie-cron is specified as a full package atom, as we still |
1224 | Fix case where vixie-cron is specified as a full package atom, as we still |
14 | don't want to run 'crontab /etc/crontab' for it. |
1225 | don't want to run 'crontab /etc/crontab' for it. |
15 | |
1226 | |
|
|
1227 | *GLI-0.1 (3 Aug 2005) |
|
|
1228 | |
16 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> |
1229 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> : |
17 | add scp to list of is_uri() so GenDialog doesn't complain. |
1230 | add scp to list of is_uri() so GenDialog doesn't complain. |
18 | fixed livecd-kernel bug in bootloader code. |
1231 | fixed livecd-kernel bug in bootloader code. |
19 | fixed gendialog for dynamic_stage3 instead of "networkless" |
1232 | fixed gendialog for dynamic_stage3 instead of "networkless" |
20 | change bootloader to allow for both initrd and initramfs. |
1233 | change bootloader to allow for both initrd and initramfs. |
21 | fix IP for dynamic_stage3. |
1234 | fix IP for dynamic_stage3. |
22 | fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
1235 | fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing. |
23 | |
1236 | |
24 | 30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
1237 | 30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> : |
25 | Added full scp:// URI support to get_uri() in GLIUtility |
1238 | Added full scp:// URI support to get_uri() in GLIUtility |
26 | Remove "networkless" from dynamic stage3 if locic. |
1239 | Remove "networkless" from dynamic stage3 if locic. |
27 | Remove print statement from scp:// code. |
1240 | Remove print statement from scp:// code. |
28 | Change scp code to check for "assword: " instead of "Password:" |
1241 | Change scp code to check for "assword: " instead of "Password:" |
29 | Fix post-install network code to create net.eth1+ symlink correctly |
1242 | Fix post-install network code to create net.eth1+ symlink correctly |
… | |
… | |
31 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
1244 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
32 | SimpleXMLParser handles True/False/None correctly now |
1245 | SimpleXMLParser handles True/False/None correctly now |
33 | Comment out above fix |
1246 | Comment out above fix |
34 | Add partitioning wait-for-device-to-exist code to mount_local_partitions |
1247 | Add partitioning wait-for-device-to-exist code to mount_local_partitions |
35 | |
1248 | |
36 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> |
1249 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> : |
37 | Removed a FIXME in the GLIClientConfiguration that is no |
1250 | Removed a FIXME in the GLIClientConfiguration that is no |
38 | longer needed. |
1251 | longer needed. |
39 | |
1252 | |
40 | 27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
1253 | 27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> : |
41 | Default to x86 in ClientConfig |
1254 | Default to x86 in ClientConfig |
42 | Typo in build-a-stage3 code. |
1255 | Typo in build-a-stage3 code. |
43 | Remove MAKEDEV call in build-a-stage3 postscript. |
1256 | Remove MAKEDEV call in build-a-stage3 postscript. |
44 | |
1257 | |
45 | 26 Jul 2005; Preston Cody <codeman@gentoo.org> |
1258 | 26 Jul 2005; Preston Cody <codeman@gentoo.org> : |
46 | Rewrote init of IP for gli-d. Other GenDialog updates. |
1259 | Rewrote init of IP for gli-d. Other GenDialog updates. |
47 | allow network_type to be None in CConfig. |
1260 | allow network_type to be None in CConfig. |
48 | |
1261 | |
49 | 24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
1262 | 24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> : |
50 | Add _dynamic_stage3 option to IP. |
1263 | Add _dynamic_stage3 option to IP. |
51 | Add check for that option to dynamic stage3 code in ArchTemplate. |
1264 | Add check for that option to dynamic stage3 code in ArchTemplate. |
52 | Fix code to determine default route in get_eth_info() in GLIUtility. |
1265 | Fix code to determine default route in get_eth_info() in GLIUtility. |
53 | Fix serialization of dns-servers in ClientConfig. |
1266 | Fix serialization of dns-servers in ClientConfig. |
54 | |
1267 | |
55 | 24 Jul 2005; Preston Cody <codeman@gentoo.org> |
1268 | 24 Jul 2005; Preston Cody <codeman@gentoo.org> : |
56 | changed default values of cron/logger in IP. |
1269 | changed default values of cron/logger in IP. |
57 | moved GenDialog IP init out to the individual files. gli-dialog's version |
1270 | moved GenDialog IP init out to the individual files. gli-dialog's version |
58 | will change quite a bit. |
1271 | will change quite a bit. |
59 | |
1272 | |
60 | 22 Jul 2005; Preston Cody <codeman@gentoo.org> |
1273 | 22 Jul 2005; Preston Cody <codeman@gentoo.org> : |
61 | added ppcArchTemplate. blank now. working on yaboot. |
1274 | added ppcArchTemplate. blank now. working on yaboot. |
62 | modified ArchTemplate for amd64 and ppc custom kernels. |
1275 | modified ArchTemplate for amd64 and ppc custom kernels. |
63 | skeleton implementation of _configure_yaboot. |
1276 | skeleton implementation of _configure_yaboot. |
64 | small fixes to other templates. |
1277 | small fixes to other templates. |
65 | |
1278 | |
66 | 21 Jul 2005; Preston Cody <codeman@gentoo.org> |
1279 | 21 Jul 2005; Preston Cody <codeman@gentoo.org> : |
67 | GenDialog updates. changed comment in IP. |
1280 | GenDialog updates. changed comment in IP. |
68 | |
1281 | |
69 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
1282 | 07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> |
70 | src/GLIInstallProfile.py: |
1283 | src/GLIInstallProfile.py: |
71 | Fix codeman's screwup of changing the service seperator to ',' in the parser |
1284 | Fix codeman's screwup of changing the service seperator to ',' in the parser |
… | |
… | |
89 | Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
1302 | Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for |
90 | bootloader works again. Also rename _install_{grub,lilo} to |
1303 | bootloader works again. Also rename _install_{grub,lilo} to |
91 | _configure_{grub,lilo} since they don't install the loaders anymore |
1304 | _configure_{grub,lilo} since they don't install the loaders anymore |
92 | themselves. |
1305 | themselves. |
93 | |
1306 | |
94 | 7 Jul 2005; Preston Cody <codeman@gentoo.org> |
1307 | 7 Jul 2005; Preston Cody <codeman@gentoo.org> : |
95 | fix global USE flags to not include the arch types at the end. |
1308 | fix global USE flags to not include the arch types at the end. |
96 | updates to GenDialog and gli-d. |
1309 | updates to GenDialog and gli-d. |
97 | |
1310 | |
98 | 6 Jul 2005; Preston Cody <codeman@gentoo.org> |
1311 | 6 Jul 2005; Preston Cody <codeman@gentoo.org> : |
99 | fixing bootloader code for no initrd and initrd->initramfs naming change. |
1312 | fixing bootloader code for no initrd and initrd->initramfs naming change. |
100 | |
1313 | |
101 | 6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
1314 | 6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> : |
102 | Proper comments and parameters to GLIException in install_mta() |
1315 | Proper comments and parameters to GLIException in install_mta() |
103 | Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
1316 | Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors() |
104 | Add strip() to list_mirrors(), list_subarch_from_mirror() and |
1317 | Add strip() to list_mirrors(), list_subarch_from_mirror() and |
105 | list_tarball_from_mirror() to eliminate blank last item. |
1318 | list_tarball_from_mirror() to eliminate blank last item. |
106 | |
1319 | |
107 | 5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> |
1320 | 5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org> : |
108 | Added stage3 generation code. |
1321 | Added stage3 generation code. |
109 | |
1322 | |
110 | 5 Jul 2005; Preston Cody <codeman@gentoo.org> |
1323 | 5 Jul 2005; Preston Cody <codeman@gentoo.org> : |
111 | Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
1324 | Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
112 | Mild changes to GenDialog. |
1325 | Mild changes to GenDialog. |
113 | |
1326 | |
114 | 30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1327 | 30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
115 | Remove separate install step configure_rc_conf() since it's handled by |
1328 | Remove separate install step configure_rc_conf() since it's handled by |
116 | update_config_files() |
1329 | update_config_files() |
117 | Make a copy of newvalues in _edit_config() so quotes aren't added when the |
1330 | Make a copy of newvalues in _edit_config() so quotes aren't added when the |
118 | function is called twice on the same file. |
1331 | function is called twice on the same file. |
119 | |
1332 | |
120 | 29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1333 | 29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
121 | Missing \ in sed in _get_packages_to_emerge() |
1334 | Missing \ in sed in _get_packages_to_emerge() |
122 | Removed explicit emerging of hotplug and no longer add it to the runlevel. |
1335 | Removed explicit emerging of hotplug and no longer add it to the runlevel. |
123 | Check in _quickpkg_deps() to ignore blank package names returned from |
1336 | Check in _quickpkg_deps() to ignore blank package names returned from |
124 | _get_packages_to_emerge() |
1337 | _get_packages_to_emerge() |
125 | |
1338 | |
126 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
1339 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> : |
127 | fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
1340 | fixed agaffney's missing = and extra : in x86AT. commented out crashing line |
128 | in the dialog.py gauge code. |
1341 | in the dialog.py gauge code. |
129 | |
1342 | |
130 | 28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1343 | 28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
131 | Add code to update_config_files() to go through etc_files and update stuff. |
1344 | Add code to update_config_files() to go through etc_files and update stuff. |
132 | Check to see that _etc_files['make.conf'] exists in get_make_conf() |
1345 | Check to see that _etc_files['make.conf'] exists in get_make_conf() |
133 | Only use float() in partition xml parsing code if type == "free" |
1346 | Only use float() in partition xml parsing code if type == "free" |
134 | |
1347 | |
135 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
1348 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> : |
136 | finished almost all internationalization of GenDialog. |
1349 | finished almost all internationalization of GenDialog. |
137 | attempt at fixing rc.conf function. moved 3 generate functions out of |
1350 | attempt at fixing rc.conf function. moved 3 generate functions out of |
138 | fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
1351 | fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
139 | added dialog.py to the fe/dialog directory so it actually gets used. |
1352 | added dialog.py to the fe/dialog directory so it actually gets used. |
140 | |
1353 | |
141 | 27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1354 | 27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
142 | Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
1355 | Roll rc_conf and make_conf into master etc_files structure in InstallProfile. |
143 | |
1356 | |
144 | 27 Jun 2005; Preston Cody <codeman@gentoo.org> |
1357 | 27 Jun 2005; Preston Cody <codeman@gentoo.org> : |
145 | fix extra entry in list_mirrors() |
1358 | fix extra entry in list_mirrors() |
146 | beginning internationalization runthrough. |
1359 | beginning internationalization runthrough. |
147 | |
1360 | |
148 | 26 Jun 2005; Preston Cody <codeman@gentoo.org> |
1361 | 26 Jun 2005; Preston Cody <codeman@gentoo.org> : |
149 | added dialog.py to /src temporarily until it gets accepted upstream. |
1362 | added dialog.py to /src temporarily until it gets accepted upstream. |
150 | fix for unused value in form in dialog.py and changed heights. |
1363 | fix for unused value in form in dialog.py and changed heights. |
151 | fix GenDialog forms. |
1364 | fix GenDialog forms. |
152 | |
1365 | |
153 | 25 Jun 2005; Preston Cody <codeman@gentoo.org> |
1366 | 25 Jun 2005; Preston Cody <codeman@gentoo.org> : |
154 | Changed hostname/domainname for new baselayout. |
1367 | Changed hostname/domainname for new baselayout. |
155 | Changed _add_to_runlevel errors to logs. |
1368 | Changed _add_to_runlevel errors to logs. |
156 | Updated TODO list to show status of GenDialog |
1369 | Updated TODO list to show status of GenDialog |
157 | More updates to GenDialog including two checklists that probably won't work. |
1370 | More updates to GenDialog including two checklists that probably won't work. |
158 | update IP to use comma-separated list instead of space separated for services. |
1371 | update IP to use comma-separated list instead of space separated for services. |
159 | |
1372 | |
160 | 24 Jun 2005; Preston Cody <codeman@gentoo.org> |
1373 | 24 Jun 2005; Preston Cody <codeman@gentoo.org> : |
161 | Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
1374 | Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to |
162 | GenDialog as it gets closer to completion. |
1375 | GenDialog as it gets closer to completion. |
163 | |
1376 | |
164 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1377 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
165 | Modify get_eth_info() to take a full interface name (eth0 fex). float() |
1378 | Modify get_eth_info() to take a full interface name (eth0 fex). float() |
166 | instead of int() in add_partition_device_partition() for minor (closes 96804) |
1379 | instead of int() in add_partition_device_partition() for minor (closes 96804) |
167 | |
1380 | |
168 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1381 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
169 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
1382 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
170 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
1383 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
171 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
1384 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
172 | |
1385 | |
173 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1386 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
174 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
1387 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
175 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
1388 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
176 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
1389 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
177 | Fix undefined variable 'output' issue in spawn(). |
1390 | Fix undefined variable 'output' issue in spawn(). |
178 | |
1391 | |
179 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
1392 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> : |
180 | More updates to GenDialog and gli-d. |
1393 | More updates to GenDialog and gli-d. |
181 | |
1394 | |
182 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1395 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
183 | Modify list_mirrors() to return a list of mirror URL/name pairs. |
1396 | Modify list_mirrors() to return a list of mirror URL/name pairs. |
184 | |
1397 | |
185 | 19 Jun 2005; Preston Cody <codeman@gentoo.org> |
1398 | 19 Jun 2005; Preston Cody <codeman@gentoo.org> : |
186 | Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
1399 | Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to |
187 | get subarch. |
1400 | get subarch. |
188 | |
1401 | |
189 | 16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1402 | 16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
190 | Backend partitioning will create disklabel is none exists. Installprofile |
1403 | Backend partitioning will create disklabel is none exists. Installprofile |
191 | defaults to "" now instead of "msdos" for disklabel type. Fix for |
1404 | defaults to "" now instead of "msdos" for disklabel type. Fix for |
192 | mount_local_partitions() to remember device along with minor in the |
1405 | mount_local_partitions() to remember device along with minor in the |
193 | parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
1406 | parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and |
194 | add else block to log unsupported netmount types to mount_network_shares() |
1407 | add else block to log unsupported netmount types to mount_network_shares() |
195 | |
1408 | |
196 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1409 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
197 | src/GLIArchitectureTemplate.py: |
1410 | src/GLIArchitectureTemplate.py: |
198 | Refactor kernel_compile common stuff, fix 2.4 build process. |
1411 | Refactor kernel_compile common stuff, fix 2.4 build process. |
199 | src/fe/cli/clife.py: |
1412 | src/fe/cli/clife.py: |
200 | Logging system. |
1413 | Logging system. |
201 | src/GLIUtility.py, src/GLIStorageDevice.py: |
1414 | src/GLIUtility.py, src/GLIStorageDevice.py: |
202 | Add comments about re-writes needed for boxes without sysfs. |
1415 | Add comments about re-writes needed for boxes without sysfs. |
203 | |
1416 | |
204 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1417 | 15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
205 | src/GLIArchitectureTemplate.py: |
1418 | src/GLIArchitectureTemplate.py: |
206 | 2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
1419 | 2.4 support (pull version data from /usr/src/linux/Makefile), incl. |
207 | 'make dep' call for custom compile. build_mode support for prepare-only and |
1420 | 'make dep' call for custom compile. build_mode support for prepare-only and |
208 | none types completed. custom compile function chains shell functions in |
1421 | none types completed. custom compile function chains shell functions in |
209 | spawned script, to allow for catching all errors. |
1422 | spawned script, to allow for catching all errors. |
210 | |
1423 | |
211 | 15 Jun 2005; Preston Cody <codeman@gentoo.org> |
1424 | 15 Jun 2005; Preston Cody <codeman@gentoo.org> : |
212 | fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
1425 | fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe |
213 | and GenDialog. other gendialog updates as well. kernel updates untested. |
1426 | and GenDialog. other gendialog updates as well. kernel updates untested. |
214 | |
1427 | |
215 | 14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1428 | 14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
216 | src/GLIInstallProfile.py: |
1429 | src/GLIInstallProfile.py: |
217 | Change structure of etc-portage stuff. The serialization was broken before my |
1430 | Change structure of etc-portage stuff. The serialization was broken before my |
218 | last commit, and I am the only person that's ever used it. The new schema is |
1431 | last commit, and I am the only person that's ever used it. The new schema is |
219 | as follows: |
1432 | as follows: |
220 | <etc-portage> |
1433 | <etc-portage> |
… | |
… | |
231 | </entry> |
1444 | </entry> |
232 | </file> |
1445 | </file> |
233 | </etc-portage> |
1446 | </etc-portage> |
234 | |
1447 | |
235 | |
1448 | |
236 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1449 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
237 | src/GLIInstallProfile.py: |
1450 | src/GLIInstallProfile.py: |
238 | Add new entry for gli-profile/kernel-build-method item. Add missing |
1451 | Add new entry for gli-profile/kernel-build-method item. Add missing |
239 | serialize_etc_portage (temporary). Make serialize_make_conf always print the |
1452 | serialize_etc_portage (temporary). Make serialize_make_conf always print the |
240 | keys in the same order. |
1453 | keys in the same order. |
241 | |
1454 | |
242 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1455 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
243 | src/GLIArchitectureTemplate.py: |
1456 | src/GLIArchitectureTemplate.py: |
244 | Clean up commenting used by _edit_config(), and fix bug where wrong comment |
1457 | Clean up commenting used by _edit_config(), and fix bug where wrong comment |
245 | was repeatedly appended to make.conf. |
1458 | was repeatedly appended to make.conf. |
246 | |
1459 | |
247 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1460 | 13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
… | |
… | |
249 | Put some Linux-2.6 specific code under a if statement. Store list of |
1462 | Put some Linux-2.6 specific code under a if statement. Store list of |
250 | successfully mounted swap device for using swapoff. Add proper error checking |
1463 | successfully mounted swap device for using swapoff. Add proper error checking |
251 | to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
1464 | to install_packages and install_filesystem_tools. Fixed namespace conflicts on |
252 | 'file'. Clean up some redundant code (thanks to pychecker).' |
1465 | 'file'. Clean up some redundant code (thanks to pychecker).' |
253 | |
1466 | |
254 | 13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1467 | 13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
255 | Fix typos: get_extended() instead of get_extended_partition(). Added |
1468 | Fix typos: get_extended() instead of get_extended_partition(). Added |
256 | list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
1469 | list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility. |
257 | Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
1470 | Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync' |
258 | |
1471 | |
259 | 12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
1472 | 12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> : |
260 | GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
1473 | GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
261 | in add_network_interface. |
1474 | in add_network_interface. |
262 | |
1475 | |
263 | 12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py: |
1476 | 12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
|
|
1477 | src/GLIArchitectureTemplate.py: |
264 | ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
1478 | ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any |
265 | usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
1479 | usage - this caused a failure for stage1/stage2 previously. swapoff for swap |
266 | space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
1480 | space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during |
267 | prepare_chroot. |
1481 | prepare_chroot. |
268 | |
1482 | |
… | |
… | |
270 | +src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
1484 | +src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog, |
271 | +src/fe/installer-gtk: |
1485 | +src/fe/installer-gtk: |
272 | Add new automated CLI frontend. Add scripts that are the intended means to |
1486 | Add new automated CLI frontend. Add scripts that are the intended means to |
273 | use each frontend. |
1487 | use each frontend. |
274 | |
1488 | |
275 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1489 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
276 | src/GLIClientController.py: |
1490 | src/GLIClientController.py: |
277 | Add null type to network config, for cases where the interface is already up |
1491 | Add null type to network config, for cases where the interface is already up |
278 | and should not be touched (netboot for example). |
1492 | and should not be touched (netboot for example). |
279 | |
1493 | |
280 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1494 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
281 | src/GLIArchitectureTemplate.py: |
1495 | src/GLIArchitectureTemplate.py: |
282 | pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
1496 | pcmcia is not a variable name for a call to _add_to_runlevel, it should be a |
283 | string!. Try to use binary packages if available by default. |
1497 | string!. Try to use binary packages if available by default. |
284 | |
1498 | |
285 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1499 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
286 | src/GLIArchitectureTemplate.py: |
1500 | src/GLIArchitectureTemplate.py: |
287 | More error checking for _add_to_runlevel, to ensure that the init script |
1501 | More error checking for _add_to_runlevel, to ensure that the init script |
288 | actually exists before we try to add it. set_services phase must take place |
1502 | actually exists before we try to add it. set_services phase must take place |
289 | after the package installation, otherwise the init scripts might not exist. |
1503 | after the package installation, otherwise the init scripts might not exist. |
290 | Find the correct init script for the cron and logging daemons, and add that |
1504 | Find the correct init script for the cron and logging daemons, and add that |
291 | instead of the package atom. |
1505 | instead of the package atom. |
292 | |
1506 | |
293 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1507 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
294 | src/GLIArchitectureTemplate.py: |
1508 | src/GLIArchitectureTemplate.py: |
295 | Fix up _edit_config so that it works if the file doesn't already exist. Fix |
1509 | Fix up _edit_config so that it works if the file doesn't already exist. Fix |
296 | usage of 'file' to 'contents' for the variable name, as it shadows |
1510 | usage of 'file' to 'contents' for the variable name, as it shadows |
297 | __builtin__.file. |
1511 | __builtin__.file. |
298 | |
1512 | |
299 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1513 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
300 | src/GLIArchitectureTemplate.py: |
1514 | src/GLIArchitectureTemplate.py: |
301 | Add MTA install code, and include MTA install phase. Ensure |
1515 | Add MTA install code, and include MTA install phase. Ensure |
302 | PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
1516 | PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support |
303 | for 'none' kernel config for build_kernel phase. Put kernel_script in |
1517 | for 'none' kernel config for build_kernel phase. Put kernel_script in |
304 | /var/tmp instead of /root for build_kernel phase. |
1518 | /var/tmp instead of /root for build_kernel phase. |
305 | |
1519 | |
306 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
1520 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py: |
307 | Rename mta variables to match syslog/cron variables. |
1521 | Rename mta variables to match syslog/cron variables. |
308 | |
1522 | |
309 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1523 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
310 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
1524 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py, |
311 | src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
1525 | src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore, |
312 | src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
1526 | src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore, |
313 | src/templates/.cvsignore, src/tests/.cvsignore: |
1527 | src/templates/.cvsignore, src/tests/.cvsignore: |
314 | Refactor partition formatting again to include error checking. Allow 'none' |
1528 | Refactor partition formatting again to include error checking. Allow 'none' |
315 | for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
1529 | for kernel and bootloader specifications. Add .cvsignore files for .py[co]. |
316 | |
1530 | |
317 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
1531 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> : |
318 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
1532 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
319 | Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
1533 | Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
320 | only have a single spawn call. |
1534 | only have a single spawn call. |
321 | |
1535 | |
322 | 11 Jun 2005; Preston Cody <codeman@gentoo.org> |
1536 | 11 Jun 2005; Preston Cody <codeman@gentoo.org> : |
323 | refixed samyron's fix of set_architecture_template. |
1537 | refixed samyron's fix of set_architecture_template. |
324 | |
1538 | |
325 | 11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1539 | 11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
326 | Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
1540 | Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
327 | be executable. |
1541 | be executable. |
328 | |
1542 | |
329 | 10 Jun 2005; Scott Myron <samyron@gentoo.org> |
1543 | 10 Jun 2005; Scott Myron <samyron@gentoo.org> : |
330 | Fixed one of the FIXME's in the ClientConfiguration. There is now some |
1544 | Fixed one of the FIXME's in the ClientConfiguration. There is now some |
331 | error checking when you call set_architecture_template. |
1545 | error checking when you call set_architecture_template. |
332 | |
1546 | |
333 | 10 Jun 2005; Preston Cody <codeman@gentoo.org> |
1547 | 10 Jun 2005; Preston Cody <codeman@gentoo.org> : |
334 | moved the mkfsopts input to the partition options menu instead of the during |
1548 | moved the mkfsopts input to the partition options menu instead of the during |
335 | the creation process. updated GenDialog to say it supports reiserfs v3. |
1549 | the creation process. updated GenDialog to say it supports reiserfs v3. |
336 | |
1550 | |
337 | 9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
1551 | 9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
338 | src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
1552 | src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
339 | Complete support for 'mkfsopts' parameter in main system and dialogfe. |
1553 | Complete support for 'mkfsopts' parameter in main system and dialogfe. |
340 | Add support for other partition types to dialogfe. |
1554 | Add support for other partition types to dialogfe. |
341 | Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
1555 | Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
342 | avoid integer overflows and wraparounds. |
1556 | avoid integer overflows and wraparounds. |
343 | |
1557 | |
344 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1558 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
345 | Removed start/end from XML output and added mkfsopts to partitioning info. |
1559 | Removed start/end from XML output and added mkfsopts to partitioning info. |
346 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
1560 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
347 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
1561 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
348 | in GLIClientConfiguration. Change from .1 and .9 to constants for |
1562 | in GLIClientConfiguration. Change from .1 and .9 to constants for |
349 | partitioning. Fix free space overwriting bug. Remove a few unused functions |
1563 | partitioning. Fix free space overwriting bug. Remove a few unused functions |
350 | from rewrite. Fix call to get_partition_at() |
1564 | from rewrite. Fix call to get_partition_at() |
351 | |
1565 | |
352 | 8 Jun 2005; Preston Cody <codeman@gentoo.org> |
1566 | 8 Jun 2005; Preston Cody <codeman@gentoo.org> : |
353 | Updates to GenDialog and dialogfe. |
1567 | Updates to GenDialog and dialogfe. |
354 | |
1568 | |
355 | 7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1569 | 7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
356 | Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
1570 | Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
357 | |
1571 | |
358 | 6 Jun 2005; Preston Cody <codeman@gentoo.org> |
1572 | 6 Jun 2005; Preston Cody <codeman@gentoo.org> : |
359 | more GenDialog updates to partitioning. |
1573 | more GenDialog updates to partitioning. |
360 | |
1574 | |
361 | 5 Jun 2005; Preston Cody <codeman@gentoo.org> |
1575 | 5 Jun 2005; Preston Cody <codeman@gentoo.org> : |
362 | Indenting issue in GLISD/get_ordered_partition_list. |
1576 | Indenting issue in GLISD/get_ordered_partition_list. |
363 | updates to GenDialog partitioning and added default UTC for timezone in IP. |
1577 | updates to GenDialog partitioning and added default UTC for timezone in IP. |
364 | |
1578 | |
365 | 5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1579 | 5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
366 | Added GLISD.get_model() |
1580 | Added GLISD.get_model() |
367 | |
1581 | |
368 | 3 Jun 2005; Preston Cody <codeman@gentoo.org> |
1582 | 3 Jun 2005; Preston Cody <codeman@gentoo.org> : |
369 | Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
1583 | Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version. |
370 | More updates to GenDialog :) |
1584 | More updates to GenDialog :) |
371 | |
1585 | |
372 | 3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
1586 | 3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> : |
373 | Added get_interface_realname() function. |
1587 | Added get_interface_realname() function. |
374 | |
1588 | |
375 | 2 Jun 2005; Preston Cody <codeman@gentoo.org> |
1589 | 2 Jun 2005; Preston Cody <codeman@gentoo.org> : |
376 | Added auto-save of CConfig and copying to new /root after install. |
1590 | Added auto-save of CConfig and copying to new /root after install. |
377 | yet even more GenDialog updates. |
1591 | yet even more GenDialog updates. |
378 | |
1592 | |
379 | 1 Jun 2005; Preston Cody <codeman@gentoo.org> |
1593 | 1 Jun 2005; Preston Cody <codeman@gentoo.org> : |
380 | removed print statement from GLISD. more updates to GenDialog. |
1594 | removed print statement from GLISD. more updates to GenDialog. |
381 | |
1595 | |
382 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1596 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
383 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
1597 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
384 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
1598 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
385 | loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
1599 | loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
386 | places in GLIClientConfiguration. |
1600 | places in GLIClientConfiguration. |
387 | |
1601 | |
388 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1602 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
389 | Fix mount_local_partitions(), configure_fstab(), and |
1603 | Fix mount_local_partitions(), configure_fstab(), and |
390 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
1604 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
391 | A few more fixes for templates/x86Archtemplate |
1605 | A few more fixes for templates/x86Archtemplate |
392 | |
1606 | |
393 | 27 May 2005; Preston Cody <codeman@gentoo.org> |
1607 | 27 May 2005; Preston Cody <codeman@gentoo.org> : |
394 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
1608 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
395 | a work in progress. |
1609 | a work in progress. |
396 | |
1610 | |
397 | 24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1611 | 24 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
398 | Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
1612 | Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
399 | directly. GLISD can now handle data imported from XML. |
1613 | directly. GLISD can now handle data imported from XML. |
400 | |
1614 | |
401 | 22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1615 | 22 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
402 | Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
1616 | Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
403 | handle blank (no disklabel) disks. |
1617 | handle blank (no disklabel) disks. |
404 | |
1618 | |
405 | 20 May 2005; Preston Cody <codeman@gentoo.org> |
1619 | 20 May 2005; Preston Cody <codeman@gentoo.org> : |
406 | HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
1620 | HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
407 | up, documented, and separated out serialization and grouped all sections. |
1621 | up, documented, and separated out serialization and grouped all sections. |
408 | |
1622 | |
409 | 19 May 2005; Preston Cody <codeman@gentoo.org> |
1623 | 19 May 2005; Preston Cody <codeman@gentoo.org> : |
410 | Reorganization of ClientConfiguration and gutting of unused functions. |
1624 | Reorganization of ClientConfiguration and gutting of unused functions. |
411 | Removed verbose option from CC. Moved import statement in IP and CConfig up. |
1625 | Removed verbose option from CC. Moved import statement in IP and CConfig up. |
412 | |
1626 | |
413 | 18 May 2005; Preston Cody <codeman@gentoo.org> |
1627 | 18 May 2005; Preston Cody <codeman@gentoo.org> : |
414 | Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
1628 | Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
415 | |
1629 | |
416 | 17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1630 | 17 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
417 | Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
1631 | Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
418 | partitioning. CC serializes install profile to disk and prepare_chroot() |
1632 | partitioning. CC serializes install profile to disk and prepare_chroot() |
419 | copies it into /mnt/gentoo/root |
1633 | copies it into /mnt/gentoo/root |
420 | |
1634 | |
421 | 16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1635 | 16 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
422 | Moved URI parsing into new function parse_uri() |
1636 | Moved URI parsing into new function parse_uri() |
423 | |
1637 | |
424 | 14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1638 | 14 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
425 | Added XMLParser module. |
1639 | Added XMLParser module. |
426 | |
1640 | |
427 | 13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1641 | 13 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
428 | Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
1642 | Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
429 | Minor fix to is_uri() regex to allow hyphens in hostname. |
1643 | Minor fix to is_uri() regex to allow hyphens in hostname. |
430 | |
1644 | |
431 | 12 May 2005; Preston Cody <codeman@gentoo.org> |
1645 | 12 May 2005; Preston Cody <codeman@gentoo.org> : |
432 | Updated finishing_cleanup for new unmounting method from agaffney. |
1646 | Updated finishing_cleanup for new unmounting method from agaffney. |
433 | |
1647 | |
434 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1648 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
435 | Fix GLILogger to use correct time format string. Fix _edit_config() to |
1649 | Fix GLILogger to use correct time format string. Fix _edit_config() to |
436 | properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
1650 | properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
437 | unicode support to is_realstring(). |
1651 | unicode support to is_realstring(). |
438 | |
1652 | |
439 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1653 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
440 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
1654 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
441 | return value instead of non-zero. Add code to output a traceback to the |
1655 | return value instead of non-zero. Add code to output a traceback to the |
442 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
1656 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
443 | instead of --nocolor. |
1657 | instead of --nocolor. |
444 | |
1658 | |
445 | 10 May 2005; Preston Cody <codeman@gentoo.org> |
1659 | 10 May 2005; Preston Cody <codeman@gentoo.org> : |
446 | Added GLIGenDialog.py to make a generic class for the dialog functions that |
1660 | Added GLIGenDialog.py to make a generic class for the dialog functions that |
447 | can be used by both dialogfe and the netfe/be. updated both for new filename. |
1661 | can be used by both dialogfe and the netfe/be. updated both for new filename. |
448 | date changes. 2004->2005. |
1662 | date changes. 2004->2005. |
449 | |
1663 | |
450 | 10 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1664 | 10 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
451 | Removed 'quiet=True' from spawn() calls |
1665 | Removed 'quiet=True' from spawn() calls |
452 | |
1666 | |
453 | 10 May 2005; Preston Cody <codeman@gentoo.org> |
1667 | 10 May 2005; Preston Cody <codeman@gentoo.org> : |
454 | Updated GLIUtility with patches from chotchki. Also added documentation |
1668 | Updated GLIUtility with patches from chotchki. Also added documentation |
455 | |
1669 | |
456 | 9 May 2005; Preston Cody <codeman@gentoo.org> |
1670 | 9 May 2005; Preston Cody <codeman@gentoo.org> : |
457 | Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
1671 | Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
458 | Updated _edit_config in ArchTemplate, make_config, and various other fixes |
1672 | Updated _edit_config in ArchTemplate, make_config, and various other fixes |
459 | from bug #89683, mostly touchups. |
1673 | from bug #89683, mostly touchups. |
460 | |
1674 | |
461 | 6 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1675 | 6 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
462 | GLIStorageDevice cleanup patch from bug #91761 |
1676 | GLIStorageDevice cleanup patch from bug #91761 |
463 | |
1677 | |
464 | 3 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1678 | 3 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
465 | Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
1679 | Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
466 | _edit_config(). Error logging casts 'error' to str |
1680 | _edit_config(). Error logging casts 'error' to str |
467 | |
1681 | |
468 | 2 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1682 | 2 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
469 | Exceptions received in CC are logged before being passed to the FE. Added |
1683 | Exceptions received in CC are logged before being passed to the FE. Added |
470 | code to CC to handle exceptions *not* thrown by the installer itself. |
1684 | code to CC to handle exceptions *not* thrown by the installer itself. |
471 | |
1685 | |
472 | 1 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
1686 | 1 May 2005; Andrew Gaffney <agaffney@gentoo.org> : |
473 | get_max_mb_for_resize() returns -1 if not self.resizeable |
1687 | get_max_mb_for_resize() returns -1 if not self.resizeable |
474 | |
1688 | |
475 | 30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1689 | 30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
476 | More dirty rsync hacks :-/ |
1690 | More dirty rsync hacks :-/ |
477 | |
1691 | |
478 | 29 Apr 2005; Preston Cody <codeman@gentoo.org> |
1692 | 29 Apr 2005; Preston Cody <codeman@gentoo.org> : |
479 | Patches from chotchki (bug #90325) to improve CC networking. untested. |
1693 | Patches from chotchki (bug #90325) to improve CC networking. untested. |
480 | |
1694 | |
481 | 29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1695 | 29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
482 | Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in |
1696 | Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in |
483 | GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split |
1697 | GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split |
484 | 'custom' sync option into 'none' and 'snapshot'. Minor fixes to |
1698 | 'custom' sync option into 'none' and 'snapshot'. Minor fixes to |
485 | GLIStorageDevice as suggested by pychecker. Fix minor bug in |
1699 | GLIStorageDevice as suggested by pychecker. Fix minor bug in |
486 | _get_packages_to_emerge(). Fix _quickpkg_deps() to call |
1700 | _get_packages_to_emerge(). Fix _quickpkg_deps() to call |
487 | _get_packages_to_emerge() |
1701 | _get_packages_to_emerge() |
488 | |
1702 | |
489 | 28 Apr 2005; Preston Cody <codeman@gentoo.org> |
1703 | 28 Apr 2005; Preston Cody <codeman@gentoo.org> : |
490 | Added group-adding code to set_users in ArchTemplate |
1704 | Added group-adding code to set_users in ArchTemplate |
491 | |
1705 | |
492 | 27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1706 | 27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
493 | Added post-install script code |
1707 | Added post-install script code |
494 | |
1708 | |
495 | 23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1709 | 23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
496 | Fixed encapsulation issues in GLIClientController (bug #90141) |
1710 | Fixed encapsulation issues in GLIClientController (bug #90141) |
497 | |
1711 | |
498 | 22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1712 | 22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
499 | Update resizing code in GLIStorageDevice |
1713 | Update resizing code in GLIStorageDevice |
500 | |
1714 | |
501 | 17 Apr 2005; Preston Cody <codeman@gentoo.org> |
1715 | 17 Apr 2005; Preston Cody <codeman@gentoo.org> : |
502 | Update AUTHORS, NEWS, TODO. Added documentation to GLILogger. |
1716 | Update AUTHORS, NEWS, TODO. Added documentation to GLILogger. |
503 | |
1717 | |
504 | 17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1718 | 17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
505 | Reverted change to ArchTemplate and added support for commented line in old |
1719 | Reverted change to ArchTemplate and added support for commented line in old |
506 | code. |
1720 | code. |
507 | |
1721 | |
508 | 16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1722 | 16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
509 | Changed _edit_config() to modify value in-place instead of commenting out and |
1723 | Changed _edit_config() to modify value in-place instead of commenting out and |
510 | adding the new value to the end of the file. |
1724 | adding the new value to the end of the file. |
511 | |
1725 | |
512 | 15 Apr 2005; Preston Cody <codeman@gentoo.org> |
1726 | 15 Apr 2005; Preston Cody <codeman@gentoo.org> : |
513 | Back. Did the docuementation thang for ArchTemplate and ClientConfiguration. |
1727 | Back. Did the docuementation thang for ArchTemplate and ClientConfiguration. |
514 | Also updated TODO list. |
1728 | Also updated TODO list. |
515 | |
1729 | |
516 | 14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1730 | 14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
517 | Use blackace's one-liner to add comments for all function for use with |
1731 | Use blackace's one-liner to add comments for all function for use with |
518 | pythondoc. |
1732 | pythondoc. |
519 | |
1733 | |
520 | 13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1734 | 13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
521 | Moved 'end >= device_sectors' check out of loop to check for next partition's |
1735 | Moved 'end >= device_sectors' check out of loop to check for next partition's |
522 | start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
1736 | start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
523 | Partitioning code now tracks start/end of extended for placing logicals. End |
1737 | Partitioning code now tracks start/end of extended for placing logicals. End |
524 | point of logical is now adjusted along with start. |
1738 | point of logical is now adjusted along with start. |
525 | |
1739 | |
526 | 11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1740 | 11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
527 | Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
1741 | Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
528 | the way of partitioning from a blank disk. Add int() around access to minor |
1742 | the way of partitioning from a blank disk. Add int() around access to minor |
529 | key in partition information due to new partition code leaving them as float. |
1743 | key in partition information due to new partition code leaving them as float. |
530 | |
1744 | |
531 | 10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1745 | 10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
532 | tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code |
1746 | tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code |
533 | |
1747 | |
534 | 9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1748 | 9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
535 | Major GLIStorageDevice overhaul...all MB now instead of sectors. |
1749 | Major GLIStorageDevice overhaul...all MB now instead of sectors. |
536 | |
1750 | |
537 | 8 Apr 2005; Scott Myron <samyron@gentoo.org> |
1751 | 8 Apr 2005; Scott Myron <samyron@gentoo.org> : |
538 | Added support for DHCP options and MAC addresses in the InstallProfile. |
1752 | Added support for DHCP options and MAC addresses in the InstallProfile. |
539 | |
1753 | |
540 | 3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
1754 | 3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> : |
541 | Changed mountopts check to work for blank and whitespace. Pipe emerge through |
1755 | Changed mountopts check to work for blank and whitespace. Pipe emerge through |
542 | sed to properly strip out junk. |
1756 | sed to properly strip out junk. |
543 | |
1757 | |
544 | 2 Apr 2005; Preston Cody <codeman@gentoo.org> |
1758 | 2 Apr 2005; Preston Cody <codeman@gentoo.org> : |
545 | fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel |
1759 | fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel |
546 | added --emptytree to stage2. fixed ethx not being added to runlevel defalt. |
1760 | added --emptytree to stage2. fixed ethx not being added to runlevel defalt. |
547 | |
1761 | |
548 | 31 Mar 2005; Preston Cody <codeman@gentoo.org> |
1762 | 31 Mar 2005; Preston Cody <codeman@gentoo.org> : |
549 | Fixed indent problem in GLICController |
1763 | Fixed indent problem in GLICController |
550 | |
1764 | |
551 | 30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1765 | 30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
552 | Check for disklabel type "loop" and use the device name without a minor. |
1766 | Check for disklabel type "loop" and use the device name without a minor. |
553 | |
1767 | |
554 | 29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1768 | 29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
555 | Remove /tmp/compile_output.log and /var/log/install.log when install is |
1769 | Remove /tmp/compile_output.log and /var/log/install.log when install is |
556 | complete. Added code to (hopefully) keep 2nd thread running after install. |
1770 | complete. Added code to (hopefully) keep 2nd thread running after install. |
557 | Patch from zahna for extra arguments to the kernel. Patch from zahna to add |
1771 | Patch from zahna for extra arguments to the kernel. Patch from zahna to add |
558 | get_eth_info() function. Remove most of content in amd64ArchTemplate and |
1772 | get_eth_info() function. Remove most of content in amd64ArchTemplate and |
559 | make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args |
1773 | make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args |
560 | |
1774 | |
561 | 28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1775 | 28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
562 | Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
1776 | Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
563 | when unpacking tarball. |
1777 | when unpacking tarball. |
564 | |
1778 | |
565 | 28 Mar 2005; Preston Cody <codeman@gentoo.org> |
1779 | 28 Mar 2005; Preston Cody <codeman@gentoo.org> : |
566 | rewrote filesystem_tools. looks like it works so ripping out all the old |
1780 | rewrote filesystem_tools. looks like it works so ripping out all the old |
567 | filesystem_tools code. |
1781 | filesystem_tools code. |
568 | |
1782 | |
569 | 26 Mar 2005; Preston Cody <codeman@gentoo.org> |
1783 | 26 Mar 2005; Preston Cody <codeman@gentoo.org> : |
570 | Changed the print statements to logging in the partitioning BE code. |
1784 | Changed the print statements to logging in the partitioning BE code. |
571 | the logger may need to be imported to the x86archtemplate. unknown yet. |
1785 | the logger may need to be imported to the x86archtemplate. unknown yet. |
572 | Added the finishing_cleanup function. |
1786 | Added the finishing_cleanup function. |
573 | added a fix to the logger from BenUrban |
1787 | added a fix to the logger from BenUrban |
574 | |
1788 | |
575 | 25 Mar 2005; Preston Cody <codeman@gentoo.org> |
1789 | 25 Mar 2005; Preston Cody <codeman@gentoo.org> : |
576 | changed InstallProfile to remove is_uri check on kernel, stage, and portage |
1790 | changed InstallProfile to remove is_uri check on kernel, stage, and portage |
577 | URIs. The blank uri check has been commented out. |
1791 | URIs. The blank uri check has been commented out. |
578 | ripped out error checking of set_services. this is done by _add_to_runlevel. |
1792 | ripped out error checking of set_services. this is done by _add_to_runlevel. |
579 | |
1793 | |
580 | 25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1794 | 25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
581 | set_stage_tarball_uri() doesn't raise an exception on a blank string. |
1795 | set_stage_tarball_uri() doesn't raise an exception on a blank string. |
582 | |
1796 | |
583 | 24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1797 | 24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
584 | GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
1798 | GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
585 | the install profile if available. Commented out spawn() debugging prints |
1799 | the install profile if available. Commented out spawn() debugging prints |
586 | |
1800 | |
587 | 23 Mar 2005; Preston Cody <codeman@gentoo.org> |
1801 | 23 Mar 2005; Preston Cody <codeman@gentoo.org> : |
588 | small changes to setup_network_post. moved adding to runlevel of net.x to |
1802 | small changes to setup_network_post. moved adding to runlevel of net.x to |
589 | after the device gets symlinked. added domainname runlevel command. |
1803 | after the device gets symlinked. added domainname runlevel command. |
590 | |
1804 | |
591 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1805 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
592 | minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
1806 | minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in |
593 | livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
1807 | livecd-kernel code as it's now done by catalyst. Switch _emerge() call to |
594 | spawn() call in livecd-kernel code to pass environment variables. |
1808 | spawn() call in livecd-kernel code to pass environment variables. |
595 | livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
1809 | livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in |
596 | the install profile if available. |
1810 | the install profile if available. |
597 | |
1811 | |
598 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1812 | 23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
599 | Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
1813 | Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate |
600 | to handle installing the livecd kernel into the new system. |
1814 | to handle installing the livecd kernel into the new system. |
601 | |
1815 | |
602 | 22 Mar 2005; Preston Cody <codeman@gentoo.org> |
1816 | 22 Mar 2005; Preston Cody <codeman@gentoo.org> : |
603 | should emerge hotplug and coldplug before adding them to runlevel. |
1817 | should emerge hotplug and coldplug before adding them to runlevel. |
604 | |
1818 | |
605 | 21 Mar 2005; Preston Cody <codeman@gentoo.org> |
1819 | 21 Mar 2005; Preston Cody <codeman@gentoo.org> : |
606 | took chroot out of grub_install command. |
1820 | took chroot out of grub_install command. |
607 | |
1821 | |
608 | 21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1822 | 21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
609 | Changed chroot wrapper code in spawn() to write the wrapper the python way |
1823 | Changed chroot wrapper code in spawn() to write the wrapper the python way |
610 | instead of the bash way to avoid quote conflicts. Added |
1824 | instead of the bash way to avoid quote conflicts. Added |
611 | 'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
1825 | 'logfile=self._compile_logfile' to a number of spawn() calls. Added new |
612 | hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh' |
1826 | hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh' |
613 | as it breaks the piping. |
1827 | as it breaks the piping. |
614 | |
1828 | |
615 | 20 Mar 2005; Preston Cody <codeman@gentoo.org> |
1829 | 20 Mar 2005; Preston Cody <codeman@gentoo.org> : |
616 | Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
1830 | Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo. |
617 | |
1831 | |
618 | 20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1832 | 20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
619 | Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
1833 | Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in |
620 | stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
1834 | stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and |
621 | GLIInstallProfile. |
1835 | GLIInstallProfile. |
622 | |
1836 | |
623 | 19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1837 | 19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
624 | Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
1838 | Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs |
625 | to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
1839 | to the actual tty8 with display_on_tty8 flag. Compile output logfile moved |
626 | into /mnt/gentoo in prepare_chroot() |
1840 | into /mnt/gentoo in prepare_chroot() |
627 | |
1841 | |
628 | 18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1842 | 18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
629 | Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
1843 | Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
630 | retarted behavior regarding threads and signals. Add code to convert MB/%/* |
1844 | retarted behavior regarding threads and signals. Add code to convert MB/%/* |
631 | to start/end sectors |
1845 | to start/end sectors |
632 | |
1846 | |
633 | 17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1847 | 17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
634 | Add 2>&1 to cmd in spawn() |
1848 | Add 2>&1 to cmd in spawn() |
635 | |
1849 | |
636 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1850 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
637 | Modified GLIUtility.exitsuccess() to work with return value from |
1851 | Modified GLIUtility.exitsuccess() to work with return value from |
638 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
1852 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
639 | creates wrapper script for commands run inside chroot so multiple commands |
1853 | creates wrapper script for commands run inside chroot so multiple commands |
640 | and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
1854 | and redirection can be used. Change exitsuccess() back. Added 'chmod a+x' |
641 | for the generated script from spawn() |
1855 | for the generated script from spawn() |
642 | |
1856 | |
643 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> |
1857 | 16 Mar 2005; Preston Cody <codeman@gentoo.org> : |
644 | Removed default values for stage tarball URI and portage tree URI from |
1858 | Removed default values for stage tarball URI and portage tree URI from |
645 | InstallProfile. These should be set by the FEs. also added services step to |
1859 | InstallProfile. These should be set by the FEs. also added services step to |
646 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
1860 | ArchTemplate and coldplug/hotplug runlevels to the genkernel step. |
647 | Possibly fixed CC DHCP bug with -n. (thx agaffney) |
1861 | Possibly fixed CC DHCP bug with -n. (thx agaffney) |
648 | |
1862 | |
649 | 14 Mar 2005; Preston Cody <codeman@gentoo.org> |
1863 | 14 Mar 2005; Preston Cody <codeman@gentoo.org> : |
650 | Small fix for setting the default gateway. Also added feature to dialogfe. |
1864 | Small fix for setting the default gateway. Also added feature to dialogfe. |
651 | |
1865 | |
652 | 7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1866 | 7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
653 | Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
1867 | Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid |
654 | |
1868 | |
655 | 1 Mar 2005; Preston Cody <codeman@gentoo.org> |
1869 | 1 Mar 2005; Preston Cody <codeman@gentoo.org> : |
656 | Fixed a bunch of true -> True typos. lots of em |
1870 | Fixed a bunch of true -> True typos. lots of em |
657 | only write new resolv.conf if there are dns servers listed. |
1871 | only write new resolv.conf if there are dns servers listed. |
658 | |
1872 | |
659 | 1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
1873 | 1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> : |
660 | Commented out 'display_on_tty8=True' in start_portmap() |
1874 | Commented out 'display_on_tty8=True' in start_portmap() |
661 | |
1875 | |
662 | 18 Feb 2005; Preston Cody <codeman@gentoo.org> |
1876 | 18 Feb 2005; Preston Cody <codeman@gentoo.org> : |
663 | added progress bar to dialogfe and fix logger bug in ArchTemplate. |
1877 | added progress bar to dialogfe and fix logger bug in ArchTemplate. |
664 | |
1878 | |
665 | 18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1879 | 18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> : |
666 | Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
1880 | Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved |
667 | lang parameter to __init__() |
1881 | lang parameter to __init__() |
668 | |
1882 | |
669 | 10 Feb 2005; Preston Cody <codeman@gentoo.org> |
1883 | 10 Feb 2005; Preston Cody <codeman@gentoo.org> : |
670 | updates to TODO list. |
1884 | updates to TODO list. |
671 | |
1885 | |
672 | 6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1886 | 6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> : |
673 | Initial code for quickpkg GRP support. Fix loop to grab packages from |
1887 | Initial code for quickpkg GRP support. Fix loop to grab packages from |
674 | 'emerge -p blah' |
1888 | 'emerge -p blah' |
675 | |
1889 | |
676 | 6 Feb 2005; Preston Cody <codeman@gentoo.org> |
1890 | 6 Feb 2005; Preston Cody <codeman@gentoo.org> : |
677 | check for dhcp in the network stuff and emerge it if it is. |
1891 | check for dhcp in the network stuff and emerge it if it is. |
678 | added quickpkg to TODO list |
1892 | added quickpkg to TODO list |
679 | |
1893 | |
680 | 5 Feb 2005; Preston Cody <codeman@gentoo.org> |
1894 | 5 Feb 2005; Preston Cody <codeman@gentoo.org> : |
681 | Changed the raising of 'warning' exceptions to a simple log of the error |
1895 | Changed the raising of 'warning' exceptions to a simple log of the error |
682 | so that the installer can continue. |
1896 | so that the installer can continue. |
683 | |
1897 | |
684 | 3 Feb 2005; Preston Cody <codeman@gentoo.org> |
1898 | 3 Feb 2005; Preston Cody <codeman@gentoo.org> : |
685 | Some big changes. First, changed most output to display_on_tty8. |
1899 | Some big changes. First, changed most output to display_on_tty8. |
686 | Second, added log lines to all templates. Some smaller fixes such as typos. |
1900 | Second, added log lines to all templates. Some smaller fixes such as typos. |
687 | Also did some cleanups of old commented lines. |
1901 | Also did some cleanups of old commented lines. |
688 | |
1902 | |
689 | 1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> |
1903 | 1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org> : |
690 | Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
1904 | Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban. |
691 | Undo change with fix. Escaping fix in GLIStorageDevice.py |
1905 | Undo change with fix. Escaping fix in GLIStorageDevice.py |
692 | |
1906 | |
693 | 31 Jan 2005; Preston Cody <codeman@gentoo.org> |
1907 | 31 Jan 2005; Preston Cody <codeman@gentoo.org> : |
694 | more updates to TODO list. hopefully we'll soon start removing items instead |
1908 | more updates to TODO list. hopefully we'll soon start removing items instead |
695 | of adding them. |
1909 | of adding them. |
696 | |
1910 | |
697 | 29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1911 | 29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
698 | Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
1912 | Changed the way GLIStorageDevice.get_max_sectors_for_resize() works |
699 | |
1913 | |
700 | 27 Jan 2005; Preston Cody <codeman@gentoo.org> |
1914 | 27 Jan 2005; Preston Cody <codeman@gentoo.org> : |
701 | updated TODO list. (again) |
1915 | updated TODO list. (again) |
702 | |
1916 | |
703 | 25 Jan 2005; Preston Cody <codeman@gentoo.org> |
1917 | 25 Jan 2005; Preston Cody <codeman@gentoo.org> : |
704 | changed output of portmap start to display_on_tty8. |
1918 | changed output of portmap start to display_on_tty8. |
705 | fixed bootloader for udev and multiple kernels |
1919 | fixed bootloader for udev and multiple kernels |
706 | fixed custom kernel config (again) |
1920 | fixed custom kernel config (again) |
707 | |
1921 | |
708 | 22 Jan 2005; Preston Cody <codeman@gentoo.org> |
1922 | 22 Jan 2005; Preston Cody <codeman@gentoo.org> : |
709 | changed default value of CC._enable_ssh to True because this is smart. |
1923 | changed default value of CC._enable_ssh to True because this is smart. |
710 | added code to allow custom kernel .config. may be unstable and break. sorry. |
1924 | added code to allow custom kernel .config. may be unstable and break. sorry. |
711 | |
1925 | |
712 | 21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1926 | 21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
713 | partition() now waits until after it checks for partition flags before delete |
1927 | partition() now waits until after it checks for partition flags before delete |
714 | the partitions :P |
1928 | the partitions :P |
715 | |
1929 | |
716 | 19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1930 | 19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
717 | Updated TODO. swapon failure it temporarily not an error. swapon is an error |
1931 | Updated TODO. swapon failure it temporarily not an error. swapon is an error |
718 | again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
1932 | again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't |
719 | blank. |
1933 | blank. |
720 | |
1934 | |
721 | 19 Jan 2005; Preston Cody <codeman@gentoo.org> |
1935 | 19 Jan 2005; Preston Cody <codeman@gentoo.org> : |
722 | Various fixes related to the add_users function. Still not yet finished. |
1936 | Various fixes related to the add_users function. Still not yet finished. |
723 | Added things to the TODO list. Lets start using that! |
1937 | Added things to the TODO list. Lets start using that! |
724 | |
1938 | |
725 | 18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1939 | 18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
726 | Added code to x86Template to format newly created partitions. Also added |
1940 | Added code to x86Template to format newly created partitions. Also added |
727 | some error checking code. GLIStorageDevice passes 'minor' with data to |
1941 | some error checking code. GLIStorageDevice passes 'minor' with data to |
728 | InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
1942 | InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS |
729 | mounting code. |
1943 | mounting code. |
730 | |
1944 | |
731 | 18 Jan 2005; Preston Cody <codeman@gentoo.org> |
1945 | 18 Jan 2005; Preston Cody <codeman@gentoo.org> : |
732 | Took out unnecessary setting of random livecd root password. the cd already |
1946 | Took out unnecessary setting of random livecd root password. the cd already |
733 | sets it randomly. |
1947 | sets it randomly. |
734 | |
1948 | |
735 | 15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1949 | 15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
736 | Took out an unneeded step from CC's run() |
1950 | Took out an unneeded step from CC's run() |
737 | |
1951 | |
738 | 15 Jan 2005; Preston Cody <codeman@gentoo.org> |
1952 | 15 Jan 2005; Preston Cody <codeman@gentoo.org> : |
739 | Attempt at detecting and adding windows partitions to lilo. |
1953 | Attempt at detecting and adding windows partitions to lilo. |
740 | |
1954 | |
741 | 14 Jan 2005; Preston Cody <codeman@gentoo.org> |
1955 | 14 Jan 2005; Preston Cody <codeman@gentoo.org> : |
742 | Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
1956 | Added lilo code and cleaned up lilo code. also do_partitioning renamed to |
743 | partition. fixed misc exit_status => exitstatus typo. |
1957 | partition. fixed misc exit_status => exitstatus typo. |
744 | |
1958 | |
745 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1959 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
746 | Added basic code for resizing filesystems with pyparted. Fixed code for |
1960 | Added basic code for resizing filesystems with pyparted. Fixed code for |
747 | resizing ntfs and ext2/3. |
1961 | resizing ntfs and ext2/3. |
748 | |
1962 | |
749 | 10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1963 | 10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
750 | Fixed partition() in x86Template so that it scans through logicals and deletes |
1964 | Fixed partition() in x86Template so that it scans through logicals and deletes |
751 | before deleting containing extended partition. Also clears partition table to |
1965 | before deleting containing extended partition. Also clears partition table to |
752 | be safe before third pass. |
1966 | be safe before third pass. |
753 | |
1967 | |
754 | 08 Jan 2005; Preston Cody <codeman@gentoo.org> |
1968 | 08 Jan 2005; Preston Cody <codeman@gentoo.org> : |
755 | Added mount_network_shares. not able to test it from this computer. |
1969 | Added mount_network_shares. not able to test it from this computer. |
756 | will test when i get back to school. |
1970 | will test when i get back to school. |
757 | also added start_portmap to the client_controller as an always-do. |
1971 | also added start_portmap to the client_controller as an always-do. |
758 | agaffney says this is needed for NFS mounts to work. |
1972 | agaffney says this is needed for NFS mounts to work. |
759 | |
1973 | |
760 | 08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1974 | 08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
761 | Partial rewrite of partitioning code in x86Template. No longer shells out to |
1975 | Partial rewrite of partitioning code in x86Template. No longer shells out to |
762 | parted to perform actions, now uses all pyparted calls. Code "works" in a |
1976 | parted to perform actions, now uses all pyparted calls. Code "works" in a |
763 | test, but still needs lots of TLC. Also modified tests/install.py to work |
1977 | test, but still needs lots of TLC. Also modified tests/install.py to work |
764 | with x86Template and GLIClientConfiguration. |
1978 | with x86Template and GLIClientConfiguration. |
765 | |
1979 | |
766 | 07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
1980 | 07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
767 | Initial move of partitioning code from ArchTemplate to x86Template. |
1981 | Initial move of partitioning code from ArchTemplate to x86Template. |
768 | |
1982 | |
769 | 07 Jan 2005; Preston Cody <codeman@gentoo.org> |
1983 | 07 Jan 2005; Preston Cody <codeman@gentoo.org> : |
770 | Added grp_install and services to InstallProfile. forgot about the set_root_password |
1984 | Added grp_install and services to InstallProfile. forgot about the set_root_password |
771 | |
1985 | |
772 | 07 Jan 2005; Preston Cody <codeman@gentoo.org> |
1986 | 07 Jan 2005; Preston Cody <codeman@gentoo.org> : |
773 | Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney. |
1987 | Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to |
774 | Test Install ran very well (skipping partitioning). |
1988 | agaffney. Test Install ran very well (skipping partitioning). |
775 | |
1989 | |
776 | 05 Jan 2005; Preston Cody <codeman@gentoo.org> |
1990 | 05 Jan 2005; Preston Cody <codeman@gentoo.org> : |
777 | My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot |
1991 | My mid-day update. rewrote mount_local_partitions for order of mounting. |
778 | rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs. |
1992 | fixed prepare_chroot. rewrote configure_fstab and install_bootloader for new |
779 | some may still have eluded me. |
1993 | partition format. fixed a few _edit_configs. some may still have eluded me. |
780 | |
1994 | |
781 | 05 Jan 2005; Preston Cody <codeman@gentoo.org> |
1995 | 05 Jan 2005; Preston Cody <codeman@gentoo.org> : |
782 | Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it. |
1996 | Overhauled the entire ArchTemplate and did a lot of other misc fixes in order |
|
|
1997 | to test it. |
783 | Just finished mount_local_partitions in GLIArchitectureTemplate |
1998 | Just finished mount_local_partitions in GLIArchitectureTemplate |
784 | |
1999 | |
785 | 05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
2000 | 05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
786 | Added get_num_sectors() to GLIStorageDevice. |
2001 | Added get_num_sectors() to GLIStorageDevice. |
787 | |
2002 | |
788 | 04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
2003 | 04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> : |
789 | GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders. |
2004 | GLIStorageDevice now tracks partition boundaries in sectors instead of |
|
|
2005 | cylinders. |
790 | Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
2006 | Also now ignores <=100 sectors for free space. Removed remaining depends stuff |
791 | from GLIInstallProfile. |
2007 | from GLIInstallProfile. |
792 | |
2008 | |
793 | 20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
2009 | 20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> : |
794 | GLIStorageDevice returns "unknown" instead of "" for get_type() |
2010 | GLIStorageDevice returns "unknown" instead of "" for get_type() |
795 | |
2011 | |
796 | 19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
2012 | 19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> : |
797 | Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
2013 | Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to |
798 | actually work. Commented out resizability checking code for speed. |
2014 | actually work. Commented out resizability checking code for speed. |
799 | |
2015 | |
800 | 17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
2016 | 17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> : |
801 | Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in |
2017 | Switched to using dumpe2fs to determine free space left in ext2/3 filesystem |
802 | GLIStorageDevice at the suggestion of plors |
2018 | in GLIStorageDevice at the suggestion of plors |
803 | |
2019 | |
804 | 10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
2020 | 10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> : |
805 | Added a function to GLIUtility to pull a value from a make.conf-style config |
2021 | Added a function to GLIUtility to pull a value from a make.conf-style config |
806 | file. Minor type fix to GLIInstallProfile.py |
2022 | file. Minor type fix to GLIInstallProfile.py |
807 | |
2023 | |
808 | 09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> |
2024 | 09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org> : |
809 | Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated |
2025 | Added code in GLIArchitectureTemplate.py to write netmounts into fstab. |
810 | network mounts from partition data structure in GLIInstallProfile |
2026 | Separated network mounts from partition data structure in GLIInstallProfile |
811 | |
2027 | |
812 | 27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> |
2028 | 27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org> : |
813 | Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
2029 | Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem |
814 | can be resized. |
2030 | can be resized. |
815 | |
2031 | |
816 | 27 Oct 2004; Preston Cody <codeman@gentoo.org> |
2032 | 27 Oct 2004; Preston Cody <codeman@gentoo.org> : |
817 | Added some of the final functions to GLIInstallTemplate. |
2033 | Added some of the final functions to GLIInstallTemplate. |
818 | Yes this project is still active despite rare use of the Changelog! |
2034 | Yes this project is still active despite rare use of the Changelog! |
819 | |
2035 | |
820 | 11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
2036 | 11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org> : |
821 | Added the GLIPartitionTools.py file. This is a temporary insertion of |
2037 | Added the GLIPartitionTools.py file. This is a temporary insertion of |
822 | partitioning tools that will eventually go into their own package. |
2038 | partitioning tools that will eventually go into their own package. |
823 | |
2039 | |
824 | 27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
2040 | 27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> : |
825 | Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time |
2041 | Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains |
826 | for the program). Added __init__(install_profile, client_configuration) to |
2042 | run-time for the program). Added __init__(install_profile, |
827 | GLI.InstallProfile. This sets install_profile and client_configuration once so as |
2043 | client_configuration) to GLI.InstallProfile. This sets install_profile and |
828 | to avoid constantly passing stuff every time we call a method. |
2044 | client_configuration once so as to avoid constantly passing stuff every time |
|
|
2045 | we call a method. |
829 | |
2046 | |
830 | 26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
2047 | 26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> : |
831 | |
2048 | |
832 | Added another private method to GLI.InstallTemplate. _edit_config() modifies config |
2049 | Added another private method to GLI.InstallTemplate. _edit_config() modifies |
833 | files without messing up all the other stuff in them. This will be used for making |
2050 | config files without messing up all the other stuff in them. This will be |
834 | changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
2051 | used for making changes to make.conf, rc.conf, /etc/conf.d/net, etc... |
835 | |
2052 | |
836 | 25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> |
2053 | 25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org> : |
837 | |
2054 | |
838 | Added GLI.InstallTemplate framework. This is not yet functional. However, it does |
2055 | Added GLI.InstallTemplate framework. This is not yet functional. However, |
839 | have a few basic things. I added two private methods. One is _depends(). This |
2056 | it does have a few basic things. I added two private methods. One is |
840 | will be used for dependency checking (ie. unpacking a tarball requires that |
2057 | _depends(). This will be used for dependency checking (ie. unpacking a |
841 | partitioning has been done). The other is _exec_in_chroot(). This is the exact |
2058 | tarball requires that partitioning has been done). The other is |
842 | same syntax as os.system(), however, instead of being run in the liveCD |
2059 | _exec_in_chroot(). This is the exact same syntax as os.system(), however, |
843 | environment, it runs in the chroot. This requires a bit of fork() magic, so I |
2060 | instead of being run in the liveCD environment, it runs in the chroot. This |
844 | isolated the code. Hope to work more this week to get this class formed... |
2061 | requires a bit of fork() magic, so I isolated the code. Hope to work more |
|
|
2062 | this week to get this class formed... |
845 | |
2063 | |
846 | 14 Feb 2004; Eric Sammer <esammer@gentoo.org> |
2064 | 14 Feb 2004; Eric Sammer <esammer@gentoo.org> : |
847 | |
|
|
848 | Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for |
2065 | Added SAX parsing. Made GLI.InstallProfile a subclass of |
849 | obvious reasons. Switched kernel_modules and users to be lists instead of tuples |
2066 | xml.sax.ContentHandler for obvious reasons. Switched kernel_modules and users |
850 | to allow for easier modification (mutable, rather than immutable objects). Updated |
2067 | to be lists instead of tuples to allow for easier modification (mutable, |
851 | existing pydoc and added more. Implemented body of GLI.InstallProfile.parse(). |
2068 | rather than immutable objects). Updated existing pydoc and added more. |
|
|
2069 | Implemented body of GLI.InstallProfile.parse(). Cleaned file format of |
852 | Cleaned file format of GLI.py a bit. Fixed all accessors to use self references. |
2070 | GLI.py a bit. Fixed all accessors to use self references. |
853 | Added initial unit test code. |
2071 | Added initial unit test code. |
854 | |
2072 | |
855 | 9 Feb 2004; Eric Sammer <esammer@gentoo.org> |
2073 | 9 Feb 2004; Eric Sammer <esammer@gentoo.org> : |
856 | |
|
|
857 | Added initial changelog. Setting up the basic structure of the CVS repository |
2074 | Added initial changelog. Setting up the basic structure of the CVS repository |
858 | for the project. Added the UML class diagram in docs. Added a skeletal GLI |
2075 | for the project. Added the UML class diagram in docs. Added a skeletal GLI |
859 | python module. Added misc files such news, authors, etc. |
2076 | python module. Added misc files such news, authors, etc. |