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