| 1 |
esammer |
4 |
# ChangeLog for Gentoo Linux Installer
|
| 2 |
codeman |
563 |
# Copyright 2005 Gentoo Technologies, Inc.
|
| 3 |
robbat2 |
665 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.232 2005/06/13 00:34:36 robbat2 Exp $
|
| 4 |
esammer |
4 |
|
| 5 |
codeman |
522 |
*GLI-0.1_alpha (4 Apr 2005)
|
| 6 |
agaffney |
337 |
|
| 7 |
robbat2 |
664 |
12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py:
|
| 8 |
|
|
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any
|
| 9 |
|
|
usage - this caused a failure for stage1/stage2 previously. swapoff for swap
|
| 10 |
robbat2 |
665 |
space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during
|
| 11 |
|
|
prepare_chroot.
|
| 12 |
robbat2 |
664 |
|
| 13 |
robbat2 |
663 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py,
|
| 14 |
|
|
+src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog,
|
| 15 |
|
|
+src/fe/installer-gtk:
|
| 16 |
|
|
Add new automated CLI frontend. Add scripts that are the intended means to
|
| 17 |
|
|
use each frontend.
|
| 18 |
|
|
|
| 19 |
robbat2 |
652 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 20 |
robbat2 |
663 |
src/GLIClientController.py:
|
| 21 |
|
|
Add null type to network config, for cases where the interface is already up
|
| 22 |
|
|
and should not be touched (netboot for example).
|
| 23 |
|
|
|
| 24 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 25 |
robbat2 |
652 |
src/GLIArchitectureTemplate.py:
|
| 26 |
robbat2 |
663 |
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a
|
| 27 |
|
|
string!. Try to use binary packages if available by default.
|
| 28 |
|
|
|
| 29 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 30 |
|
|
src/GLIArchitectureTemplate.py:
|
| 31 |
robbat2 |
656 |
More error checking for _add_to_runlevel, to ensure that the init script
|
| 32 |
|
|
actually exists before we try to add it. set_services phase must take place
|
| 33 |
|
|
after the package installation, otherwise the init scripts might not exist.
|
| 34 |
|
|
Find the correct init script for the cron and logging daemons, and add that
|
| 35 |
|
|
instead of the package atom.
|
| 36 |
|
|
|
| 37 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 38 |
|
|
src/GLIArchitectureTemplate.py:
|
| 39 |
robbat2 |
655 |
Fix up _edit_config so that it works if the file doesn't already exist. Fix
|
| 40 |
|
|
usage of 'file' to 'contents' for the variable name, as it shadows
|
| 41 |
|
|
__builtin__.file.
|
| 42 |
|
|
|
| 43 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 44 |
|
|
src/GLIArchitectureTemplate.py:
|
| 45 |
robbat2 |
652 |
Add MTA install code, and include MTA install phase. Ensure
|
| 46 |
|
|
PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support
|
| 47 |
|
|
for 'none' kernel config for build_kernel phase. Put kernel_script in
|
| 48 |
|
|
/var/tmp instead of /root for build_kernel phase.
|
| 49 |
|
|
|
| 50 |
robbat2 |
650 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py:
|
| 51 |
|
|
Rename mta variables to match syslog/cron variables.
|
| 52 |
|
|
|
| 53 |
robbat2 |
648 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 54 |
robbat2 |
649 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py,
|
| 55 |
|
|
src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore,
|
| 56 |
|
|
src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore,
|
| 57 |
|
|
src/templates/.cvsignore, src/tests/.cvsignore:
|
| 58 |
|
|
Refactor partition formatting again to include error checking. Allow 'none'
|
| 59 |
|
|
for kernel and bootloader specifications. Add .cvsignore files for .py[co].
|
| 60 |
|
|
|
| 61 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 62 |
robbat2 |
648 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py:
|
| 63 |
|
|
Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to
|
| 64 |
|
|
only have a single spawn call.
|
| 65 |
|
|
|
| 66 |
codeman |
647 |
11 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 67 |
|
|
refixed samyron's fix of set_architecture_template.
|
| 68 |
|
|
|
| 69 |
agaffney |
646 |
11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 70 |
|
|
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always
|
| 71 |
|
|
be executable.
|
| 72 |
|
|
|
| 73 |
samyron |
643 |
10 Jun 2005; Scott Myron <samyron@gentoo.org>
|
| 74 |
|
|
Fixed one of the FIXME's in the ClientConfiguration. There is now some
|
| 75 |
|
|
error checking when you call set_architecture_template.
|
| 76 |
|
|
|
| 77 |
codeman |
641 |
10 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 78 |
|
|
moved the mkfsopts input to the partition options menu instead of the during
|
| 79 |
|
|
the creation process. updated GenDialog to say it supports reiserfs v3.
|
| 80 |
|
|
|
| 81 |
robbat2 |
636 |
9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py,
|
| 82 |
|
|
src/GLIStorageDevice.py, fe/dialog/dialogfe.py:
|
| 83 |
|
|
Complete support for 'mkfsopts' parameter in main system and dialogfe.
|
| 84 |
|
|
Add support for other partition types to dialogfe.
|
| 85 |
|
|
Fix all usages of int(possible_big_number) to long(possible_bit_number) to
|
| 86 |
|
|
avoid integer overflows and wraparounds.
|
| 87 |
|
|
|
| 88 |
agaffney |
631 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 89 |
|
|
Removed start/end from XML output and added mkfsopts to partitioning info.
|
| 90 |
agaffney |
633 |
'mkfsopts' parameter is now used and support for creating xfs, jfs, and
|
| 91 |
agaffney |
634 |
reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser'
|
| 92 |
agaffney |
639 |
in GLIClientConfiguration. Change from .1 and .9 to constants for
|
| 93 |
|
|
partitioning. Fix free space overwriting bug. Remove a few unused functions
|
| 94 |
agaffney |
640 |
from rewrite. Fix call to get_partition_at()
|
| 95 |
agaffney |
631 |
|
| 96 |
codeman |
630 |
8 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 97 |
|
|
Updates to GenDialog and dialogfe.
|
| 98 |
|
|
|
| 99 |
agaffney |
627 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 100 |
agaffney |
628 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker
|
| 101 |
agaffney |
627 |
|
| 102 |
codeman |
626 |
6 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 103 |
|
|
more GenDialog updates to partitioning.
|
| 104 |
|
|
|
| 105 |
codeman |
625 |
5 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 106 |
|
|
Indenting issue in GLISD/get_ordered_partition_list.
|
| 107 |
|
|
updates to GenDialog partitioning and added default UTC for timezone in IP.
|
| 108 |
|
|
|
| 109 |
agaffney |
624 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 110 |
|
|
Added GLISD.get_model()
|
| 111 |
|
|
|
| 112 |
codeman |
623 |
3 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 113 |
|
|
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version.
|
| 114 |
|
|
More updates to GenDialog :)
|
| 115 |
|
|
|
| 116 |
agaffney |
622 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 117 |
|
|
Added get_interface_realname() function.
|
| 118 |
|
|
|
| 119 |
codeman |
618 |
2 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 120 |
|
|
Added auto-save of CConfig and copying to new /root after install.
|
| 121 |
|
|
yet even more GenDialog updates.
|
| 122 |
|
|
|
| 123 |
codeman |
616 |
1 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 124 |
|
|
removed print statement from GLISD. more updates to GenDialog.
|
| 125 |
|
|
|
| 126 |
agaffney |
608 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 127 |
agaffney |
610 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper
|
| 128 |
agaffney |
611 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be
|
| 129 |
agaffney |
615 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few
|
| 130 |
|
|
places in GLIClientConfiguration.
|
| 131 |
agaffney |
608 |
|
| 132 |
agaffney |
599 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 133 |
|
|
Fix mount_local_partitions(), configure_fstab(), and
|
| 134 |
agaffney |
600 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same.
|
| 135 |
agaffney |
601 |
A few more fixes for templates/x86Archtemplate
|
| 136 |
agaffney |
599 |
|
| 137 |
codeman |
597 |
27 May 2005; Preston Cody <codeman@gentoo.org>
|
| 138 |
|
|
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still
|
| 139 |
|
|
a work in progress.
|
| 140 |
|
|
|
| 141 |
agaffney |
596 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 142 |
|
|
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD
|
| 143 |
|
|
directly. GLISD can now handle data imported from XML.
|
| 144 |
|
|
|
| 145 |
agaffney |
595 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 146 |
|
|
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to
|
| 147 |
|
|
handle blank (no disklabel) disks.
|
| 148 |
|
|
|
| 149 |
codeman |
594 |
20 May 2005; Preston Cody <codeman@gentoo.org>
|
| 150 |
|
|
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned
|
| 151 |
|
|
up, documented, and separated out serialization and grouped all sections.
|
| 152 |
|
|
|
| 153 |
codeman |
593 |
19 May 2005; Preston Cody <codeman@gentoo.org>
|
| 154 |
|
|
Reorganization of ClientConfiguration and gutting of unused functions.
|
| 155 |
|
|
Removed verbose option from CC. Moved import statement in IP and CConfig up.
|
| 156 |
|
|
|
| 157 |
codeman |
591 |
18 May 2005; Preston Cody <codeman@gentoo.org>
|
| 158 |
|
|
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup
|
| 159 |
|
|
|
| 160 |
agaffney |
588 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 161 |
agaffney |
589 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in
|
| 162 |
agaffney |
590 |
partitioning. CC serializes install profile to disk and prepare_chroot()
|
| 163 |
|
|
copies it into /mnt/gentoo/root
|
| 164 |
agaffney |
588 |
|
| 165 |
agaffney |
585 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 166 |
|
|
Moved URI parsing into new function parse_uri()
|
| 167 |
|
|
|
| 168 |
agaffney |
583 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 169 |
|
|
Added XMLParser module.
|
| 170 |
|
|
|
| 171 |
agaffney |
580 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 172 |
|
|
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI.
|
| 173 |
agaffney |
581 |
Minor fix to is_uri() regex to allow hyphens in hostname.
|
| 174 |
agaffney |
580 |
|
| 175 |
codeman |
577 |
12 May 2005; Preston Cody <codeman@gentoo.org>
|
| 176 |
|
|
Updated finishing_cleanup for new unmounting method from agaffney.
|
| 177 |
|
|
|
| 178 |
agaffney |
575 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 179 |
agaffney |
576 |
Fix GLILogger to use correct time format string. Fix _edit_config() to
|
| 180 |
agaffney |
579 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add
|
| 181 |
|
|
unicode support to is_realstring().
|
| 182 |
agaffney |
575 |
|
| 183 |
agaffney |
571 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 184 |
agaffney |
572 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero
|
| 185 |
agaffney |
573 |
return value instead of non-zero. Add code to output a traceback to the
|
| 186 |
agaffney |
574 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes
|
| 187 |
|
|
instead of --nocolor.
|
| 188 |
agaffney |
571 |
|
| 189 |
codeman |
566 |
10 May 2005; Preston Cody <codeman@gentoo.org>
|
| 190 |
|
|
Added GLIGenDialog.py to make a generic class for the dialog functions that
|
| 191 |
codeman |
567 |
can be used by both dialogfe and the netfe/be. updated both for new filename.
|
| 192 |
|
|
date changes. 2004->2005.
|
| 193 |
codeman |
566 |
|
| 194 |
agaffney |
564 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 195 |
|
|
Removed 'quiet=True' from spawn() calls
|
| 196 |
|
|
|
| 197 |
codeman |
563 |
10 May 2005; Preston Cody <codeman@gentoo.org>
|
| 198 |
|
|
Updated GLIUtility with patches from chotchki. Also added documentation
|
| 199 |
|
|
|
| 200 |
codeman |
560 |
9 May 2005; Preston Cody <codeman@gentoo.org>
|
| 201 |
|
|
Added the function for set_etc_portage to ArchTemplate. no step for it yet.
|
| 202 |
|
|
Updated _edit_config in ArchTemplate, make_config, and various other fixes
|
| 203 |
|
|
from bug #89683, mostly touchups.
|
| 204 |
|
|
|
| 205 |
agaffney |
556 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 206 |
|
|
GLIStorageDevice cleanup patch from bug #91761
|
| 207 |
|
|
|
| 208 |
agaffney |
551 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 209 |
|
|
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix
|
| 210 |
agaffney |
553 |
_edit_config(). Error logging casts 'error' to str
|
| 211 |
agaffney |
551 |
|
| 212 |
agaffney |
548 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 213 |
agaffney |
549 |
Exceptions received in CC are logged before being passed to the FE. Added
|
| 214 |
|
|
code to CC to handle exceptions *not* thrown by the installer itself.
|
| 215 |
agaffney |
548 |
|
| 216 |
agaffney |
544 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 217 |
|
|
get_max_mb_for_resize() returns -1 if not self.resizeable
|
| 218 |
|
|
|
| 219 |
|
|
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 220 |
agaffney |
539 |
More dirty rsync hacks :-/
|
| 221 |
|
|
|
| 222 |
codeman |
532 |
29 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 223 |
|
|
Patches from chotchki (bug #90325) to improve CC networking. untested.
|
| 224 |
|
|
|
| 225 |
agaffney |
528 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 226 |
agaffney |
529 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in
|
| 227 |
agaffney |
533 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split
|
| 228 |
agaffney |
535 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to
|
| 229 |
agaffney |
536 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in
|
| 230 |
agaffney |
538 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call
|
| 231 |
|
|
_get_packages_to_emerge()
|
| 232 |
agaffney |
528 |
|
| 233 |
codeman |
526 |
28 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 234 |
|
|
Added group-adding code to set_users in ArchTemplate
|
| 235 |
|
|
|
| 236 |
agaffney |
525 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 237 |
|
|
Added post-install script code
|
| 238 |
|
|
|
| 239 |
agaffney |
524 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 240 |
|
|
Fixed encapsulation issues in GLIClientController (bug #90141)
|
| 241 |
|
|
|
| 242 |
agaffney |
523 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 243 |
|
|
Update resizing code in GLIStorageDevice
|
| 244 |
|
|
|
| 245 |
codeman |
522 |
17 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 246 |
|
|
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger.
|
| 247 |
|
|
|
| 248 |
agaffney |
521 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 249 |
|
|
Reverted change to ArchTemplate and added support for commented line in old
|
| 250 |
|
|
code.
|
| 251 |
|
|
|
| 252 |
agaffney |
518 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 253 |
|
|
Changed _edit_config() to modify value in-place instead of commenting out and
|
| 254 |
|
|
adding the new value to the end of the file.
|
| 255 |
|
|
|
| 256 |
codeman |
512 |
15 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 257 |
|
|
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration.
|
| 258 |
|
|
Also updated TODO list.
|
| 259 |
|
|
|
| 260 |
agaffney |
509 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 261 |
|
|
Use blackace's one-liner to add comments for all function for use with
|
| 262 |
|
|
pythondoc.
|
| 263 |
|
|
|
| 264 |
agaffney |
503 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 265 |
|
|
Moved 'end >= device_sectors' check out of loop to check for next partition's
|
| 266 |
agaffney |
505 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86.
|
| 267 |
agaffney |
507 |
Partitioning code now tracks start/end of extended for placing logicals. End
|
| 268 |
|
|
point of logical is now adjusted along with start.
|
| 269 |
agaffney |
503 |
|
| 270 |
agaffney |
497 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 271 |
agaffney |
501 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in
|
| 272 |
agaffney |
502 |
the way of partitioning from a blank disk. Add int() around access to minor
|
| 273 |
|
|
key in partition information due to new partition code leaving them as float.
|
| 274 |
agaffney |
497 |
|
| 275 |
agaffney |
494 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 276 |
agaffney |
495 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code
|
| 277 |
agaffney |
494 |
|
| 278 |
agaffney |
492 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 279 |
|
|
Major GLIStorageDevice overhaul...all MB now instead of sectors.
|
| 280 |
|
|
|
| 281 |
|
|
8 Apr 2005; Scott Myron <samyron@gentoo.org>
|
| 282 |
samyron |
491 |
Added support for DHCP options and MAC addresses in the InstallProfile.
|
| 283 |
|
|
|
| 284 |
agaffney |
481 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 285 |
agaffney |
484 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through
|
| 286 |
|
|
sed to properly strip out junk.
|
| 287 |
agaffney |
481 |
|
| 288 |
codeman |
475 |
2 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 289 |
codeman |
476 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel
|
| 290 |
codeman |
479 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt.
|
| 291 |
codeman |
475 |
|
| 292 |
codeman |
467 |
31 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 293 |
|
|
Fixed indent problem in GLICController
|
| 294 |
|
|
|
| 295 |
agaffney |
463 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 296 |
|
|
Check for disklabel type "loop" and use the device name without a minor.
|
| 297 |
|
|
|
| 298 |
agaffney |
453 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 299 |
|
|
Remove /tmp/compile_output.log and /var/log/install.log when install is
|
| 300 |
agaffney |
456 |
complete. Added code to (hopefully) keep 2nd thread running after install.
|
| 301 |
agaffney |
458 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add
|
| 302 |
agaffney |
460 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and
|
| 303 |
agaffney |
461 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args
|
| 304 |
agaffney |
453 |
|
| 305 |
agaffney |
451 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 306 |
agaffney |
452 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log
|
| 307 |
|
|
when unpacking tarball.
|
| 308 |
agaffney |
451 |
|
| 309 |
codeman |
443 |
28 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 310 |
codeman |
446 |
rewrote filesystem_tools. looks like it works so ripping out all the old
|
| 311 |
|
|
filesystem_tools code.
|
| 312 |
codeman |
443 |
|
| 313 |
codeman |
427 |
26 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 314 |
|
|
Changed the print statements to logging in the partitioning BE code.
|
| 315 |
|
|
the logger may need to be imported to the x86archtemplate. unknown yet.
|
| 316 |
codeman |
432 |
Added the finishing_cleanup function.
|
| 317 |
codeman |
433 |
added a fix to the logger from BenUrban
|
| 318 |
codeman |
427 |
|
| 319 |
codeman |
422 |
25 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 320 |
|
|
changed InstallProfile to remove is_uri check on kernel, stage, and portage
|
| 321 |
|
|
URIs. The blank uri check has been commented out.
|
| 322 |
codeman |
426 |
ripped out error checking of set_services. this is done by _add_to_runlevel.
|
| 323 |
codeman |
422 |
|
| 324 |
agaffney |
419 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 325 |
|
|
set_stage_tarball_uri() doesn't raise an exception on a blank string.
|
| 326 |
|
|
|
| 327 |
agaffney |
415 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 328 |
|
|
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
|
| 329 |
agaffney |
416 |
the install profile if available. Commented out spawn() debugging prints
|
| 330 |
agaffney |
415 |
|
| 331 |
codeman |
409 |
23 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 332 |
|
|
small changes to setup_network_post. moved adding to runlevel of net.x to
|
| 333 |
|
|
after the device gets symlinked. added domainname runlevel command.
|
| 334 |
|
|
|
| 335 |
agaffney |
401 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 336 |
agaffney |
408 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in
|
| 337 |
agaffney |
412 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to
|
| 338 |
|
|
spawn() call in livecd-kernel code to pass environment variables.
|
| 339 |
agaffney |
414 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
|
| 340 |
|
|
the install profile if available.
|
| 341 |
agaffney |
402 |
|
| 342 |
|
|
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 343 |
agaffney |
401 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate
|
| 344 |
|
|
to handle installing the livecd kernel into the new system.
|
| 345 |
|
|
|
| 346 |
codeman |
395 |
22 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 347 |
|
|
should emerge hotplug and coldplug before adding them to runlevel.
|
| 348 |
|
|
|
| 349 |
codeman |
390 |
21 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 350 |
codeman |
395 |
took chroot out of grub_install command.
|
| 351 |
|
|
|
| 352 |
|
|
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 353 |
|
|
Changed chroot wrapper code in spawn() to write the wrapper the python way
|
| 354 |
|
|
instead of the bash way to avoid quote conflicts. Added
|
| 355 |
agaffney |
392 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new
|
| 356 |
agaffney |
394 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh'
|
| 357 |
|
|
as it breaks the piping.
|
| 358 |
codeman |
390 |
|
| 359 |
codeman |
387 |
20 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 360 |
|
|
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo.
|
| 361 |
|
|
|
| 362 |
agaffney |
385 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 363 |
|
|
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in
|
| 364 |
agaffney |
386 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and
|
| 365 |
agaffney |
389 |
GLIInstallProfile.
|
| 366 |
agaffney |
385 |
|
| 367 |
agaffney |
379 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 368 |
agaffney |
384 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs
|
| 369 |
|
|
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved
|
| 370 |
|
|
into /mnt/gentoo in prepare_chroot()
|
| 371 |
agaffney |
379 |
|
| 372 |
agaffney |
375 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 373 |
|
|
Add sigunmask.c contributed by d_m (on freenode) to counteract python's
|
| 374 |
agaffney |
377 |
retarted behavior regarding threads and signals. Add code to convert MB/%/*
|
| 375 |
|
|
to start/end sectors
|
| 376 |
agaffney |
375 |
|
| 377 |
|
|
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 378 |
agaffney |
374 |
Add 2>&1 to cmd in spawn()
|
| 379 |
|
|
|
| 380 |
agaffney |
369 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 381 |
|
|
Modified GLIUtility.exitsuccess() to work with return value from
|
| 382 |
agaffney |
371 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically
|
| 383 |
|
|
creates wrapper script for commands run inside chroot so multiple commands
|
| 384 |
agaffney |
373 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x'
|
| 385 |
|
|
for the generated script from spawn()
|
| 386 |
agaffney |
369 |
|
| 387 |
codeman |
361 |
16 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 388 |
|
|
Removed default values for stage tarball URI and portage tree URI from
|
| 389 |
|
|
InstallProfile. These should be set by the FEs. also added services step to
|
| 390 |
|
|
ArchTemplate and coldplug/hotplug runlevels to the genkernel step.
|
| 391 |
|
|
Possibly fixed CC DHCP bug with -n. (thx agaffney)
|
| 392 |
|
|
|
| 393 |
codeman |
359 |
14 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 394 |
|
|
Small fix for setting the default gateway. Also added feature to dialogfe.
|
| 395 |
|
|
|
| 396 |
agaffney |
357 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 397 |
|
|
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid
|
| 398 |
|
|
|
| 399 |
codeman |
345 |
1 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 400 |
codeman |
346 |
Fixed a bunch of true -> True typos. lots of em
|
| 401 |
codeman |
347 |
only write new resolv.conf if there are dns servers listed.
|
| 402 |
codeman |
345 |
|
| 403 |
agaffney |
343 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 404 |
|
|
Commented out 'display_on_tty8=True' in start_portmap()
|
| 405 |
|
|
|
| 406 |
codeman |
341 |
18 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 407 |
|
|
added progress bar to dialogfe and fix logger bug in ArchTemplate.
|
| 408 |
|
|
|
| 409 |
agaffney |
337 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 410 |
agaffney |
339 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved
|
| 411 |
|
|
lang parameter to __init__()
|
| 412 |
codeman |
331 |
|
| 413 |
|
|
10 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 414 |
|
|
updates to TODO list.
|
| 415 |
esammer |
4 |
|
| 416 |
agaffney |
322 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 417 |
agaffney |
324 |
Initial code for quickpkg GRP support. Fix loop to grab packages from
|
| 418 |
|
|
'emerge -p blah'
|
| 419 |
agaffney |
322 |
|
| 420 |
codeman |
319 |
6 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 421 |
codeman |
320 |
check for dhcp in the network stuff and emerge it if it is.
|
| 422 |
|
|
added quickpkg to TODO list
|
| 423 |
codeman |
319 |
|
| 424 |
codeman |
318 |
5 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 425 |
|
|
Changed the raising of 'warning' exceptions to a simple log of the error
|
| 426 |
|
|
so that the installer can continue.
|
| 427 |
|
|
|
| 428 |
codeman |
314 |
3 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 429 |
|
|
Some big changes. First, changed most output to display_on_tty8.
|
| 430 |
|
|
Second, added log lines to all templates. Some smaller fixes such as typos.
|
| 431 |
|
|
Also did some cleanups of old commented lines.
|
| 432 |
|
|
|
| 433 |
agaffney |
310 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 434 |
agaffney |
312 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban.
|
| 435 |
agaffney |
313 |
Undo change with fix. Escaping fix in GLIStorageDevice.py
|
| 436 |
agaffney |
310 |
|
| 437 |
codeman |
306 |
31 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 438 |
|
|
more updates to TODO list. hopefully we'll soon start removing items instead
|
| 439 |
|
|
of adding them.
|
| 440 |
|
|
|
| 441 |
agaffney |
301 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 442 |
|
|
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works
|
| 443 |
|
|
|
| 444 |
codeman |
293 |
27 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 445 |
codeman |
295 |
updated TODO list. (again)
|
| 446 |
codeman |
293 |
|
| 447 |
codeman |
286 |
25 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 448 |
|
|
changed output of portmap start to display_on_tty8.
|
| 449 |
|
|
fixed bootloader for udev and multiple kernels
|
| 450 |
codeman |
288 |
fixed custom kernel config (again)
|
| 451 |
codeman |
286 |
|
| 452 |
codeman |
281 |
22 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 453 |
|
|
changed default value of CC._enable_ssh to True because this is smart.
|
| 454 |
codeman |
282 |
added code to allow custom kernel .config. may be unstable and break. sorry.
|
| 455 |
codeman |
281 |
|
| 456 |
agaffney |
278 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 457 |
|
|
partition() now waits until after it checks for partition flags before delete
|
| 458 |
|
|
the partitions :P
|
| 459 |
|
|
|
| 460 |
agaffney |
271 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 461 |
agaffney |
272 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error
|
| 462 |
agaffney |
277 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't
|
| 463 |
|
|
blank.
|
| 464 |
agaffney |
271 |
|
| 465 |
codeman |
268 |
19 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 466 |
|
|
Various fixes related to the add_users function. Still not yet finished.
|
| 467 |
codeman |
269 |
Added things to the TODO list. Lets start using that!
|
| 468 |
codeman |
268 |
|
| 469 |
agaffney |
264 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 470 |
|
|
Added code to x86Template to format newly created partitions. Also added
|
| 471 |
agaffney |
265 |
some error checking code. GLIStorageDevice passes 'minor' with data to
|
| 472 |
agaffney |
266 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS
|
| 473 |
|
|
mounting code.
|
| 474 |
agaffney |
264 |
|
| 475 |
codeman |
263 |
18 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 476 |
|
|
Took out unnecessary setting of random livecd root password. the cd already
|
| 477 |
|
|
sets it randomly.
|
| 478 |
|
|
|
| 479 |
agaffney |
255 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 480 |
|
|
Took out an unneeded step from CC's run()
|
| 481 |
|
|
|
| 482 |
codeman |
248 |
15 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 483 |
|
|
Attempt at detecting and adding windows partitions to lilo.
|
| 484 |
|
|
|
| 485 |
codeman |
235 |
14 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 486 |
codeman |
237 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to
|
| 487 |
|
|
partition. fixed misc exit_status => exitstatus typo.
|
| 488 |
codeman |
235 |
|
| 489 |
agaffney |
230 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 490 |
agaffney |
232 |
Added basic code for resizing filesystems with pyparted. Fixed code for
|
| 491 |
|
|
resizing ntfs and ext2/3.
|
| 492 |
agaffney |
230 |
|
| 493 |
agaffney |
228 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 494 |
|
|
Fixed partition() in x86Template so that it scans through logicals and deletes
|
| 495 |
agaffney |
229 |
before deleting containing extended partition. Also clears partition table to
|
| 496 |
|
|
be safe before third pass.
|
| 497 |
agaffney |
228 |
|
| 498 |
codeman |
226 |
08 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 499 |
|
|
Added mount_network_shares. not able to test it from this computer.
|
| 500 |
|
|
will test when i get back to school.
|
| 501 |
|
|
also added start_portmap to the client_controller as an always-do.
|
| 502 |
|
|
agaffney says this is needed for NFS mounts to work.
|
| 503 |
|
|
|
| 504 |
agaffney |
225 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 505 |
|
|
Partial rewrite of partitioning code in x86Template. No longer shells out to
|
| 506 |
|
|
parted to perform actions, now uses all pyparted calls. Code "works" in a
|
| 507 |
|
|
test, but still needs lots of TLC. Also modified tests/install.py to work
|
| 508 |
|
|
with x86Template and GLIClientConfiguration.
|
| 509 |
|
|
|
| 510 |
agaffney |
221 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 511 |
|
|
Initial move of partitioning code from ArchTemplate to x86Template.
|
| 512 |
agaffney |
220 |
|
| 513 |
codeman |
219 |
07 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 514 |
agaffney |
224 |
Added grp_install and services to InstallProfile. forgot about the set_root_password
|
| 515 |
codeman |
222 |
|
| 516 |
|
|
07 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 517 |
codeman |
219 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney.
|
| 518 |
|
|
Test Install ran very well (skipping partitioning).
|
| 519 |
|
|
|
| 520 |
codeman |
213 |
05 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 521 |
codeman |
215 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot
|
| 522 |
codeman |
216 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs.
|
| 523 |
|
|
some may still have eluded me.
|
| 524 |
codeman |
215 |
|
| 525 |
|
|
05 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 526 |
codeman |
213 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it.
|
| 527 |
|
|
Just finished mount_local_partitions in GLIArchitectureTemplate
|
| 528 |
|
|
|
| 529 |
agaffney |
212 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 530 |
|
|
Added get_num_sectors() to GLIStorageDevice.
|
| 531 |
|
|
|
| 532 |
|
|
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 533 |
agaffney |
205 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders.
|
| 534 |
agaffney |
208 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff
|
| 535 |
|
|
from GLIInstallProfile.
|
| 536 |
agaffney |
205 |
|
| 537 |
agaffney |
188 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 538 |
|
|
GLIStorageDevice returns "unknown" instead of "" for get_type()
|
| 539 |
|
|
|
| 540 |
agaffney |
183 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 541 |
agaffney |
184 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to
|
| 542 |
|
|
actually work. Commented out resizability checking code for speed.
|
| 543 |
agaffney |
183 |
|
| 544 |
agaffney |
174 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 545 |
|
|
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in
|
| 546 |
|
|
GLIStorageDevice at the suggestion of plors
|
| 547 |
|
|
|
| 548 |
agaffney |
162 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 549 |
|
|
Added a function to GLIUtility to pull a value from a make.conf-style config
|
| 550 |
agaffney |
163 |
file. Minor type fix to GLIInstallProfile.py
|
| 551 |
agaffney |
162 |
|
| 552 |
agaffney |
160 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 553 |
agaffney |
163 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated
|
| 554 |
|
|
network mounts from partition data structure in GLIInstallProfile
|
| 555 |
agaffney |
161 |
|
| 556 |
agaffney |
147 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 557 |
|
|
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem
|
| 558 |
|
|
can be resized.
|
| 559 |
|
|
|
| 560 |
codeman |
91 |
27 Oct 2004; Preston Cody <codeman@gentoo.org>
|
| 561 |
|
|
Added some of the final functions to GLIInstallTemplate.
|
| 562 |
|
|
Yes this project is still active despite rare use of the Changelog!
|
| 563 |
|
|
|
| 564 |
npmccallum |
58 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 565 |
|
|
Added the GLIPartitionTools.py file. This is a temporary insertion of
|
| 566 |
|
|
partitioning tools that will eventually go into their own package.
|
| 567 |
|
|
|
| 568 |
npmccallum |
33 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 569 |
|
|
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time
|
| 570 |
|
|
for the program). Added __init__(install_profile, client_configuration) to
|
| 571 |
|
|
GLI.InstallProfile. This sets install_profile and client_configuration once so as
|
| 572 |
|
|
to avoid constantly passing stuff every time we call a method.
|
| 573 |
|
|
|
| 574 |
npmccallum |
28 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 575 |
|
|
|
| 576 |
|
|
Added another private method to GLI.InstallTemplate. _edit_config() modifies config
|
| 577 |
|
|
files without messing up all the other stuff in them. This will be used for making
|
| 578 |
|
|
changes to make.conf, rc.conf, /etc/conf.d/net, etc...
|
| 579 |
|
|
|
| 580 |
npmccallum |
27 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 581 |
|
|
|
| 582 |
|
|
Added GLI.InstallTemplate framework. This is not yet functional. However, it does
|
| 583 |
|
|
have a few basic things. I added two private methods. One is _depends(). This
|
| 584 |
|
|
will be used for dependency checking (ie. unpacking a tarball requires that
|
| 585 |
|
|
partitioning has been done). The other is _exec_in_chroot(). This is the exact
|
| 586 |
|
|
same syntax as os.system(), however, instead of being run in the liveCD
|
| 587 |
|
|
environment, it runs in the chroot. This requires a bit of fork() magic, so I
|
| 588 |
|
|
isolated the code. Hope to work more this week to get this class formed...
|
| 589 |
|
|
|
| 590 |
esammer |
7 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 591 |
|
|
|
| 592 |
|
|
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for
|
| 593 |
|
|
obvious reasons. Switched kernel_modules and users to be lists instead of tuples
|
| 594 |
|
|
to allow for easier modification (mutable, rather than immutable objects). Updated
|
| 595 |
|
|
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse().
|
| 596 |
|
|
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references.
|
| 597 |
|
|
Added initial unit test code.
|
| 598 |
|
|
|
| 599 |
esammer |
4 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 600 |
|
|
|
| 601 |
|
|
Added initial changelog. Setting up the basic structure of the CVS repository
|
| 602 |
|
|
for the project. Added the UML class diagram in docs. Added a skeletal GLI
|
| 603 |
|
|
python module. Added misc files such news, authors, etc.
|