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