Log of /trunk
Directory Listing
Revision
738 -
Directory Listing
Modified
Thu Jul 7 06:30:50 2005 UTC
(7 years, 10 months ago)
by
codeman
fix global USE flags to not include the arch types at the end.
updates to GenDialog and gli-d.
fixed more heights/widths. fixed missing use_local_desc in set_make_conf
Revision
737 -
Directory Listing
Modified
Thu Jul 7 06:16:15 2005 UTC
(7 years, 10 months ago)
by
agaffney
Add strip() to list_mirrors(), list_subarch_from_mirror() and
list_tarball_from_mirror() to eliminate blank last item.
Revision
736 -
Directory Listing
Modified
Thu Jul 7 06:00:41 2005 UTC
(7 years, 10 months ago)
by
agaffney
Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors()
Revision
735 -
Directory Listing
Modified
Wed Jul 6 22:56:23 2005 UTC
(7 years, 10 months ago)
by
robbat2
Use URI instead of local path for file, allows easy remote specification of configs.
Revision
734 -
Directory Listing
Modified
Wed Jul 6 19:51:58 2005 UTC
(7 years, 10 months ago)
by
codeman
fixing bootloader code for no initrd and initrd->initramfs naming change.
Revision
733 -
Directory Listing
Modified
Wed Jul 6 19:34:23 2005 UTC
(7 years, 10 months ago)
by
agaffney
Proper comments and parameters to GLIException in install_mta()
Revision
732 -
Directory Listing
Modified
Wed Jul 6 05:18:52 2005 UTC
(7 years, 10 months ago)
by
codeman
Starting detailed changelog for glid.
Changed height and width of stable/unstable yesno.
Modified Files:
src/GLIGenDialog.py src/fe/dialog/Changelog
Revision
731 -
Directory Listing
Modified
Wed Jul 6 04:51:47 2005 UTC
(7 years, 10 months ago)
by
agaffney
Added stage3 generation code
Revision
730 -
Directory Listing
Modified
Tue Jul 5 04:31:33 2005 UTC
(7 years, 10 months ago)
by
codeman
Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge
Mild changes to GenDialog.
Revision
729 -
Directory Listing
Modified
Thu Jun 30 22:37:30 2005 UTC
(7 years, 10 months ago)
by
agaffney
Remove separate install step configure_rc_conf() since it's handled by
update_config_files()
Make a copy of newvalues in _edit_config() so quotes aren't added when the
function is called twice on the same file.
Revision
728 -
Directory Listing
Modified
Thu Jun 30 04:47:10 2005 UTC
(7 years, 10 months ago)
by
agaffney
Check in _quickpkg_deps() to ignore blank package names returned from
_get_packages_to_emerge()
Revision
727 -
Directory Listing
Modified
Wed Jun 29 19:34:14 2005 UTC
(7 years, 10 months ago)
by
agaffney
Removed explicit emerging of hotplug and no longer add it to the runlevel.
Revision
726 -
Directory Listing
Modified
Wed Jun 29 19:25:11 2005 UTC
(7 years, 10 months ago)
by
agaffney
Missing \ in sed in _get_packages_to_emerge()
Revision
725 -
Directory Listing
Modified
Wed Jun 29 01:41:04 2005 UTC
(7 years, 10 months ago)
by
codeman
fixed agaffney's missing = and extra : in x86AT. commented out crashing line
in the dialog.py gauge code.
Revision
724 -
Directory Listing
Modified
Wed Jun 29 01:08:02 2005 UTC
(7 years, 10 months ago)
by
agaffney
Only use float() in partition xml parsing code if type == 'free'
Revision
723 -
Directory Listing
Modified
Tue Jun 28 20:57:21 2005 UTC
(7 years, 10 months ago)
by
codeman
added dialog.py to the fe/dialog directory so it actually gets used.
Revision
722 -
Directory Listing
Modified
Tue Jun 28 20:55:59 2005 UTC
(7 years, 10 months ago)
by
codeman
fixed self bug.
Revision
721 -
Directory Listing
Modified
Tue Jun 28 16:38:55 2005 UTC
(7 years, 10 months ago)
by
agaffney
Check to see that _etc_files['make.conf'] exists in get_make_conf()
Revision
720 -
Directory Listing
Modified
Tue Jun 28 07:43:30 2005 UTC
(7 years, 10 months ago)
by
agaffney
Add code to update_config_files() to go through etc_files and update stuff.
Revision
719 -
Directory Listing
Modified
Tue Jun 28 07:11:16 2005 UTC
(7 years, 10 months ago)
by
codeman
attempt at fixing rc.conf function. moved 3 generate functions out of
fe/gtk/RcDotConf and put them in Utility.
Revision
718 -
Directory Listing
Modified
Tue Jun 28 04:49:19 2005 UTC
(7 years, 10 months ago)
by
codeman
finished almost all internationalization of GenDialog.
Revision
717 -
Directory Listing
Modified
Tue Jun 28 04:02:31 2005 UTC
(7 years, 10 months ago)
by
agaffney
added comments to new functions
Revision
716 -
Directory Listing
Modified
Tue Jun 28 03:27:43 2005 UTC
(7 years, 10 months ago)
by
agaffney
Roll rc_conf and make_conf into master etc_files structure in InstallProfile.
Revision
715 -
Directory Listing
Modified
Mon Jun 27 20:40:37 2005 UTC
(7 years, 10 months ago)
by
codeman
fix extra entry in list_mirrors()
beginning internationalization runthrough.
Revision
714 -
Directory Listing
Modified
Mon Jun 27 06:49:41 2005 UTC
(7 years, 10 months ago)
by
codeman
fix for unused value in form in dialog.py and changed heights.
fix GenDialog forms.
Revision
713 -
Directory Listing
Modified
Sun Jun 26 23:03:20 2005 UTC
(7 years, 10 months ago)
by
codeman
added dialog.py to /src temporarily until it gets accepted upstream.
Revision
712 -
Directory Listing
Modified
Sun Jun 26 22:05:40 2005 UTC
(7 years, 10 months ago)
by
codeman
complete rewrite of GenDialog networking among other updates.
Revision
711 -
Directory Listing
Modified
Sat Jun 25 21:30:16 2005 UTC
(7 years, 10 months ago)
by
codeman
More updates to GenDialog including two checklists that probably won't work.
update IP to use comma-separated list instead of space separated for services.
Revision
710 -
Directory Listing
Modified
Sat Jun 25 07:44:25 2005 UTC
(7 years, 10 months ago)
by
codeman
Changed hostname/domainname for new baselayout.
Changed _add_to_runlevel errors to logs.
Updated TODO list to show status of GenDialog
More updates to GenDialog including two checklists that probably won't work.
Revision
709 -
Directory Listing
Modified
Sat Jun 25 01:51:20 2005 UTC
(7 years, 10 months ago)
by
chotchki
24 Jun 2005; Christopher Hotchkiss <chotchki@gentoo.org>
Fixed the password checks when setting the root password.
Fixed Changelog formatting.
Revision
708 -
Directory Listing
Modified
Fri Jun 24 22:52:02 2005 UTC
(7 years, 10 months ago)
by
codeman
trying to get GenDialog to compile.
Revision
707 -
Directory Listing
Modified
Fri Jun 24 21:51:26 2005 UTC
(7 years, 10 months ago)
by
codeman
Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to
GenDialog as it gets closer to completion.
Revision
706 -
Directory Listing
Modified
Thu Jun 23 07:22:59 2005 UTC
(7 years, 10 months ago)
by
agaffney
Add --debug flag for gtkfe.py. Add fields to Advanced screen of Client
Config screen.
Revision
705 -
Directory Listing
Modified
Wed Jun 22 21:21:52 2005 UTC
(7 years, 10 months ago)
by
agaffney
float() instead of int() in add_partition_device_partition() for minor (closes 96804)
Revision
704 -
Directory Listing
Modified
Wed Jun 22 06:00:21 2005 UTC
(7 years, 10 months ago)
by
agaffney
Modify get_eth_info() to take a full interface name (eth0 fex)
Actually commit ClientConfig screen with working pre-install net setup
Revision
703 -
Directory Listing
Modified
Tue Jun 21 18:53:53 2005 UTC
(7 years, 10 months ago)
by
agaffney
setup_network_post() writes custom DHCP options to /etc/conf.d/net
Revision
702 -
Directory Listing
Modified
Tue Jun 21 17:19:39 2005 UTC
(7 years, 10 months ago)
by
agaffney
Changed setup_network_post
to check for 'interfaces[interface][0] != dhcp' instead of
'interfaces[interface][1]' since DHCP uses that field for its options
Revision
701 -
Directory Listing
Modified
Tue Jun 21 16:22:26 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix undefined variable 'output' issue in spawn()
Revision
700 -
Directory Listing
Modified
Tue Jun 21 16:02:32 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix space vs. tab issue
Revision
699 -
Directory Listing
Modified
Tue Jun 21 03:43:17 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix small error with <pipe>.close() returning None.
Revision
698 -
Directory Listing
Modified
Tue Jun 21 03:11:43 2005 UTC
(7 years, 11 months ago)
by
agaffney
Make sure the return
value from all spawn() calls is checked with GLIUtility.exitsuccess()
Revision
697 -
Directory Listing
Modified
Tue Jun 21 02:57:54 2005 UTC
(7 years, 11 months ago)
by
agaffney
Add new screen for ClientConfig (nothing in it yet)
Apply modified version of patch from #96644
Revision
696 -
Directory Listing
Modified
Mon Jun 20 06:02:20 2005 UTC
(7 years, 11 months ago)
by
codeman
more updates to GenDialog and gli-dialog
Revision
695 -
Directory Listing
Modified
Sun Jun 19 06:32:08 2005 UTC
(7 years, 11 months ago)
by
agaffney
Modify list_mirrors() to return a list of mirror URL/name pairs.
Revision
694 -
Directory Listing
Modified
Sun Jun 19 05:22:01 2005 UTC
(7 years, 11 months ago)
by
codeman
Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to
get subarch.
Revision
693 -
Directory Listing
Modified
Fri Jun 17 01:22:52 2005 UTC
(7 years, 11 months ago)
by
agaffney
mount_local_partitions() cleanups and
add else block to log unsupported netmount types to mount_network_shares()
Revision
692 -
Directory Listing
Modified
Thu Jun 16 23:40:52 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix for
mount_local_partitions() to remember device along with minor in the
parts_to_mount dict (closes #96319).
Revision
691 -
Directory Listing
Modified
Thu Jun 16 15:51:47 2005 UTC
(7 years, 11 months ago)
by
agaffney
Backend partitioning will create disklabel is none exists. Installprofile
defaults to "" now instead of "msdos" for disklabel type.
Revision
690 -
Directory Listing
Modified
Thu Jun 16 04:24:14 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add notes about recent stuff.
Revision
689 -
Directory Listing
Modified
Thu Jun 16 04:22:20 2005 UTC
(7 years, 11 months ago)
by
robbat2
Refactor kernel_compile common stuff, fix 2.4 build process.
Revision
688 -
Directory Listing
Modified
Thu Jun 16 04:20:38 2005 UTC
(7 years, 11 months ago)
by
robbat2
Logging system.
Revision
687 -
Directory Listing
Modified
Thu Jun 16 04:20:16 2005 UTC
(7 years, 11 months ago)
by
robbat2
add notes about 2.4 support.
Revision
686 -
Directory Listing
Modified
Wed Jun 15 09:15:03 2005 UTC
(7 years, 11 months ago)
by
robbat2
2.4 support (pull version data from /usr/src/linux/Makefile), incl. 'make dep'
call for custom compile. build_mode support for prepare-only and none types
completed. custom compile function chains shell functions in spawned script, to
allow for catching all errors.
Revision
685 -
Directory Listing
Modified
Wed Jun 15 06:51:16 2005 UTC
(7 years, 11 months ago)
by
codeman
fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe
and GenDialog. other gendialog updates as well. kernel updates untested.
Revision
684 -
Directory Listing
Modified
Wed Jun 15 06:09:02 2005 UTC
(7 years, 11 months ago)
by
codeman
Fixed set_kernel for new kernel_build_method parameter.
Revision
683 -
Directory Listing
Modified
Wed Jun 15 00:24:07 2005 UTC
(7 years, 11 months ago)
by
allanonjl
Users.py: bugfix to not check if uid is an int if its not set.
Revision
682 -
Directory Listing
Modified
Tue Jun 14 09:23:46 2005 UTC
(7 years, 11 months ago)
by
robbat2
Turn off a line of debug code.
Revision
681 -
Directory Listing
Modified
Tue Jun 14 09:21:57 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add stub note in build_kernel, to remind myself about it for tommorow.
Revision
680 -
Directory Listing
Modified
Tue Jun 14 09:18:48 2005 UTC
(7 years, 11 months ago)
by
robbat2
Change structure of etc-portage stuff. The serialization was broken before my
last commit, and I am the only person that's ever used it.
Revision
679 -
Directory Listing
Modified
Tue Jun 14 08:17:05 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add new entry for gli-profile/kernel-build-method item. Add missing
serialize_etc_portage (temporary). Make serialize_make_conf always print the
keys in the same order.
Revision
678 -
Directory Listing
Modified
Tue Jun 14 05:59:23 2005 UTC
(7 years, 11 months ago)
by
robbat2
use /var/tmp instead of /root for tempfiles.
Revision
677 -
Directory Listing
Modified
Tue Jun 14 05:34:09 2005 UTC
(7 years, 11 months ago)
by
robbat2
Clean up commenting used by _edit_config(), and fix bug where wrong comment was repeatedly appended to make.conf.
Revision
676 -
Directory Listing
Modified
Tue Jun 14 05:21:41 2005 UTC
(7 years, 11 months ago)
by
robbat2
cvsignore goodness.
Revision
675 -
Directory Listing
Modified
Tue Jun 14 05:21:03 2005 UTC
(7 years, 11 months ago)
by
robbat2
Put some Linux-2.6 specific code under a if statement. Store list of successfully mounted swap device for using swapoff. Add proper error checking to install_packages and install_filesystem_tools. Fixed namespace conflicts on 'file'. Clean up some redundant code (thanks to pychecker).
Revision
674 -
Directory Listing
Modified
Tue Jun 14 05:17:28 2005 UTC
(7 years, 11 months ago)
by
robbat2
Use proper main() block.
Revision
673 -
Directory Listing
Modified
Tue Jun 14 05:17:07 2005 UTC
(7 years, 11 months ago)
by
robbat2
avoid namespace collision on "file".
Revision
672 -
Directory Listing
Modified
Mon Jun 13 16:53:58 2005 UTC
(7 years, 11 months ago)
by
agaffney
Remove '/usr/share/zoneinfo/' part from timezone.
Revision
671 -
Directory Listing
Modified
Mon Jun 13 16:37:14 2005 UTC
(7 years, 11 months ago)
by
agaffney
Change _emerge('sync') call to direct call to spawn to avoid 'emerge -k sync'
Revision
670 -
Directory Listing
Modified
Mon Jun 13 07:30:31 2005 UTC
(7 years, 11 months ago)
by
agaffney
Added list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility
Revision
669 -
Directory Listing
Modified
Mon Jun 13 06:37:10 2005 UTC
(7 years, 11 months ago)
by
agaffney
Add check for blank stage tarball URI and ask user if they want to continue
Revision
668 -
Directory Listing
Modified
Mon Jun 13 05:47:14 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix typos: get_extended() instead of get_extended_partition()
Revision
667 -
Directory Listing
Modified
Mon Jun 13 00:39:17 2005 UTC
(7 years, 11 months ago)
by
allanonjl
GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed in add_network_interface.
Revision
666 -
Directory Listing
Modified
Mon Jun 13 00:34:36 2005 UTC
(7 years, 11 months ago)
by
allanonjl
Networking.py: complete overhaul. added in gui support ( no backend support yet ) for wireless, added in hardware identification for ethernet devices, added a new tab that will hold proxy and other networking information. Timezone.py: changed error if timezone is bad. RcDotConf.py: stopped printing KeyError in loading phase.
Revision
665 -
Directory Listing
Modified
Mon Jun 13 00:34:36 2005 UTC
(7 years, 11 months ago)
by
robbat2
Mount /dev, /dev/shm, /dev/pts and /sys during prepare_chroot.
Revision
664 -
Directory Listing
Modified
Mon Jun 13 00:30:12 2005 UTC
(7 years, 11 months ago)
by
robbat2
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any usage - this caused a failure for stage1/stage2 previously. swapoff for swap space at end of install.
Revision
663 -
Directory Listing
Modified
Sun Jun 12 10:00:00 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add in my documentation for work done today.
Revision
662 -
Directory Listing
Modified
Sun Jun 12 09:54:26 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add null type to network config, for cases where the interface is already up and should not be touched (netboot).
Revision
661 -
Directory Listing
Modified
Sun Jun 12 09:50:08 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add CLI frontend.
Revision
660 -
Directory Listing
Modified
Sun Jun 12 09:48:25 2005 UTC
(7 years, 11 months ago)
by
robbat2
Put the scripts used for calling frontends into the CVS tree.
Revision
659 -
Directory Listing
Modified
Sun Jun 12 07:04:36 2005 UTC
(7 years, 11 months ago)
by
robbat2
Try to use binary packages if available by default.
Revision
658 -
Directory Listing
Modified
Sun Jun 12 06:35:18 2005 UTC
(7 years, 11 months ago)
by
robbat2
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a string!.
Revision
657 -
Directory Listing
Modified
Sun Jun 12 06:25:37 2005 UTC
(7 years, 11 months ago)
by
robbat2
remove a line of debug code I commited by mistake.
Revision
656 -
Directory Listing
Modified
Sun Jun 12 06:12:57 2005 UTC
(7 years, 11 months ago)
by
robbat2
More error checking for _add_to_runlevel, to ensure that the init script actually exists before we try to add it. set_services phase must take place after the package installation, otherwise the init scripts might not exist. Find the correct init script for the cron and logging daemons, and add that instead of the package atom.
Revision
655 -
Directory Listing
Modified
Sun Jun 12 05:47:04 2005 UTC
(7 years, 11 months ago)
by
robbat2
Fix up _edit_config so that it works if the file doesn't already exist. Fix usage of 'file' to 'contents' for the variable name, as it shadows __builtin__.file.
Revision
654 -
Directory Listing
Modified
Sun Jun 12 03:54:32 2005 UTC
(7 years, 11 months ago)
by
robbat2
forgot a make_conf item.
Revision
653 -
Directory Listing
Modified
Sun Jun 12 03:42:28 2005 UTC
(7 years, 11 months ago)
by
robbat2
Forgot get_mta in one spot.
Revision
652 -
Directory Listing
Modified
Sun Jun 12 03:38:55 2005 UTC
(7 years, 11 months ago)
by
robbat2
Add MTA install code, and include MTA install phase. Ensure PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support for 'none' kernel config for build_kernel phase. Put kernel_script in /var/tmp instead of /root for build_kernel phase.
Revision
651 -
Directory Listing
Modified
Sun Jun 12 03:36:02 2005 UTC
(7 years, 11 months ago)
by
robbat2
Factor out MEGABYTE and make sure its used. Change pass to return for null bootloader.
Revision
650 -
Directory Listing
Modified
Sun Jun 12 03:32:48 2005 UTC
(7 years, 11 months ago)
by
robbat2
Rename mta vars to match syslog/cron vars.
Revision
649 -
Directory Listing
Modified
Sat Jun 11 08:48:04 2005 UTC
(7 years, 11 months ago)
by
robbat2
Refactor partition formatting again to include error checking. Allow 'none' for kernel and bootloader specifications. Add .cvsignore files for .py[co].
Revision
648 -
Directory Listing
Modified
Sat Jun 11 07:51:55 2005 UTC
(7 years, 11 months ago)
by
robbat2
Refactor code using spawn to reduce duplication.
Revision
647 -
Directory Listing
Modified
Sat Jun 11 07:46:47 2005 UTC
(7 years, 11 months ago)
by
codeman
refixed samyron's fix of set_architecture_template.
Revision
646 -
Directory Listing
Modified
Sat Jun 11 07:23:41 2005 UTC
(7 years, 11 months ago)
by
agaffney
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always
be executable
Revision
645 -
Directory Listing
Modified
Fri Jun 10 21:20:23 2005 UTC
(7 years, 11 months ago)
by
chotchki
10 June 2005; Christopher Hotchkiss <chotchki@gentoo.org
Redid the file naming convention for the netbe. Files are now
searched for via the pxe standard. This allows for more flexible
server setups.
Example:
005070E808D0
005070E808
005070E8
005070
0050
00
default
Revision
644 -
Directory Listing
Modified
Fri Jun 10 17:47:43 2005 UTC
(7 years, 11 months ago)
by
samyron
Changed the error checking that set_architecture_template uses.
Revision
643 -
Directory Listing
Modified
Fri Jun 10 15:54:44 2005 UTC
(7 years, 11 months ago)
by
samyron
Fixed set_architecture_template().
Revision
642 -
Directory Listing
Modified
Fri Jun 10 14:15:31 2005 UTC
(7 years, 11 months ago)
by
samyron
Added documentation for trim_ip.
Revision
641 -
Directory Listing
Modified
Fri Jun 10 04:40:38 2005 UTC
(7 years, 11 months ago)
by
codeman
moved the mkfsopts input to the partition options menu instead of the during
the creation process. updated GenDialog to say it supports reiserfs v3.
Revision
640 -
Directory Listing
Modified
Fri Jun 10 04:00:31 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix call to get_partition_at()
Revision
639 -
Directory Listing
Modified
Fri Jun 10 02:31:57 2005 UTC
(7 years, 11 months ago)
by
agaffney
Change from .1 and .9 to constants for
partitioning. Fix free space overwriting bug. Remove a few unused functions
from rewrite.
Revision
638 -
Directory Listing
Modified
Fri Jun 10 01:55:31 2005 UTC
(7 years, 11 months ago)
by
codeman
oops
Revision
637 -
Directory Listing
Modified
Fri Jun 10 00:27:27 2005 UTC
(7 years, 11 months ago)
by
codeman
patch for mkfsopts for dialogfe and GenDialog from bug 95541
Revision
636 -
Directory Listing
Modified
Thu Jun 9 23:33:13 2005 UTC
(7 years, 11 months ago)
by
robbat2
Update ChangeLog with my changes as accepted by agaffney.
Revision
635 -
Directory Listing
Modified
Thu Jun 9 23:13:57 2005 UTC
(7 years, 11 months ago)
by
agaffney
Apply latest long/mkfsopts patch from robbat2
Revision
634 -
Directory Listing
Modified
Thu Jun 9 06:54:40 2005 UTC
(7 years, 11 months ago)
by
agaffney
Change '_parser' to 'self._parser'
in GLIClientConfiguration.
Revision
633 -
Directory Listing
Modified
Thu Jun 9 06:24:37 2005 UTC
(7 years, 11 months ago)
by
agaffney
'mkfsopts' parameter is now used and support for creating xfs, jfs, and
reiserfs is now in (patch from robbat2)
Revision
632 -
Directory Listing
Modified
Thu Jun 9 06:15:04 2005 UTC
(7 years, 11 months ago)
by
agaffney
missed a bit of code
Revision
631 -
Directory Listing
Modified
Thu Jun 9 05:57:56 2005 UTC
(7 years, 11 months ago)
by
agaffney
Removed start/end from XML output and added mkfsopts to partitioning info.
Revision
630 -
Directory Listing
Modified
Wed Jun 8 05:50:06 2005 UTC
(7 years, 11 months ago)
by
codeman
Updates to GenDialog and dialogfe. updated TODO too
Revision
629 -
Directory Listing
Modified
Wed Jun 8 03:49:02 2005 UTC
(7 years, 11 months ago)
by
agaffney
Minor changes as suggested by pychecker
Revision
628 -
Directory Listing
Modified
Wed Jun 8 03:29:59 2005 UTC
(7 years, 11 months ago)
by
agaffney
Minor fix recommended by pychecker
Revision
627 -
Directory Listing
Modified
Tue Jun 7 21:50:15 2005 UTC
(7 years, 11 months ago)
by
agaffney
Typo (%$^&#$!) fix in GLIStorageDevice
Revision
626 -
Directory Listing
Modified
Mon Jun 6 07:59:39 2005 UTC
(7 years, 11 months ago)
by
codeman
more GenDialog updates to partitioning.
Revision
625 -
Directory Listing
Modified
Sun Jun 5 21:49:39 2005 UTC
(7 years, 11 months ago)
by
codeman
Indenting issue in GLISD/get_ordered_partition_list.
updates to GenDialog partitioning and added default UTC for timezone in IP.
Revision
624 -
Directory Listing
Modified
Sun Jun 5 19:47:20 2005 UTC
(7 years, 11 months ago)
by
agaffney
Added GLISD.get_model()
Revision
623 -
Directory Listing
Modified
Sun Jun 5 03:17:38 2005 UTC
(7 years, 11 months ago)
by
codeman
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version.
More updates to GenDialog :)
Revision
622 -
Directory Listing
Modified
Fri Jun 3 06:41:59 2005 UTC
(7 years, 11 months ago)
by
agaffney
Added get_interface_realname() function.
Revision
621 -
Directory Listing
Modified
Thu Jun 2 18:48:43 2005 UTC
(7 years, 11 months ago)
by
agaffney
wrong date in changelog
Revision
620 -
Directory Listing
Modified
Thu Jun 2 18:47:46 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix text running off the side of the window on all screens.
Revision
619 -
Directory Listing
Modified
Thu Jun 2 18:26:40 2005 UTC
(7 years, 11 months ago)
by
codeman
removed development-sources and gentoo-dev-sources from list.
Revision
618 -
Directory Listing
Modified
Thu Jun 2 18:24:09 2005 UTC
(7 years, 11 months ago)
by
codeman
Added auto-save of CConfig and copying to new /root after install.
yet even more GenDialog updates.
Revision
617 -
Directory Listing
Modified
Thu Jun 2 05:33:12 2005 UTC
(7 years, 11 months ago)
by
codeman
Added DNS server selection for CConfig static IP
Revision
616 -
Directory Listing
Modified
Wed Jun 1 05:43:13 2005 UTC
(7 years, 11 months ago)
by
codeman
removed print statement from GLISD. more updates to GenDialog.
Revision
615 -
Directory Listing
Modified
Wed Jun 1 00:17:24 2005 UTC
(7 years, 11 months ago)
by
agaffney
Changed 'data' to 'self.data' in a few
places in GLIClientConfiguration.
Revision
614 -
Directory Listing
Modified
Tue May 31 19:32:43 2005 UTC
(7 years, 11 months ago)
by
allanonjl
another small fix for race condition in timezone_map_gui.py
Revision
613 -
Directory Listing
Modified
Tue May 31 19:02:01 2005 UTC
(7 years, 11 months ago)
by
agaffney
Add back error message on partition load error.
Revision
612 -
Directory Listing
Modified
Tue May 31 18:51:25 2005 UTC
(7 years, 11 months ago)
by
allanonjl
timezone_map_gui: Small fix to prevent race condition on area_expose.
Revision
611 -
Directory Listing
Modified
Tue May 31 18:34:52 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix typo in GLIStorageDevice causing mountopts to be
loaded from XML as ['mountopts']
Revision
610 -
Directory Listing
Modified
Tue May 31 17:10:18 2005 UTC
(7 years, 11 months ago)
by
agaffney
Chroot wrapper
passes along exit code.
Revision
609 -
Directory Listing
Modified
Tue May 31 16:36:07 2005 UTC
(7 years, 11 months ago)
by
agaffney
Added more detail to the error message
Revision
608 -
Directory Listing
Modified
Tue May 31 16:27:16 2005 UTC
(7 years, 11 months ago)
by
agaffney
Not being able to fetch the stage tarball is now an exception
Revision
607 -
Directory Listing
Modified
Tue May 31 16:21:43 2005 UTC
(7 years, 11 months ago)
by
agaffney
get rid of testing testing crap in output text field
Revision
606 -
Directory Listing
Modified
Tue May 31 16:11:44 2005 UTC
(7 years, 11 months ago)
by
agaffney
Cause install to *actually* fail on a failure
Revision
605 -
Directory Listing
Modified
Sun May 29 01:21:41 2005 UTC
(7 years, 11 months ago)
by
allanonjl
timezone_map_gui.py: small update to fix refresh on area expose.
Revision
604 -
Directory Listing
Modified
Sun May 29 01:07:24 2005 UTC
(7 years, 11 months ago)
by
allanonjl
recommit of Timezone.py due to previous removal of gnomecanvas dep in timezone_map_gui.py.
Revision
603 -
Directory Listing
Modified
Sat May 28 06:27:40 2005 UTC
(7 years, 11 months ago)
by
agaffney
Rewrite of set_partitions() for new GLIStorageDevice API
Revision
602 -
Directory Listing
Modified
Sat May 28 01:57:43 2005 UTC
(7 years, 11 months ago)
by
codeman
more gendialog updates
Revision
601 -
Directory Listing
Modified
Fri May 27 20:08:10 2005 UTC
(7 years, 11 months ago)
by
agaffney
A few more fixes for templates/x86Archtemplate
Revision
600 -
Directory Listing
Modified
Fri May 27 19:07:40 2005 UTC
(7 years, 11 months ago)
by
agaffney
A few more fixes for same.
Revision
599 -
Directory Listing
Modified
Fri May 27 18:58:58 2005 UTC
(7 years, 11 months ago)
by
agaffney
Fix mount_local_partitions(), configure_fstab(), and
install_filesystem_tools() to use GLISD directly
Revision
598 -
Directory Listing
Modified
Fri May 27 18:37:33 2005 UTC
(7 years, 11 months ago)
by
agaffney
Typo fix, WARNING instead of WARN
Revision
597 -
Directory Listing
Modified
Fri May 27 05:47:13 2005 UTC
(7 years, 11 months ago)
by
codeman
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still
a work in progress.
Revision
596 -
Directory Listing
Modified
Tue May 24 06:15:24 2005 UTC
(7 years, 11 months ago)
by
agaffney
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD
directly. GLISD can now handle data imported from XML.
Revision
595 -
Directory Listing
Modified
Mon May 23 00:38:55 2005 UTC
(7 years, 11 months ago)
by
agaffney
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to
handle blank (no disklabel) disks.
Revision
594 -
Directory Listing
Modified
Fri May 20 08:18:33 2005 UTC
(8 years ago)
by
codeman
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned
up, documented, and separated out serialization and grouped all sections.
Revision
593 -
Directory Listing
Modified
Thu May 19 19:11:58 2005 UTC
(8 years ago)
by
codeman
Reorganization of ClientConfiguration and gutting of unused functions.
Removed verbose option from CC. Moved import statement in IP and CConfig up.
Revision
592 -
Directory Listing
Modified
Wed May 18 16:43:44 2005 UTC
(8 years ago)
by
agaffney
added codemap.dia
Revision
591 -
Directory Listing
Modified
Wed May 18 04:47:58 2005 UTC
(8 years ago)
by
codeman
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup
Revision
590 -
Directory Listing
Modified
Tue May 17 19:37:21 2005 UTC
(8 years ago)
by
agaffney
CC serializes install profile to disk and prepare_chroot()
copies it into /mnt/gentoo/root
Revision
589 -
Directory Listing
Modified
Tue May 17 18:54:13 2005 UTC
(8 years ago)
by
agaffney
Fix a late-night coding error in
partitioning
Revision
588 -
Directory Listing
Modified
Tue May 17 17:27:01 2005 UTC
(8 years ago)
by
agaffney
Fixed bug in finishing_cleanup()
Revision
587 -
Directory Listing
Modified
Tue May 17 03:09:35 2005 UTC
(8 years ago)
by
agaffney
undo accidental (apparently) paste in middle of comment
Revision
586 -
Directory Listing
Modified
Mon May 16 20:42:16 2005 UTC
(8 years ago)
by
agaffney
Added code to deactivate() in Partitioning.py to make sure there is a
partition with the mountpoint /
Revision
585 -
Directory Listing
Modified
Mon May 16 05:16:23 2005 UTC
(8 years ago)
by
agaffney
Moved URI parsing into new function parse_uri()
Revision
584 -
Directory Listing
Modified
Sun May 15 21:01:11 2005 UTC
(8 years ago)
by
allanonjl
Removed dependency on gnomecanvas for timezone_map_gui.py by re-implementing anything needed in pure gtk.
Revision
583 -
Directory Listing
Modified
Sat May 14 17:42:20 2005 UTC
(8 years ago)
by
agaffney
Added XMLParser module
Revision
582 -
Directory Listing
Modified
Sat May 14 03:50:42 2005 UTC
(8 years ago)
by
agaffney
Changed Welcome screen message and disabled setting of root password
Revision
581 -
Directory Listing
Modified
Fri May 13 18:41:31 2005 UTC
(8 years ago)
by
agaffney
Minor fix to is_uri() regex to allow hyphens in hostname
Revision
580 -
Directory Listing
Modified
Fri May 13 18:30:26 2005 UTC
(8 years ago)
by
agaffney
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI
Revision
579 -
Directory Listing
Modified
Fri May 13 04:29:07 2005 UTC
(8 years ago)
by
agaffney
Add unicode support to is_realstring()
Revision
578 -
Directory Listing
Modified
Thu May 12 20:22:49 2005 UTC
(8 years ago)
by
agaffney
Fix minor bug in finishing_cleanup()
Revision
577 -
Directory Listing
Modified
Thu May 12 19:08:56 2005 UTC
(8 years ago)
by
codeman
Updated finishing_cleanup for new unmounting method from agaffney.
Revision
576 -
Directory Listing
Modified
Thu May 12 18:43:00 2005 UTC
(8 years ago)
by
agaffney
Fix _edit_config() to
properly comment out variables.
Revision
575 -
Directory Listing
Modified
Thu May 12 15:18:08 2005 UTC
(8 years ago)
by
agaffney
Fix GLILogger to use correct time format string.
Revision
574 -
Directory Listing
Modified
Thu May 12 04:00:39 2005 UTC
(8 years ago)
by
agaffney
Use NOCOLOR=yes
instead of --nocolor.
Revision
573 -
Directory Listing
Modified
Thu May 12 02:37:45 2005 UTC
(8 years ago)
by
agaffney
Add code to output a traceback to the
install log in the event of a GLI or non-GLI exception.
Revision
572 -
Directory Listing
Modified
Wed May 11 22:38:43 2005 UTC
(8 years ago)
by
agaffney
Fix is_eth_device to test for zero
return value instead of non-zero.
Revision
571 -
Directory Listing
Modified
Wed May 11 17:42:14 2005 UTC
(8 years ago)
by
agaffney
Added --nocolor to all emerge calls
Revision
570 -
Directory Listing
Modified
Wed May 11 17:16:40 2005 UTC
(8 years ago)
by
agaffney
Networking.py returns True in deactivate() to get around some b0rkage
Revision
569 -
Directory Listing
Modified
Wed May 11 16:56:54 2005 UTC
(8 years ago)
by
agaffney
put old Timezone.py back until dependency on gnomecanvas can be removed
Revision
568 -
Directory Listing
Modified
Wed May 11 04:23:32 2005 UTC
(8 years ago)
by
agaffney
fix tabs/space mixing in format_mac() in GLIUtility
Revision
567 -
Directory Listing
Modified
Tue May 10 21:41:03 2005 UTC
(8 years ago)
by
codeman
updated both for new filename.
date changes. 2004->2005.
Revision
566 -
Directory Listing
Modified
Tue May 10 21:36:07 2005 UTC
(8 years ago)
by
codeman
adding in the generic dialog function files.
Revision
565 -
Directory Listing
Modified
Tue May 10 21:24:55 2005 UTC
(8 years ago)
by
codeman
Added a Changelog and updated netfe and netbe with new files from
chotchki
Revision
564 -
Directory Listing
Modified
Tue May 10 20:33:14 2005 UTC
(8 years ago)
by
agaffney
Removed 'quiet=True' from spawn() calls
Revision
563 -
Directory Listing
Modified
Tue May 10 20:04:41 2005 UTC
(8 years ago)
by
codeman
Updated GLIUtility with patches from chotchki. Also added documentation
Revision
562 -
Directory Listing
Modified
Tue May 10 05:19:50 2005 UTC
(8 years ago)
by
agaffney
unfix SimpleXMLParser
Revision
561 -
Directory Listing
Modified
Tue May 10 04:28:29 2005 UTC
(8 years ago)
by
agaffney
Minor fixes from bug #90823
Revision
560 -
Directory Listing
Modified
Tue May 10 04:11:28 2005 UTC
(8 years ago)
by
codeman
Added the function for set_etc_portage to ArchTemplate. no step for
it yet.
Updated _edit_config in ArchTemplate, make_config, and various other
fixes
from bug #89683, mostly touchups.
Revision
559 -
Directory Listing
Modified
Mon May 9 15:47:06 2005 UTC
(8 years ago)
by
agaffney
updated TODO again
Revision
558 -
Directory Listing
Modified
Mon May 9 14:57:25 2005 UTC
(8 years ago)
by
agaffney
updated TODO
Revision
557 -
Directory Listing
Modified
Sun May 8 23:41:19 2005 UTC
(8 years ago)
by
allanonjl
Complete overhaul of Timezone.py.
Revision
556 -
Directory Listing
Modified
Sat May 7 05:00:15 2005 UTC
(8 years ago)
by
agaffney
GLIStorageDevice cleanup patch from bug #91761
Revision
555 -
Directory Listing
Modified
Wed May 4 06:13:52 2005 UTC
(8 years ago)
by
agaffney
More idiot-proofing: mountpoint/opts fields disables for swap and mountopts
defaults to 'defaults' if blank and a mountpoint is specified
Revision
554 -
Directory Listing
Modified
Wed May 4 03:52:11 2005 UTC
(8 years ago)
by
agaffney
updated TODO
Revision
553 -
Directory Listing
Modified
Wed May 4 03:48:38 2005 UTC
(8 years ago)
by
agaffney
Error logging casts 'error' to str
Revision
552 -
Directory Listing
Modified
Tue May 3 19:49:49 2005 UTC
(8 years ago)
by
agaffney
Missing colons
Revision
551 -
Directory Listing
Modified
Tue May 3 17:12:37 2005 UTC
(8 years ago)
by
agaffney
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix
_edit_config()
Revision
550 -
Directory Listing
Modified
Tue May 3 02:44:24 2005 UTC
(8 years ago)
by
agaffney
removed dead file GLIPartitionTools
Revision
549 -
Directory Listing
Modified
Tue May 3 02:17:46 2005 UTC
(8 years ago)
by
agaffney
Added code to CC to handle exceptions *not* thrown by the installer itself.
Revision
548 -
Directory Listing
Modified
Tue May 3 02:02:29 2005 UTC
(8 years ago)
by
agaffney
Exceptions received in CC are logged before being passed to the FE
Revision
547 -
Directory Listing
Modified
Mon May 2 15:46:27 2005 UTC
(8 years ago)
by
agaffney
modify path
Revision
546 -
Directory Listing
Modified
Mon May 2 15:11:30 2005 UTC
(8 years ago)
by
agaffney
added netfe
Revision
545 -
Directory Listing
Modified
Mon May 2 14:45:32 2005 UTC
(8 years ago)
by
agaffney
remove duff import
Revision
544 -
Directory Listing
Modified
Mon May 2 14:33:21 2005 UTC
(8 years ago)
by
agaffney
Readded resizing support.
Revision
543 -
Directory Listing
Modified
Sun May 1 06:33:41 2005 UTC
(8 years ago)
by
agaffney
Additional manual size entry validation code.
Revision
542 -
Directory Listing
Modified
Sun May 1 06:27:43 2005 UTC
(8 years ago)
by
agaffney
get_max_mb_for_resize() returns -1 if not self.resizeable
PartProperties gets cur_size parameter. PartProperties allows sliding bar
when a partition is resizeable.
Revision
541 -
Directory Listing
Modified
Sat Apr 30 23:35:51 2005 UTC
(8 years ago)
by
agaffney
Remove craptastic split partitioning screen stuff
Revision
540 -
Directory Listing
Modified
Sat Apr 30 07:42:49 2005 UTC
(8 years ago)
by
agaffney
Add 'Format' to PartProperties
Revision
539 -
Directory Listing
Modified
Sat Apr 30 05:41:24 2005 UTC
(8 years ago)
by
agaffney
More dirty rsync hacks :-/
Revision
538 -
Directory Listing
Modified
Fri Apr 29 16:35:37 2005 UTC
(8 years ago)
by
agaffney
Fix _quickpkg_deps() to call
_get_packages_to_emerge()
Revision
537 -
Directory Listing
Modified
Fri Apr 29 16:27:19 2005 UTC
(8 years ago)
by
agaffney
Fix _quickpkg_deps()
Revision
536 -
Directory Listing
Modified
Fri Apr 29 15:59:17 2005 UTC
(8 years ago)
by
agaffney
Fix minor bug in
_get_packages_to_emerge()
Revision
535 -
Directory Listing
Modified
Fri Apr 29 06:40:30 2005 UTC
(8 years ago)
by
agaffney
Minor fixes to
GLIStorageDevice as suggested by pychecker.
Revision
534 -
Directory Listing
Modified
Fri Apr 29 06:30:12 2005 UTC
(8 years ago)
by
agaffney
Split 'custom' sync option into
'snapshot' and 'none'
Revision
533 -
Directory Listing
Modified
Fri Apr 29 06:25:14 2005 UTC
(8 years ago)
by
agaffney
Split 'custom' sync option into 'none' and 'snapshot'
Revision
532 -
Directory Listing
Modified
Fri Apr 29 06:23:28 2005 UTC
(8 years ago)
by
codeman
Patches from chotchki (bug #90325) to improve CC networking. untested.
Revision
531 -
Directory Listing
Modified
Fri Apr 29 05:59:19 2005 UTC
(8 years ago)
by
agaffney
reenable error-checking code
Revision
530 -
Directory Listing
Modified
Fri Apr 29 05:57:09 2005 UTC
(8 years ago)
by
agaffney
Fixed missing int()s
Revision
529 -
Directory Listing
Modified
Fri Apr 29 05:45:12 2005 UTC
(8 years ago)
by
agaffney
Fixed == instead of = typos in
GLIStorageDevice (pointed out by chotchki)
Revision
528 -
Directory Listing
Modified
Fri Apr 29 05:22:36 2005 UTC
(8 years ago)
by
agaffney
Proxies patch from chotchki (bug #90147)
Revision
527 -
Directory Listing
Modified
Fri Apr 29 03:14:27 2005 UTC
(8 years ago)
by
codeman
comma bug
Revision
526 -
Directory Listing
Modified
Fri Apr 29 02:20:05 2005 UTC
(8 years ago)
by
codeman
Added group-adding code to set_users in ArchTemplate
Revision
525 -
Directory Listing
Modified
Thu Apr 28 03:56:08 2005 UTC
(8 years ago)
by
agaffney
added post-install script code
Revision
524 -
Directory Listing
Modified
Sat Apr 23 17:09:43 2005 UTC
(8 years ago)
by
agaffney
Fixed encapsulation issues in GLIClientController (bug #90141)
Revision
523 -
Directory Listing
Modified
Fri Apr 22 06:11:59 2005 UTC
(8 years ago)
by
agaffney
Update resizing code in GLIStorageDevice
Revision
522 -
Directory Listing
Modified
Sun Apr 17 07:13:28 2005 UTC
(8 years, 1 month ago)
by
codeman
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger.
Revision
521 -
Directory Listing
Modified
Sun Apr 17 05:57:11 2005 UTC
(8 years, 1 month ago)
by
agaffney
Reverted change to ArchTemplate and added support for commented line in old
code.
Revision
520 -
Directory Listing
Modified
Sun Apr 17 05:54:25 2005 UTC
(8 years, 1 month ago)
by
agaffney
reverted changes to GLIArchitectureTemplate.py
Revision
519 -
Directory Listing
Modified
Sun Apr 17 00:27:42 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Integrated RcDotConf into the backend.
Revision
518 -
Directory Listing
Modified
Sun Apr 17 00:01:33 2005 UTC
(8 years, 1 month ago)
by
agaffney
_edit_config() changes value in-place and supports ##commented##
Revision
517 -
Directory Listing
Modified
Sat Apr 16 19:09:31 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Complete overhaul of RcDotConf.
Revision
516 -
Directory Listing
Modified
Sat Apr 16 03:12:27 2005 UTC
(8 years, 1 month ago)
by
agaffney
documented GLINotification.py
Revision
515 -
Directory Listing
Modified
Fri Apr 15 21:02:18 2005 UTC
(8 years, 1 month ago)
by
agaffney
documented GLIClientController.py
Revision
514 -
Directory Listing
Modified
Fri Apr 15 18:37:40 2005 UTC
(8 years, 1 month ago)
by
agaffney
finish documentation in GLIStorageDevice.py
Revision
513 -
Directory Listing
Modified
Fri Apr 15 18:24:08 2005 UTC
(8 years, 1 month ago)
by
agaffney
partial documentation in GLIStorageDevice.py
Revision
512 -
Directory Listing
Modified
Fri Apr 15 06:26:43 2005 UTC
(8 years, 1 month ago)
by
codeman
Back. Did the docuementation thang for ArchTemplate and
ClientConfiguration.
Also updated TODO list.
Revision
511 -
Directory Listing
Modified
Thu Apr 14 18:35:38 2005 UTC
(8 years, 1 month ago)
by
agaffney
removed self from all function descriptions since pythondoc doesn't show it
Revision
510 -
Directory Listing
Modified
Thu Apr 14 18:23:52 2005 UTC
(8 years, 1 month ago)
by
agaffney
docs
Revision
509 -
Directory Listing
Modified
Thu Apr 14 15:44:03 2005 UTC
(8 years, 1 month ago)
by
agaffney
Use blackace's one-liner to add comments for all function for use with
pythondoc.
Revision
508 -
Directory Listing
Modified
Wed Apr 13 19:03:18 2005 UTC
(8 years, 1 month ago)
by
agaffney
moved the logger line
Revision
507 -
Directory Listing
Modified
Wed Apr 13 19:00:23 2005 UTC
(8 years, 1 month ago)
by
agaffney
End
point of logical is now adjusted along with start.
Revision
506 -
Directory Listing
Modified
Wed Apr 13 18:37:44 2005 UTC
(8 years, 1 month ago)
by
agaffney
Partitioning code now tracks start/end of extended for placing logicals.
Revision
505 -
Directory Listing
Modified
Wed Apr 13 16:31:23 2005 UTC
(8 years, 1 month ago)
by
agaffney
Fix >4 primary partitions on non-x86.
Revision
504 -
Directory Listing
Modified
Wed Apr 13 14:54:49 2005 UTC
(8 years, 1 month ago)
by
agaffney
changelog
Revision
503 -
Directory Listing
Modified
Wed Apr 13 14:38:10 2005 UTC
(8 years, 1 month ago)
by
agaffney
Moved 'end >= device_sectors' check out of loop to check for next partition's
start point.
Revision
502 -
Directory Listing
Modified
Tue Apr 12 04:27:42 2005 UTC
(8 years, 1 month ago)
by
agaffney
Add int() around access to minor
key in partition information due to new partition code leaving them as float.
Revision
501 -
Directory Listing
Modified
Tue Apr 12 04:07:39 2005 UTC
(8 years, 1 month ago)
by
agaffney
Fixed all bugs that stood in
the way of partitioning from a blank disk.
Revision
500 -
Directory Listing
Modified
Tue Apr 12 02:52:00 2005 UTC
(8 years, 1 month ago)
by
agaffney
yet another typo
Revision
499 -
Directory Listing
Modified
Tue Apr 12 02:40:37 2005 UTC
(8 years, 1 month ago)
by
agaffney
another typo fix
Revision
498 -
Directory Listing
Modified
Tue Apr 12 02:36:49 2005 UTC
(8 years, 1 month ago)
by
agaffney
typo fix
Revision
497 -
Directory Listing
Modified
Mon Apr 11 19:59:20 2005 UTC
(8 years, 1 month ago)
by
agaffney
Finish overhaul of backend partitioning code.
Revision
496 -
Directory Listing
Modified
Sun Apr 10 13:41:59 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Bunch of cosmetic and behavior UI changes.
Revision
495 -
Directory Listing
Modified
Sun Apr 10 07:11:59 2005 UTC
(8 years, 1 month ago)
by
agaffney
tweaks to tidy code
Revision
494 -
Directory Listing
Modified
Sun Apr 10 05:05:45 2005 UTC
(8 years, 1 month ago)
by
agaffney
tidy_partitions() function in GLIStorageDevice and remove debug statements (gtkfe also)
Revision
493 -
Directory Listing
Modified
Sat Apr 9 17:37:05 2005 UTC
(8 years, 1 month ago)
by
agaffney
removed a few old banner images
Revision
492 -
Directory Listing
Modified
Sat Apr 9 06:22:00 2005 UTC
(8 years, 1 month ago)
by
agaffney
Major GLIStorageDevice overhaul...all MB now instead of sectors.
Revision
491 -
Directory Listing
Modified
Fri Apr 8 20:10:29 2005 UTC
(8 years, 1 month ago)
by
samyron
Added comments to the ChangeLog.
Revision
490 -
Directory Listing
Modified
Fri Apr 8 20:09:07 2005 UTC
(8 years, 1 month ago)
by
samyron
Added DHCP options to add_network_interface.
Revision
489 -
Directory Listing
Modified
Fri Apr 8 17:15:12 2005 UTC
(8 years, 1 month ago)
by
samyron
Added support for MAC addresses to the GLIInstallProfile. Added two helpers
to GLIUtility: format_mac and is_mac.
Revision
488 -
Directory Listing
Modified
Wed Apr 6 18:54:25 2005 UTC
(8 years, 1 month ago)
by
agaffney
Patch from zahna to have default option increment in main menu.
Revision
487 -
Directory Listing
Modified
Mon Apr 4 16:50:53 2005 UTC
(8 years, 1 month ago)
by
agaffney
Minor modifications to set_timezone() from zahna
Revision
486 -
Directory Listing
Modified
Mon Apr 4 05:27:14 2005 UTC
(8 years, 1 month ago)
by
agaffney
New timezone function
Revision
485 -
Directory Listing
Modified
Mon Apr 4 04:49:28 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Fixed 2 bugs in Users.py.
Revision
484 -
Directory Listing
Modified
Mon Apr 4 02:28:08 2005 UTC
(8 years, 1 month ago)
by
agaffney
Pipe emerge through
sed to properly strip out junk.
Revision
483 -
Directory Listing
Modified
Mon Apr 4 02:15:19 2005 UTC
(8 years, 1 month ago)
by
agaffney
check for non-blank PORTDIR and PORTAGE_TMPDIR
Revision
482 -
Directory Listing
Modified
Mon Apr 4 02:11:22 2005 UTC
(8 years, 1 month ago)
by
agaffney
try to suppress error output from _quickpkg_deps()
Revision
481 -
Directory Listing
Modified
Mon Apr 4 01:36:22 2005 UTC
(8 years, 1 month ago)
by
agaffney
Changed mountopts check to work for blank and whitespace
Revision
480 -
Directory Listing
Modified
Sun Apr 3 09:03:14 2005 UTC
(8 years, 1 month ago)
by
codeman
updated TODO list
Revision
479 -
Directory Listing
Modified
Sun Apr 3 08:56:05 2005 UTC
(8 years, 1 month ago)
by
codeman
fixed ethx not being added to runlevel defalt.
Revision
478 -
Directory Listing
Modified
Sun Apr 3 07:16:41 2005 UTC
(8 years, 1 month ago)
by
codeman
:
Revision
477 -
Directory Listing
Modified
Sun Apr 3 04:28:19 2005 UTC
(8 years, 1 month ago)
by
codeman
little bug w/ partition format option
Revision
476 -
Directory Listing
Modified
Sun Apr 3 03:56:45 2005 UTC
(8 years, 1 month ago)
by
codeman
added hotplug/coldplug for livecd-kernel
added --emptytree to stage2.
Revision
475 -
Directory Listing
Modified
Sun Apr 3 03:03:42 2005 UTC
(8 years, 1 month ago)
by
codeman
fixed the way set_timezone works.
Revision
474 -
Directory Listing
Modified
Sun Apr 3 01:44:33 2005 UTC
(8 years, 1 month ago)
by
agaffney
set mountopts to 'defaults' if empty
Revision
473 -
Directory Listing
Modified
Sun Apr 3 00:25:41 2005 UTC
(8 years, 1 month ago)
by
agaffney
change " to ' in set_users()
Revision
472 -
Directory Listing
Modified
Sun Apr 3 00:24:44 2005 UTC
(8 years, 1 month ago)
by
agaffney
change " to ' in set_root_password()
Revision
471 -
Directory Listing
Modified
Sat Apr 2 22:03:06 2005 UTC
(8 years, 1 month ago)
by
agaffney
Removed reiserfs from the supported filesystems
Revision
470 -
Directory Listing
Modified
Sat Apr 2 09:48:00 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Users.py - put in password field for user adding, loading from saved xml profile implemented. Networking.py, Timezone.py, fixed tab spacings.
Revision
469 -
Directory Listing
Modified
Fri Apr 1 22:14:27 2005 UTC
(8 years, 1 month ago)
by
codeman
Added format and type options to existing partitions.
Revision
468 -
Directory Listing
Modified
Thu Mar 31 21:07:40 2005 UTC
(8 years, 1 month ago)
by
agaffney
added --provide to mkvardb
Revision
467 -
Directory Listing
Modified
Thu Mar 31 18:12:15 2005 UTC
(8 years, 1 month ago)
by
codeman
Fixed indent problem in GLICController
Revision
466 -
Directory Listing
Modified
Thu Mar 31 05:46:50 2005 UTC
(8 years, 1 month ago)
by
agaffney
backwards if/else
Revision
465 -
Directory Listing
Modified
Thu Mar 31 03:53:51 2005 UTC
(8 years, 1 month ago)
by
agaffney
Cleanup deactivate() in Users
Revision
464 -
Directory Listing
Modified
Thu Mar 31 01:51:06 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Users.py is now half integrated into the backend. ( Saving only )
Revision
463 -
Directory Listing
Modified
Wed Mar 30 22:11:27 2005 UTC
(8 years, 1 month ago)
by
agaffney
Check for disklabel type loop and use the device name without a minor.
Revision
462 -
Directory Listing
Modified
Wed Mar 30 21:53:26 2005 UTC
(8 years, 1 month ago)
by
agaffney
Slightly modified patch from zahna to default to current architecture.
Revision
461 -
Directory Listing
Modified
Wed Mar 30 05:33:48 2005 UTC
(8 years, 1 month ago)
by
agaffney
kernel_args -> bootloader_kernel_args
Revision
460 -
Directory Listing
Modified
Wed Mar 30 05:27:48 2005 UTC
(8 years, 1 month ago)
by
agaffney
Remove most of content in amd64ArchTemplate and
make it inherit from x86Archtemplate.
Revision
459 -
Directory Listing
Modified
Wed Mar 30 00:52:36 2005 UTC
(8 years, 1 month ago)
by
agaffney
Added code to detect when the output logfile is moved and temporarily
disabled the done/error dialogs.
Revision
458 -
Directory Listing
Modified
Wed Mar 30 00:12:52 2005 UTC
(8 years, 1 month ago)
by
agaffney
Patch from zahna to add
get_eth_info() function.
Revision
457 -
Directory Listing
Modified
Wed Mar 30 00:10:50 2005 UTC
(8 years, 1 month ago)
by
agaffney
Patch from zahna for extra arguments to the kernel.
Revision
456 -
Directory Listing
Modified
Tue Mar 29 23:54:41 2005 UTC
(8 years, 1 month ago)
by
agaffney
Added code to (hopefully) keep 2nd thread running after install.
Revision
455 -
Directory Listing
Modified
Tue Mar 29 23:53:19 2005 UTC
(8 years, 1 month ago)
by
allanonjl
Complete overhaul of Users.py. UI is smart, but not yet integrated into the backend.
Revision
454 -
Directory Listing
Modified
Tue Mar 29 23:52:57 2005 UTC
(8 years, 1 month ago)
by
agaffney
debugging code in RunInstall.py
Revision
453 -
Directory Listing
Modified
Tue Mar 29 07:09:20 2005 UTC
(8 years, 1 month ago)
by
agaffney
Remove /tmp/compile_output.log and /var/log/install.log when install is
complete.
Revision
452 -
Directory Listing
Modified
Tue Mar 29 06:40:41 2005 UTC
(8 years, 1 month ago)
by
agaffney
append to log when unpacking tarball
Revision
451 -
Directory Listing
Modified
Tue Mar 29 05:56:30 2005 UTC
(8 years, 1 month ago)
by
agaffney
Added 'append_log=True' to all spawn() calls using logfile=
Revision
450 -
Directory Listing
Modified
Tue Mar 29 05:24:08 2005 UTC
(8 years, 1 month ago)
by
agaffney
Change /tmp/install.log back to /var/log/install.log
Revision
449 -
Directory Listing
Modified
Tue Mar 29 05:04:23 2005 UTC
(8 years, 1 month ago)
by
agaffney
stupid typos
Revision
448 -
Directory Listing
Modified
Tue Mar 29 04:48:29 2005 UTC
(8 years, 1 month ago)
by
agaffney
debug code cleanups since it works now
Revision
447 -
Directory Listing
Modified
Tue Mar 29 04:36:57 2005 UTC
(8 years, 1 month ago)
by
agaffney
one more time everybody\!
Revision
446 -
Directory Listing
Modified
Tue Mar 29 04:36:14 2005 UTC
(8 years, 1 month ago)
by
codeman
looks like it works so ripping out all the old
filesystem_tools code.
Revision
445 -
Directory Listing
Modified
Tue Mar 29 04:30:06 2005 UTC
(8 years, 1 month ago)
by
codeman
forgot a line
Revision
444 -
Directory Listing
Modified
Tue Mar 29 04:15:05 2005 UTC
(8 years, 1 month ago)
by
agaffney
let's try this again
Revision
443 -
Directory Listing
Modified
Tue Mar 29 04:10:10 2005 UTC
(8 years, 1 month ago)
by
codeman
rewrote filesystem_tools
Revision
442 -
Directory Listing
Modified
Tue Mar 29 03:53:56 2005 UTC
(8 years, 1 month ago)
by
agaffney
[] instead of None
Revision
441 -
Directory Listing
Modified
Tue Mar 29 03:47:51 2005 UTC
(8 years, 1 month ago)
by
agaffney
wrong variable name
Revision
440 -
Directory Listing
Modified
Tue Mar 29 03:42:20 2005 UTC
(8 years, 1 month ago)
by
agaffney
added code to actually display tail output
Revision
439 -
Directory Listing
Modified
Tue Mar 29 03:02:19 2005 UTC
(8 years, 1 month ago)
by
agaffney
fix a whitespace booboo
Revision
438 -
Directory Listing
Modified
Tue Mar 29 02:56:57 2005 UTC
(8 years, 1 month ago)
by
agaffney
Added install complete/error message boxes and a TextView for displaying
output.
Revision
437 -
Directory Listing
Modified
Mon Mar 28 20:40:27 2005 UTC
(8 years, 1 month ago)
by
agaffney
removing GLIInstallTemplate.py
Revision
436 -
Directory Listing
Modified
Sun Mar 27 19:07:09 2005 UTC
(8 years, 1 month ago)
by
agaffney
whitespace cleanup
Revision
435 -
Directory Listing
Modified
Sun Mar 27 08:02:24 2005 UTC
(8 years, 1 month ago)
by
codeman
rem'd a print line i missed
Revision
434 -
Directory Listing
Modified
Sun Mar 27 07:33:28 2005 UTC
(8 years, 1 month ago)
by
codeman
undid previous change
Revision
433 -
Directory Listing
Modified
Sun Mar 27 06:27:19 2005 UTC
(8 years, 1 month ago)
by
codeman
added a fix to the logger from BenUrban
Revision
432 -
Directory Listing
Modified
Sun Mar 27 04:39:56 2005 UTC
(8 years, 1 month ago)
by
codeman
Added the finishing_cleanup function.
Revision
431 -
Directory Listing
Modified
Sun Mar 27 04:25:27 2005 UTC
(8 years, 1 month ago)
by
agaffney
fix typo
Revision
430 -
Directory Listing
Modified
Sat Mar 26 21:30:35 2005 UTC
(8 years, 1 month ago)
by
codeman
removed /usr/local/zoneinfo from gtkfe b/c it's already being added on the BE.
Revision
429 -
Directory Listing
Modified
Sat Mar 26 20:36:06 2005 UTC
(8 years, 1 month ago)
by
codeman
fixed comma on users. changed kernel to not ask for genkernel if doing livecd
Revision
428 -
Directory Listing
Modified
Sat Mar 26 20:12:36 2005 UTC
(8 years, 1 month ago)
by
codeman
added GENTOO_MIRRORS and SYNC options to make.conf
Revision
427 -
Directory Listing
Modified
Sat Mar 26 20:11:49 2005 UTC
(8 years, 1 month ago)
by
codeman
Changed the print statements to logging in the partitioning BE code.
the logger may need to be imported to the x86archtemplate. unknown yet.
Revision
426 -
Directory Listing
Modified
Sat Mar 26 07:54:18 2005 UTC
(8 years, 1 month ago)
by
codeman
ripped out error checking of set_services. this is done by _add_to_runlevel.
Revision
425 -
Directory Listing
Modified
Sat Mar 26 07:48:24 2005 UTC
(8 years, 1 month ago)
by
agaffney
Blank entry won't get added with Update in Networking.py
Revision
424 -
Directory Listing
Modified
Sat Mar 26 07:33:35 2005 UTC
(8 years, 1 month ago)
by
codeman
fixing agaffney's spelling error
Revision
423 -
Directory Listing
Modified
Sat Mar 26 06:48:38 2005 UTC
(8 years, 1 month ago)
by
codeman
fixed prompts in partitioning
Revision
422 -
Directory Listing
Modified
Sat Mar 26 06:28:36 2005 UTC
(8 years, 1 month ago)
by
codeman
ow my colon was missing!
Revision
421 -
Directory Listing
Modified
Sat Mar 26 04:07:26 2005 UTC
(8 years, 1 month ago)
by
codeman
local_install also checks the custom_kernel_config_uri
Revision
420 -
Directory Listing
Modified
Sat Mar 26 04:00:06 2005 UTC
(8 years, 1 month ago)
by
codeman
changed InstallProfile to remove is_uri check on kernel, stage, and
portage
URIs. The blank uri check has been commented out.
added another patch from zahna for portage tarball selection.
Added a choice for local_install which determines error checking on
tarballs
and whether to use existing partitions by default.
Revision
419 -
Directory Listing
Modified
Fri Mar 25 20:45:57 2005 UTC
(8 years, 1 month ago)
by
agaffney
set_stage_tarball_uri() doesn't raise an exception on a blank string.
Revision
418 -
Directory Listing
Modified
Fri Mar 25 19:16:22 2005 UTC
(8 years, 1 month ago)
by
agaffney
changed all gtk.TRUE/FALSE to True/False
Revision
417 -
Directory Listing
Modified
Fri Mar 25 18:03:44 2005 UTC
(8 years, 1 month ago)
by
agaffney
gentoo-sources is default option in Kernel.py
Revision
416 -
Directory Listing
Modified
Fri Mar 25 06:38:42 2005 UTC
(8 years, 1 month ago)
by
agaffney
Commented out spawn() debugging prints
Revision
415 -
Directory Listing
Modified
Fri Mar 25 06:32:53 2005 UTC
(8 years, 1 month ago)
by
agaffney
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
the install profile if available.
Revision
414 -
Directory Listing
Modified
Fri Mar 25 05:30:28 2005 UTC
(8 years, 1 month ago)
by
agaffney
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
the install profile if available.
Revision
413 -
Directory Listing
Modified
Fri Mar 25 03:02:11 2005 UTC
(8 years, 1 month ago)
by
agaffney
another bug fix to the livecd-kernel code
Revision
412 -
Directory Listing
Modified
Fri Mar 25 01:07:26 2005 UTC
(8 years, 1 month ago)
by
agaffney
Switch _emerge() call to
spawn() call in livecd-kernel code to pass environment variables.
Revision
411 -
Directory Listing
Modified
Fri Mar 25 00:52:16 2005 UTC
(8 years, 1 month ago)
by
agaffney
fix typo in mkvardb
Revision
410 -
Directory Listing
Modified
Fri Mar 25 00:27:14 2005 UTC
(8 years, 1 month ago)
by
agaffney
added getgli script to misc
Revision
409 -
Directory Listing
Modified
Thu Mar 24 23:20:32 2005 UTC
(8 years, 1 month ago)
by
codeman
small changes to setup_network_post. moved adding to runlevel of net.x
to after the device gets symlinked. added domainname runlevel command.
Revision
408 -
Directory Listing
Modified
Thu Mar 24 23:16:16 2005 UTC
(8 years, 1 month ago)
by
agaffney
Removed call to mkvardb in
livecd-kernel code as it's now done by catalyst.
Revision
407 -
Directory Listing
Modified
Thu Mar 24 22:34:55 2005 UTC
(8 years, 1 month ago)
by
codeman
Added hostname, domainname, and nisdomainname to networking list.
Added a stage_tarball selection patch from zahna.
Revision
406 -
Directory Listing
Modified
Thu Mar 24 18:25:31 2005 UTC
(8 years, 1 month ago)
by
agaffney
remove need for PORTDIR_OVERLAY in mkvardb
Revision
405 -
Directory Listing
Modified
Thu Mar 24 18:06:13 2005 UTC
(8 years, 1 month ago)
by
agaffney
new banner from blackace
Revision
404 -
Directory Listing
Modified
Thu Mar 24 08:57:27 2005 UTC
(8 years, 1 month ago)
by
agaffney
minor fix (hopefully) to livecd-kernel code
Revision
403 -
Directory Listing
Modified
Thu Mar 24 08:33:53 2005 UTC
(8 years, 1 month ago)
by
agaffney
minor fix (hopefully) to livecd-kernel code
Revision
402 -
Directory Listing
Modified
Thu Mar 24 08:02:47 2005 UTC
(8 years, 1 month ago)
by
agaffney
minor fix (hopefully) to livecd-kernel code
Revision
401 -
Directory Listing
Modified
Thu Mar 24 03:12:24 2005 UTC
(8 years, 1 month ago)
by
agaffney
lots of stuff in both FEs and backend...read the ChangeLogs :P
Revision
400 -
Directory Listing
Modified
Thu Mar 24 01:08:51 2005 UTC
(8 years, 1 month ago)
by
agaffney
removed sigunmask.c as the workaround is no longer necessary
Revision
399 -
Directory Listing
Modified
Thu Mar 24 01:07:18 2005 UTC
(8 years, 1 month ago)
by
agaffney
creates misc directory and added mkvardb script
Revision
398 -
Directory Listing
Modified
Wed Mar 23 17:49:56 2005 UTC
(8 years, 1 month ago)
by
agaffney
Fixed crash bug if you cancel from the partition type selection menu.
Revision
397 -
Directory Listing
Modified
Tue Mar 22 23:22:30 2005 UTC
(8 years, 1 month ago)
by
agaffney
switch append_log lines
Revision
396 -
Directory Listing
Modified
Tue Mar 22 20:31:47 2005 UTC
(8 years, 1 month ago)
by
agaffney
debugging code in spawn()
Revision
395 -
Directory Listing
Modified
Tue Mar 22 18:49:12 2005 UTC
(8 years, 1 month ago)
by
codeman
should emerge hotplug and coldplug before adding them to runlevel.
Revision
394 -
Directory Listing
Modified
Tue Mar 22 07:52:58 2005 UTC
(8 years, 2 months ago)
by
agaffney
Remove command to 'rm /tmp/spawn.sh'
as it breaks the piping.
Revision
393 -
Directory Listing
Modified
Tue Mar 22 05:13:08 2005 UTC
(8 years, 2 months ago)
by
agaffney
Removed get_random_salt() function and replaced calls to crypt.crypt()
with calls to GLIUtility.hash_password() in dialogfe and gtkfe
Revision
392 -
Directory Listing
Modified
Tue Mar 22 04:14:40 2005 UTC
(8 years, 2 months ago)
by
agaffney
added new hash_password() function to GLIUtility
Revision
391 -
Directory Listing
Modified
Tue Mar 22 02:41:14 2005 UTC
(8 years, 2 months ago)
by
agaffney
added logfile parameter to spawn() calls
Revision
390 -
Directory Listing
Modified
Mon Mar 21 23:00:33 2005 UTC
(8 years, 2 months ago)
by
codeman
took chroot out of grub_install command. added back sync to dialogfe
Revision
389 -
Directory Listing
Modified
Mon Mar 21 22:33:25 2005 UTC
(8 years, 2 months ago)
by
agaffney
Changed chroot wrapper code in spawn() to write the wrapper the python way
instead of the bash way to avoid quote conflicts.
Revision
388 -
Directory Listing
Modified
Mon Mar 21 07:25:20 2005 UTC
(8 years, 2 months ago)
by
agaffney
reenabled 'emerge sync' option in gtkfe
Revision
387 -
Directory Listing
Modified
Mon Mar 21 04:52:48 2005 UTC
(8 years, 2 months ago)
by
codeman
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo.
Revision
386 -
Directory Listing
Modified
Sun Mar 20 09:03:47 2005 UTC
(8 years, 2 months ago)
by
agaffney
Added 'origminor' parameter to GLIStorageDevice and GLIInstallProfile
Revision
385 -
Directory Listing
Modified
Sun Mar 20 08:52:26 2005 UTC
(8 years, 2 months ago)
by
agaffney
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in
stage1() and stage2()
Revision
384 -
Directory Listing
Modified
Sun Mar 20 05:11:30 2005 UTC
(8 years, 2 months ago)
by
agaffney
spawn() outputs
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved
into /mnt/gentoo in prepare_chroot(). Removed fifo code in gtkfe
Revision
383 -
Directory Listing
Modified
Sat Mar 19 21:21:08 2005 UTC
(8 years, 2 months ago)
by
agaffney
updated gtkfe TODO
Revision
382 -
Directory Listing
Modified
Sat Mar 19 21:10:47 2005 UTC
(8 years, 2 months ago)
by
codeman
Updated TODO list to show our progress towards alpha release
Revision
381 -
Directory Listing
Modified
Sat Mar 19 20:15:16 2005 UTC
(8 years, 2 months ago)
by
codeman
Temporarily disabled 'emerge sync' option due to python threading bug.
Revision
380 -
Directory Listing
Modified
Sat Mar 19 20:05:23 2005 UTC
(8 years, 2 months ago)
by
agaffney
Temporarily disabled 'emerge sync' option in PortageTree due to python
threading bug.
Revision
379 -
Directory Listing
Modified
Sat Mar 19 09:10:57 2005 UTC
(8 years, 2 months ago)
by
agaffney
Fixed a couple bugs in add_netmount() in GLIInstallProfile. Fixed netmounts code in dialogfe
Revision
378 -
Directory Listing
Modified
Sat Mar 19 06:37:43 2005 UTC
(8 years, 2 months ago)
by
agaffney
updated partition code
Revision
377 -
Directory Listing
Modified
Sat Mar 19 04:39:35 2005 UTC
(8 years, 2 months ago)
by
agaffney
added code to convert MB/%/* to start/end sectors
Revision
376 -
Directory Listing
Modified
Fri Mar 18 19:17:04 2005 UTC
(8 years, 2 months ago)
by
agaffney
updated TODO
Revision
375 -
Directory Listing
Modified
Fri Mar 18 06:46:59 2005 UTC
(8 years, 2 months ago)
by
agaffney
Add sigunmask.c contributed by d_m (on freenode) to counteract python's
retarted behavior regarding threads and signals.
Revision
374 -
Directory Listing
Modified
Thu Mar 17 18:02:35 2005 UTC
(8 years, 2 months ago)
by
agaffney
add 2>&1 to cmd in spawn()
Revision
373 -
Directory Listing
Modified
Thu Mar 17 06:52:55 2005 UTC
(8 years, 2 months ago)
by
agaffney
chmod a+x generated script in spawn()
Revision
372 -
Directory Listing
Modified
Thu Mar 17 06:12:15 2005 UTC
(8 years, 2 months ago)
by
agaffney
change exitsuccess() back
Revision
371 -
Directory Listing
Modified
Thu Mar 17 03:59:52 2005 UTC
(8 years, 2 months ago)
by
agaffney
spawn() automatically
creates wrapper script for commands run inside chroot so multiple commands
and redirection can be used.
Revision
370 -
Directory Listing
Modified
Wed Mar 16 18:54:52 2005 UTC
(8 years, 2 months ago)
by
agaffney
added debugging code to GLIUtility.exitsuccess()
Revision
369 -
Directory Listing
Modified
Wed Mar 16 18:03:31 2005 UTC
(8 years, 2 months ago)
by
agaffney
Modified GLIUtility.exitsuccess() to work with return value from
commands.getstatusoutput instead of os.waitpid()
Revision
368 -
Directory Listing
Modified
Wed Mar 16 15:24:28 2005 UTC
(8 years, 2 months ago)
by
codeman
proper indentation please
Revision
367 -
Directory Listing
Modified
Wed Mar 16 09:51:30 2005 UTC
(8 years, 2 months ago)
by
agaffney
but some debugging code in GLIUtility.exitsuccess()
Revision
366 -
Directory Listing
Modified
Wed Mar 16 09:49:41 2005 UTC
(8 years, 2 months ago)
by
agaffney
but some debugging code in GLIUtility.exitstatus()
Revision
365 -
Directory Listing
Modified
Wed Mar 16 09:30:15 2005 UTC
(8 years, 2 months ago)
by
agaffney
subtract 1 from end value
Revision
364 -
Directory Listing
Modified
Wed Mar 16 09:23:30 2005 UTC
(8 years, 2 months ago)
by
agaffney
PartitioningMain's desctivate() returns a value
Revision
363 -
Directory Listing
Modified
Wed Mar 16 08:05:47 2005 UTC
(8 years, 2 months ago)
by
agaffney
PartitioningMain calls deactivate() in active notebook page in its deactivate()
Revision
362 -
Directory Listing
Modified
Wed Mar 16 06:37:43 2005 UTC
(8 years, 2 months ago)
by
codeman
Fixing more bugs. added dns server support.
Revision
361 -
Directory Listing
Modified
Wed Mar 16 06:17:35 2005 UTC
(8 years, 2 months ago)
by
codeman
Removed default values for stage tarball URI and portage tree URI from
InstallProfile. These should be set by the FEs. also added services step to
ArchTemplate and coldplug/hotplug runlevels to the genkernel step.
Possibly fixed CC DHCP bug with -n. (thx agaffney)
Revision
360 -
Directory Listing
Modified
Mon Mar 14 22:36:17 2005 UTC
(8 years, 2 months ago)
by
codeman
second try on set gateway code.
Revision
359 -
Directory Listing
Modified
Mon Mar 14 22:19:45 2005 UTC
(8 years, 2 months ago)
by
codeman
Small fix for setting the default gateway. Also added feature to dialogfe.
Revision
358 -
Directory Listing
Modified
Tue Mar 8 06:19:02 2005 UTC
(8 years, 2 months ago)
by
agaffney
Added a custom package bar where you can fill in custom packages to emerge
(space seperated list)
Revision
357 -
Directory Listing
Modified
Mon Mar 7 08:52:10 2005 UTC
(8 years, 2 months ago)
by
agaffney
switch spawn() over to using commands.getstatusoutput instead of fork/waitpid
Revision
356 -
Directory Listing
Modified
Mon Mar 7 02:29:19 2005 UTC
(8 years, 2 months ago)
by
agaffney
Loading an install
profile uses a temporary GLIInstallProfile object to parse and then assigns
it to the main object so the master object doesn't get left in an
inconsistent state after a failed profile load.
Revision
355 -
Directory Listing
Modified
Mon Mar 7 02:09:22 2005 UTC
(8 years, 2 months ago)
by
agaffney
try/except block for set_portage_snapshot_uri()
Revision
354 -
Directory Listing
Modified
Mon Mar 7 01:20:06 2005 UTC
(8 years, 2 months ago)
by
agaffney
Networking.py fix
Revision
353 -
Directory Listing
Modified
Mon Mar 7 01:07:15 2005 UTC
(8 years, 2 months ago)
by
agaffney
file cleanup
Revision
352 -
Directory Listing
Modified
Mon Mar 7 01:06:28 2005 UTC
(8 years, 2 months ago)
by
agaffney
more file cleanup
Revision
351 -
Directory Listing
Modified
Mon Mar 7 01:01:45 2005 UTC
(8 years, 2 months ago)
by
agaffney
cleaned up a few unneeded files
Revision
350 -
Directory Listing
Modified
Sun Mar 6 00:03:29 2005 UTC
(8 years, 2 months ago)
by
agaffney
added help label
Revision
349 -
Directory Listing
Modified
Sat Mar 5 20:49:00 2005 UTC
(8 years, 2 months ago)
by
agaffney
slider/entry field sync
Revision
348 -
Directory Listing
Modified
Sat Mar 5 07:34:37 2005 UTC
(8 years, 2 months ago)
by
agaffney
added gtkfe TODO
Revision
347 -
Directory Listing
Modified
Tue Mar 1 18:05:49 2005 UTC
(8 years, 2 months ago)
by
codeman
only write new resolv.conf if there are dns servers listed.
Revision
346 -
Directory Listing
Modified
Tue Mar 1 17:29:19 2005 UTC
(8 years, 2 months ago)
by
codeman
more true -> True typos
Revision
345 -
Directory Listing
Modified
Tue Mar 1 08:01:42 2005 UTC
(8 years, 2 months ago)
by
codeman
Fixed a bunch of true -> True typos.
Revision
344 -
Directory Listing
Modified
Tue Mar 1 06:50:47 2005 UTC
(8 years, 2 months ago)
by
agaffney
fix another true instead of True
Revision
343 -
Directory Listing
Modified
Tue Mar 1 06:42:39 2005 UTC
(8 years, 2 months ago)
by
agaffney
quick fix for fifo
Revision
342 -
Directory Listing
Modified
Tue Mar 1 06:29:25 2005 UTC
(8 years, 2 months ago)
by
codeman
spelling error
Revision
341 -
Directory Listing
Modified
Fri Feb 18 23:52:38 2005 UTC
(8 years, 3 months ago)
by
codeman
added progress bar to dialogfe and fix logger bug in ArchTemplate.
Revision
340 -
Directory Listing
Modified
Fri Feb 18 19:33:49 2005 UTC
(8 years, 3 months ago)
by
agaffney
small modification to GLILocalization.py
Revision
339 -
Directory Listing
Modified
Fri Feb 18 19:14:16 2005 UTC
(8 years, 3 months ago)
by
agaffney
moved lang to __init__
Revision
338 -
Directory Listing
Modified
Fri Feb 18 16:39:38 2005 UTC
(8 years, 3 months ago)
by
agaffney
renamed GLISayWhat to GLILocalization
Revision
337 -
Directory Listing
Modified
Fri Feb 18 07:15:01 2005 UTC
(8 years, 3 months ago)
by
agaffney
created GLISayWhat module
Revision
336 -
Directory Listing
Modified
Fri Feb 18 03:55:39 2005 UTC
(8 years, 3 months ago)
by
agaffney
ExtraPackages.py - Added a lot of UI reaction details. It now
reacts in a reasonable way that users will expect. Added support
for each section to have default packages selected when you
select the category.
Revision
335 -
Directory Listing
Modified
Thu Feb 17 06:08:08 2005 UTC
(8 years, 3 months ago)
by
agaffney
ugly screen is auto-selected on error
Revision
334 -
Directory Listing
Modified
Thu Feb 17 02:16:11 2005 UTC
(8 years, 3 months ago)
by
agaffney
PartitioningMain calls activate() in child screens
Revision
333 -
Directory Listing
Modified
Wed Feb 16 06:24:29 2005 UTC
(8 years, 3 months ago)
by
agaffney
split partitioning screen
Revision
332 -
Directory Listing
Modified
Mon Feb 14 04:07:30 2005 UTC
(8 years, 3 months ago)
by
codeman
updates to TODO list and small change to ArchTemplate
Revision
331 -
Directory Listing
Modified
Thu Feb 10 06:14:08 2005 UTC
(8 years, 3 months ago)
by
codeman
updated the TODO list
Revision
330 -
Directory Listing
Modified
Wed Feb 9 19:41:32 2005 UTC
(8 years, 3 months ago)
by
agaffney
typo fix
Revision
329 -
Directory Listing
Modified
Wed Feb 9 19:28:45 2005 UTC
(8 years, 3 months ago)
by
agaffney
tiny fixes to set_networking()
Revision
328 -
Directory Listing
Modified
Mon Feb 7 17:45:36 2005 UTC
(8 years, 3 months ago)
by
samyron
Updated the ChangeLog
Revision
327 -
Directory Listing
Modified
Mon Feb 7 17:41:56 2005 UTC
(8 years, 3 months ago)
by
samyron
Updated set_networking().
Revision
326 -
Directory Listing
Modified
Mon Feb 7 17:06:41 2005 UTC
(8 years, 3 months ago)
by
samyron
Finally added the set_networking() function. *** THIS IS UNTESTED ***
Revision
325 -
Directory Listing
Modified
Mon Feb 7 07:03:56 2005 UTC
(8 years, 3 months ago)
by
agaffney
updated TODO
Revision
324 -
Directory Listing
Modified
Mon Feb 7 05:31:50 2005 UTC
(8 years, 3 months ago)
by
agaffney
fix 'emerge -p blah' loop and add GRP option to Stage.py
Revision
323 -
Directory Listing
Modified
Mon Feb 7 01:20:44 2005 UTC
(8 years, 3 months ago)
by
agaffney
updated TODO
Revision
322 -
Directory Listing
Modified
Mon Feb 7 01:18:21 2005 UTC
(8 years, 3 months ago)
by
agaffney
initial code for quickpkg GRP support
Revision
321 -
Directory Listing
Modified
Sun Feb 6 07:47:37 2005 UTC
(8 years, 3 months ago)
by
agaffney
updated TODO
Revision
320 -
Directory Listing
Modified
Sun Feb 6 07:40:43 2005 UTC
(8 years, 3 months ago)
by
codeman
added quickpkg to TODO list
Revision
319 -
Directory Listing
Modified
Sun Feb 6 07:37:54 2005 UTC
(8 years, 3 months ago)
by
codeman
check for dhcp in the network stuff and emerge it if it is
Revision
318 -
Directory Listing
Modified
Sun Feb 6 04:51:25 2005 UTC
(8 years, 3 months ago)
by
codeman
Changed the raising of 'warning' exceptions to a simple log of the error
so that the installer can continue.
Revision
317 -
Directory Listing
Modified
Sun Feb 6 03:54:55 2005 UTC
(8 years, 3 months ago)
by
codeman
added custom kernel and bootsplash options.
Revision
316 -
Directory Listing
Modified
Sat Feb 5 23:35:34 2005 UTC
(8 years, 3 months ago)
by
agaffney
added header.png to repository
Revision
315 -
Directory Listing
Modified
Sat Feb 5 03:38:12 2005 UTC
(8 years, 3 months ago)
by
agaffney
updates from AllanonJL
Revision
314 -
Directory Listing
Modified
Fri Feb 4 00:03:25 2005 UTC
(8 years, 3 months ago)
by
codeman
mildly big changes. First, changed most output to display_on_tty8.
Second, added log lines to all templates.
small cleanups of old commented lines.
Revision
313 -
Directory Listing
Modified
Wed Feb 2 05:29:27 2005 UTC
(8 years, 3 months ago)
by
agaffney
escape fix
Revision
312 -
Directory Listing
Modified
Wed Feb 2 05:06:11 2005 UTC
(8 years, 3 months ago)
by
agaffney
undo change with fix
Revision
311 -
Directory Listing
Modified
Tue Feb 1 18:56:57 2005 UTC
(8 years, 3 months ago)
by
agaffney
minor GLIStorageDevice fix from BenUrban
Revision
310 -
Directory Listing
Modified
Tue Feb 1 07:22:52 2005 UTC
(8 years, 3 months ago)
by
agaffney
changed tty8 output to a fifo
Revision
309 -
Directory Listing
Modified
Tue Feb 1 05:28:02 2005 UTC
(8 years, 3 months ago)
by
agaffney
minor code cleanup
Revision
308 -
Directory Listing
Modified
Tue Feb 1 04:21:14 2005 UTC
(8 years, 3 months ago)
by
agaffney
bottom buttons are dynamically generated
Revision
307 -
Directory Listing
Modified
Tue Feb 1 02:40:06 2005 UTC
(8 years, 3 months ago)
by
agaffney
minor gtkfe.py modifications
Revision
306 -
Directory Listing
Modified
Mon Jan 31 07:21:52 2005 UTC
(8 years, 3 months ago)
by
codeman
more updates to TODO list. hopefully we'll soon start removing items instead
of adding them.
Revision
305 -
Directory Listing
Modified
Mon Jan 31 01:55:02 2005 UTC
(8 years, 3 months ago)
by
agaffney
fixed logical logic issue in PartProperties
Revision
304 -
Directory Listing
Modified
Sun Jan 30 20:58:49 2005 UTC
(8 years, 3 months ago)
by
agaffney
removed another image
Revision
303 -
Directory Listing
Modified
Sun Jan 30 20:56:37 2005 UTC
(8 years, 3 months ago)
by
agaffney
switched to dynamically creating color key blocks
Revision
302 -
Directory Listing
Modified
Sun Jan 30 08:06:38 2005 UTC
(8 years, 3 months ago)
by
agaffney
fixed some nastiness with swap
Revision
301 -
Directory Listing
Modified
Sun Jan 30 03:33:21 2005 UTC
(8 years, 3 months ago)
by
agaffney
GLIStorageDevice fixes and finished moving stuff to PartProperties
Revision
300 -
Directory Listing
Modified
Sun Jan 30 01:04:27 2005 UTC
(8 years, 3 months ago)
by
agaffney
lots more partition code moved
Revision
299 -
Directory Listing
Modified
Sat Jan 29 08:37:53 2005 UTC
(8 years, 3 months ago)
by
agaffney
began moving code from Partitioning to PartProperties
Revision
298 -
Directory Listing
Modified
Sat Jan 29 08:14:03 2005 UTC
(8 years, 3 months ago)
by
agaffney
more PartProperties additions
Revision
297 -
Directory Listing
Modified
Sat Jan 29 07:32:35 2005 UTC
(8 years, 3 months ago)
by
agaffney
added a few images
Revision
296 -
Directory Listing
Modified
Sat Jan 29 07:23:07 2005 UTC
(8 years, 3 months ago)
by
agaffney
shell for partition properties dialog
Revision
295 -
Directory Listing
Modified
Fri Jan 28 17:52:32 2005 UTC
(8 years, 3 months ago)
by
codeman
updated TODO list again to keep everyone in sync on remaining tasks.
Revision
294 -
Directory Listing
Modified
Fri Jan 28 05:43:40 2005 UTC
(8 years, 3 months ago)
by
agaffney
added 2.6 kernels
Revision
293 -
Directory Listing
Modified
Fri Jan 28 02:29:48 2005 UTC
(8 years, 3 months ago)
by
codeman
updated TODO list
Revision
292 -
Directory Listing
Modified
Fri Jan 28 01:25:53 2005 UTC
(8 years, 3 months ago)
by
agaffney
fixed the len(sys.argv) check with a few parentheses
Revision
291 -
Directory Listing
Modified
Fri Jan 28 00:52:30 2005 UTC
(8 years, 3 months ago)
by
agaffney
add len(sys.argv) check
Revision
290 -
Directory Listing
Modified
Thu Jan 27 01:52:39 2005 UTC
(8 years, 3 months ago)
by
agaffney
updated Widgets.py from AllanonJL
Revision
289 -
Directory Listing
Modified
Thu Jan 27 01:48:48 2005 UTC
(8 years, 3 months ago)
by
agaffney
updates from AllanonJL
Revision
288 -
Directory Listing
Modified
Wed Jan 26 06:24:37 2005 UTC
(8 years, 3 months ago)
by
codeman
small fix. see changelog
Revision
287 -
Directory Listing
Modified
Wed Jan 26 05:52:43 2005 UTC
(8 years, 3 months ago)
by
codeman
fixed custom kernels and added runtime pretend to dialogfe
Revision
286 -
Directory Listing
Modified
Wed Jan 26 03:59:44 2005 UTC
(8 years, 3 months ago)
by
codeman
changed output of portmap start to display_on_tty8.
fixed bootloader for udev and multiple kernels
Revision
285 -
Directory Listing
Modified
Tue Jan 25 22:53:12 2005 UTC
(8 years, 3 months ago)
by
agaffney
updates from AllanonJL
Revision
284 -
Directory Listing
Modified
Tue Jan 25 22:29:50 2005 UTC
(8 years, 3 months ago)
by
agaffney
fixed additional users in dialogfe
Revision
283 -
Directory Listing
Modified
Sun Jan 23 00:10:24 2005 UTC
(8 years, 3 months ago)
by
agaffney
--pretend for gtkfe.py
Revision
282 -
Directory Listing
Modified
Sat Jan 22 08:58:05 2005 UTC
(8 years, 3 months ago)
by
codeman
added code to allow custom kernel .config.
Revision
281 -
Directory Listing
Modified
Sat Jan 22 08:28:46 2005 UTC
(8 years, 3 months ago)
by
codeman
more changes. nothing big.
Revision
280 -
Directory Listing
Modified
Sat Jan 22 07:48:36 2005 UTC
(8 years, 3 months ago)
by
codeman
Finished initital coding of additional_users.
Revision
279 -
Directory Listing
Modified
Sat Jan 22 07:18:20 2005 UTC
(8 years, 3 months ago)
by
agaffney
fixed bug that caused last partition to go past the end of the drive
Revision
278 -
Directory Listing
Modified
Sat Jan 22 00:38:37 2005 UTC
(8 years, 3 months ago)
by
agaffney
partition booboo
Revision
277 -
Directory Listing
Modified
Wed Jan 19 21:55:09 2005 UTC
(8 years, 4 months ago)
by
agaffney
is_uri() only checked if portage_tree_snapshot_uri isn't blank
Revision
276 -
Directory Listing
Modified
Wed Jan 19 21:01:37 2005 UTC
(8 years, 4 months ago)
by
agaffney
typo
Revision
275 -
Directory Listing
Modified
Wed Jan 19 20:58:38 2005 UTC
(8 years, 4 months ago)
by
agaffney
typo
Revision
274 -
Directory Listing
Modified
Wed Jan 19 20:36:22 2005 UTC
(8 years, 4 months ago)
by
agaffney
typo
Revision
273 -
Directory Listing
Modified
Wed Jan 19 20:35:37 2005 UTC
(8 years, 4 months ago)
by
agaffney
portage snapshot uri field
Revision
272 -
Directory Listing
Modified
Wed Jan 19 17:38:14 2005 UTC
(8 years, 4 months ago)
by
agaffney
undo last change
Revision
271 -
Directory Listing
Modified
Wed Jan 19 08:14:17 2005 UTC
(8 years, 4 months ago)
by
agaffney
swapon failure isn't an error for now
Revision
270 -
Directory Listing
Modified
Wed Jan 19 08:11:03 2005 UTC
(8 years, 4 months ago)
by
agaffney
todo update
Revision
269 -
Directory Listing
Modified
Wed Jan 19 08:07:19 2005 UTC
(8 years, 4 months ago)
by
codeman
Added things to the TODO list. and forgot a /
Revision
268 -
Directory Listing
Modified
Wed Jan 19 06:17:03 2005 UTC
(8 years, 4 months ago)
by
codeman
Various fixes related to the add_users function. Still not yet finished.
Revision
267 -
Directory Listing
Modified
Wed Jan 19 03:44:14 2005 UTC
(8 years, 4 months ago)
by
agaffney
testing something
Revision
266 -
Directory Listing
Modified
Wed Jan 19 03:13:52 2005 UTC
(8 years, 4 months ago)
by
agaffney
fixed NFS mounting code
Revision
265 -
Directory Listing
Modified
Wed Jan 19 03:00:53 2005 UTC
(8 years, 4 months ago)
by
agaffney
partition data fix
Revision
264 -
Directory Listing
Modified
Wed Jan 19 02:48:29 2005 UTC
(8 years, 4 months ago)
by
agaffney
create filesystems
Revision
263 -
Directory Listing
Modified
Tue Jan 18 08:03:23 2005 UTC
(8 years, 4 months ago)
by
codeman
Took out unnecessary setting of random livecd root password.
Revision
262 -
Directory Listing
Modified
Tue Jan 18 06:57:41 2005 UTC
(8 years, 4 months ago)
by
agaffney
removed the training wheels (among other things)
Revision
261 -
Directory Listing
Modified
Tue Jan 18 04:17:11 2005 UTC
(8 years, 4 months ago)
by
agaffney
uhh, blah...changelog or something
Revision
260 -
Directory Listing
Modified
Mon Jan 17 18:57:59 2005 UTC
(8 years, 4 months ago)
by
agaffney
updates from AllanonJL
Revision
259 -
Directory Listing
Modified
Sun Jan 16 10:58:00 2005 UTC
(8 years, 4 months ago)
by
agaffney
/me kicks pygtk in the junk
Revision
258 -
Directory Listing
Modified
Sun Jan 16 07:15:25 2005 UTC
(8 years, 4 months ago)
by
agaffney
updates from AllanonJL
Revision
257 -
Directory Listing
Modified
Sun Jan 16 07:11:13 2005 UTC
(8 years, 4 months ago)
by
agaffney
tabs
Revision
256 -
Directory Listing
Modified
Sun Jan 16 07:02:05 2005 UTC
(8 years, 4 months ago)
by
agaffney
install progress worky!
Revision
255 -
Directory Listing
Modified
Sun Jan 16 04:04:36 2005 UTC
(8 years, 4 months ago)
by
agaffney
breaking everything
Revision
254 -
Directory Listing
Modified
Sat Jan 15 19:39:00 2005 UTC
(8 years, 4 months ago)
by
agaffney
updates from AllanonJL
Revision
253 -
Directory Listing
Modified
Sat Jan 15 19:37:27 2005 UTC
(8 years, 4 months ago)
by
agaffney
CHOST, MAKEOPTS, ACCEPT_KEYWORDS, and FEATURES in MakeDotConf.py
Revision
252 -
Directory Listing
Modified
Sat Jan 15 09:37:48 2005 UTC
(8 years, 4 months ago)
by
agaffney
CFLAGS in MakeDotConf.py
Revision
251 -
Directory Listing
Modified
Sat Jan 15 08:56:49 2005 UTC
(8 years, 4 months ago)
by
agaffney
USE editor generates proper USE
Revision
250 -
Directory Listing
Modified
Sat Jan 15 08:26:23 2005 UTC
(8 years, 4 months ago)
by
agaffney
fixed double spacing issue
Revision
249 -
Directory Listing
Modified
Sat Jan 15 08:08:22 2005 UTC
(8 years, 4 months ago)
by
agaffney
USE editor in MakeDotConf.py
Revision
248 -
Directory Listing
Modified
Sat Jan 15 06:30:54 2005 UTC
(8 years, 4 months ago)
by
codeman
Attempt at detecting and adding windows partitions to lilo.
Revision
247 -
Directory Listing
Modified
Sat Jan 15 03:38:08 2005 UTC
(8 years, 4 months ago)
by
agaffney
rewrote Bootloader.py
Revision
246 -
Directory Listing
Modified
Sat Jan 15 01:33:38 2005 UTC
(8 years, 4 months ago)
by
agaffney
updates from allanonjl
Revision
245 -
Directory Listing
Modified
Sat Jan 15 00:46:54 2005 UTC
(8 years, 4 months ago)
by
agaffney
added sysklogd to Daemons.py
Revision
244 -
Directory Listing
Modified
Sat Jan 15 00:41:53 2005 UTC
(8 years, 4 months ago)
by
agaffney
rewrote Daemons.py
Revision
243 -
Directory Listing
Modified
Fri Jan 14 20:33:48 2005 UTC
(8 years, 4 months ago)
by
agaffney
change title on PortageTree
Revision
242 -
Directory Listing
Modified
Fri Jan 14 20:30:08 2005 UTC
(8 years, 4 months ago)
by
agaffney
rewrote Kernel.py
Revision
241 -
Directory Listing
Modified
Fri Jan 14 08:50:22 2005 UTC
(8 years, 4 months ago)
by
agaffney
aligned columns in Stage and PortageTree
Revision
240 -
Directory Listing
Modified
Fri Jan 14 08:44:42 2005 UTC
(8 years, 4 months ago)
by
agaffney
rewrote PortageTree
Revision
239 -
Directory Listing
Modified
Fri Jan 14 08:02:34 2005 UTC
(8 years, 4 months ago)
by
agaffney
new Stage.py
Revision
238 -
Directory Listing
Modified
Fri Jan 14 07:12:03 2005 UTC
(8 years, 4 months ago)
by
agaffney
Welcome.py cleanups and added Template.py
Revision
237 -
Directory Listing
Modified
Fri Jan 14 07:07:09 2005 UTC
(8 years, 4 months ago)
by
codeman
small misc fixes. typos and such.
Revision
236 -
Directory Listing
Modified
Fri Jan 14 06:46:48 2005 UTC
(8 years, 4 months ago)
by
agaffney
NetworkMounts cleanups and field validation
Revision
235 -
Directory Listing
Modified
Fri Jan 14 06:31:08 2005 UTC
(8 years, 4 months ago)
by
codeman
Added lilo code and cleaned up lilo code. also do_partitioning renamed to partition
Revision
234 -
Directory Listing
Modified
Fri Jan 14 06:28:11 2005 UTC
(8 years, 4 months ago)
by
agaffney
added description to NetworkMounts
Revision
233 -
Directory Listing
Modified
Fri Jan 14 03:33:32 2005 UTC
(8 years, 4 months ago)
by
agaffney
updates from allanonjl
Revision
232 -
Directory Listing
Modified
Thu Jan 13 03:06:14 2005 UTC
(8 years, 4 months ago)
by
agaffney
changelog
Revision
231 -
Directory Listing
Modified
Wed Jan 12 03:46:53 2005 UTC
(8 years, 4 months ago)
by
agaffney
more resizing updates
Revision
230 -
Directory Listing
Modified
Tue Jan 11 08:54:17 2005 UTC
(8 years, 4 months ago)
by
agaffney
basic pyparted resize code
Revision
229 -
Directory Listing
Modified
Mon Jan 10 08:32:35 2005 UTC
(8 years, 4 months ago)
by
agaffney
clear partition table before third pass
Revision
228 -
Directory Listing
Modified
Mon Jan 10 08:29:41 2005 UTC
(8 years, 4 months ago)
by
agaffney
partition() fixes
Revision
227 -
Directory Listing
Modified
Mon Jan 10 00:40:31 2005 UTC
(8 years, 4 months ago)
by
agaffney
updates from allanonjl
Revision
226 -
Directory Listing
Modified
Sun Jan 9 08:25:16 2005 UTC
(8 years, 4 months ago)
by
codeman
Added mount_network_shares. not able to test it from this computer.
will test when i get back to school.
also added start_portmap to the client_controller as an always-do.
agaffney says this is needed for NFS mounts to work.
Revision
225 -
Directory Listing
Modified
Sat Jan 8 09:35:01 2005 UTC
(8 years, 4 months ago)
by
agaffney
install.py updates and partition code fixes
Revision
224 -
Directory Listing
Modified
Fri Jan 7 14:53:33 2005 UTC
(8 years, 4 months ago)
by
agaffney
fix ChangeLog
Revision
223 -
Directory Listing
Modified
Fri Jan 7 07:38:08 2005 UTC
(8 years, 4 months ago)
by
codeman
forgot about the set_root_password
Revision
222 -
Directory Listing
Modified
Fri Jan 7 07:02:47 2005 UTC
(8 years, 4 months ago)
by
codeman
Added grp_install and services
Revision
221 -
Directory Listing
Modified
Fri Jan 7 07:01:47 2005 UTC
(8 years, 4 months ago)
by
agaffney
whoops
Revision
220 -
Directory Listing
Modified
Fri Jan 7 07:00:13 2005 UTC
(8 years, 4 months ago)
by
agaffney
partition code move
Revision
219 -
Directory Listing
Modified
Fri Jan 7 05:23:19 2005 UTC
(8 years, 4 months ago)
by
codeman
one more fix + changelog b/c i am a good listener
Revision
218 -
Directory Listing
Modified
Fri Jan 7 05:07:23 2005 UTC
(8 years, 4 months ago)
by
codeman
miniscule updates
Revision
217 -
Directory Listing
Modified
Thu Jan 6 09:16:23 2005 UTC
(8 years, 4 months ago)
by
codeman
found a few more _edit_configs
Revision
216 -
Directory Listing
Modified
Thu Jan 6 07:29:43 2005 UTC
(8 years, 4 months ago)
by
codeman
rewrote configure_fstab and install_bootloader for new partition format.
Revision
215 -
Directory Listing
Modified
Wed Jan 5 22:50:07 2005 UTC
(8 years, 4 months ago)
by
codeman
my midday update on GLI
Revision
214 -
Directory Listing
Modified
Wed Jan 5 08:26:42 2005 UTC
(8 years, 4 months ago)
by
codeman
changes to mount_local_partitions
Revision
213 -
Directory Listing
Modified
Wed Jan 5 07:52:28 2005 UTC
(8 years, 4 months ago)
by
codeman
added mount_local_partitions
Revision
212 -
Directory Listing
Modified
Wed Jan 5 07:22:20 2005 UTC
(8 years, 4 months ago)
by
agaffney
more sectors instead of cylinders changes
Revision
211 -
Directory Listing
Modified
Wed Jan 5 05:15:42 2005 UTC
(8 years, 4 months ago)
by
codeman
thanks to spy for pointing out i forgot to cvs add this
Revision
210 -
Directory Listing
Modified
Wed Jan 5 05:15:08 2005 UTC
(8 years, 4 months ago)
by
codeman
thanks to spy for pointing out i forgot to cvs add this
Revision
209 -
Directory Listing
Modified
Wed Jan 5 05:02:00 2005 UTC
(8 years, 4 months ago)
by
codeman
sure hope i didn't screw anything up this time
Revision
208 -
Directory Listing
Modified
Tue Jan 4 23:29:07 2005 UTC
(8 years, 4 months ago)
by
agaffney
removed depends stuff from Installprofile
Revision
207 -
Directory Listing
Modified
Tue Jan 4 23:27:53 2005 UTC
(8 years, 4 months ago)
by
agaffney
GLIStorageDevice ignores freespace <=100 sectors
Revision
206 -
Directory Listing
Modified
Tue Jan 4 22:49:26 2005 UTC
(8 years, 4 months ago)
by
codeman
so help me i'm on a commit streak
Revision
205 -
Directory Listing
Modified
Tue Jan 4 22:45:47 2005 UTC
(8 years, 4 months ago)
by
agaffney
sectors instead of cylinder for partitioning
Revision
204 -
Directory Listing
Modified
Tue Jan 4 22:42:32 2005 UTC
(8 years, 4 months ago)
by
codeman
you like the fixes? ok i'll keep em coming.
Revision
203 -
Directory Listing
Modified
Tue Jan 4 22:28:29 2005 UTC
(8 years, 4 months ago)
by
agaffney
removed dummy partition() from x86ArchTemplate
Revision
202 -
Directory Listing
Modified
Tue Jan 4 22:20:25 2005 UTC
(8 years, 4 months ago)
by
codeman
oops forgot to click save
Revision
201 -
Directory Listing
Modified
Tue Jan 4 22:18:18 2005 UTC
(8 years, 4 months ago)
by
codeman
ok large update here. first: removed _depends. second: fixed spawn()s.
third: moved _ functions from Utility back to ArchTemplate
4: moved bootloader to x86Template
5: lots of misc other fixes
Revision
200 -
Directory Listing
Modified
Tue Jan 4 20:35:56 2005 UTC
(8 years, 4 months ago)
by
codeman
gettin back in my groove. lots more fixes here.
Revision
199 -
Directory Listing
Modified
Tue Jan 4 09:05:43 2005 UTC
(8 years, 4 months ago)
by
codeman
added clientconfig barebones stuff to dialogfe. just enough to make it work
Revision
198 -
Directory Listing
Modified
Tue Jan 4 03:51:30 2005 UTC
(8 years, 4 months ago)
by
agaffney
undo geometry change
Revision
197 -
Directory Listing
Modified
Tue Jan 4 03:49:32 2005 UTC
(8 years, 4 months ago)
by
agaffney
attempting to fix geometry issues
Revision
196 -
Directory Listing
Modified
Tue Jan 4 02:50:02 2005 UTC
(8 years, 4 months ago)
by
codeman
workin out the kinks
Revision
195 -
Directory Listing
Modified
Tue Jan 4 01:16:35 2005 UTC
(8 years, 4 months ago)
by
codeman
my bad, put it in the wrong spot.
Revision
194 -
Directory Listing
Modified
Tue Jan 4 00:24:27 2005 UTC
(8 years, 4 months ago)
by
codeman
stupid fixes. little stuff.
Revision
193 -
Directory Listing
Modified
Mon Jan 3 20:06:50 2005 UTC
(8 years, 4 months ago)
by
agaffney
updated README for gtkfe
Revision
192 -
Directory Listing
Modified
Wed Dec 22 03:48:42 2004 UTC
(8 years, 4 months ago)
by
agaffney
more updates from AllanonJL
Revision
191 -
Directory Listing
Modified
Tue Dec 21 18:27:16 2004 UTC
(8 years, 4 months ago)
by
agaffney
he forgot a few files
Revision
190 -
Directory Listing
Modified
Tue Dec 21 18:19:33 2004 UTC
(8 years, 4 months ago)
by
agaffney
updates from AllanonJL
Revision
189 -
Directory Listing
Modified
Tue Dec 21 14:06:42 2004 UTC
(8 years, 4 months ago)
by
samyron
The Install Profile now throws GLIExceptions.
Revision
188 -
Directory Listing
Modified
Mon Dec 20 23:28:39 2004 UTC
(8 years, 5 months ago)
by
agaffney
GLIStorageDevice fix
Revision
187 -
Directory Listing
Modified
Mon Dec 20 22:27:11 2004 UTC
(8 years, 5 months ago)
by
agaffney
Partition screen updates
Revision
186 -
Directory Listing
Modified
Mon Dec 20 19:56:08 2004 UTC
(8 years, 5 months ago)
by
samyron
Changed the way exceptions work...
Revision
185 -
Directory Listing
Modified
Mon Dec 20 08:41:08 2004 UTC
(8 years, 5 months ago)
by
agaffney
minor partition screen changes
Revision
184 -
Directory Listing
Modified
Mon Dec 20 07:18:58 2004 UTC
(8 years, 5 months ago)
by
agaffney
Partition screen...yea!
Revision
183 -
Directory Listing
Modified
Mon Dec 20 00:13:46 2004 UTC
(8 years, 5 months ago)
by
agaffney
GLIStorageDevice mods and major enhancements to Partitioning screen in gtkfe
Revision
182 -
Directory Listing
Modified
Sun Dec 19 07:17:11 2004 UTC
(8 years, 5 months ago)
by
agaffney
NetworkMounts fixes
Revision
181 -
Directory Listing
Modified
Sun Dec 19 06:52:07 2004 UTC
(8 years, 5 months ago)
by
agaffney
Save button works
Revision
180 -
Directory Listing
Modified
Sun Dec 19 06:44:16 2004 UTC
(8 years, 5 months ago)
by
agaffney
Exit and Load buttons working
Revision
179 -
Directory Listing
Modified
Sun Dec 19 03:18:30 2004 UTC
(8 years, 5 months ago)
by
agaffney
NetworkMounts reorginization
Revision
178 -
Directory Listing
Modified
Sun Dec 19 02:49:23 2004 UTC
(8 years, 5 months ago)
by
agaffney
new refresh image
Revision
177 -
Directory Listing
Modified
Sat Dec 18 23:51:21 2004 UTC
(8 years, 5 months ago)
by
agaffney
trying again
Revision
176 -
Directory Listing
Modified
Sat Dec 18 23:49:31 2004 UTC
(8 years, 5 months ago)
by
agaffney
added Load/Save buttons
Revision
175 -
Directory Listing
Modified
Sat Dec 18 23:46:18 2004 UTC
(8 years, 5 months ago)
by
agaffney
more button images
Revision
174 -
Directory Listing
Modified
Fri Dec 17 06:13:43 2004 UTC
(8 years, 5 months ago)
by
agaffney
switched to dumpe2fs to determine the free space for a ext2/3 filesystem in GLIStorageDevice
Revision
173 -
Directory Listing
Modified
Mon Dec 13 16:17:29 2004 UTC
(8 years, 5 months ago)
by
agaffney
cleaned up dulpicate code and fixed GTK assertion error
Revision
172 -
Directory Listing
Modified
Sun Dec 12 22:45:37 2004 UTC
(8 years, 5 months ago)
by
agaffney
updates from AllanonJL
Revision
171 -
Directory Listing
Modified
Sun Dec 12 21:45:55 2004 UTC
(8 years, 5 months ago)
by
agaffney
finished rough working NetworkMounts.py
Revision
170 -
Directory Listing
Modified
Sun Dec 12 05:49:07 2004 UTC
(8 years, 5 months ago)
by
agaffney
NetworkMounts.py lists NFS exports on a particular host
Revision
169 -
Directory Listing
Modified
Sun Dec 12 00:11:45 2004 UTC
(8 years, 5 months ago)
by
agaffney
removed a few unneeded, already commented lines
Revision
168 -
Directory Listing
Modified
Sat Dec 11 23:32:44 2004 UTC
(8 years, 5 months ago)
by
agaffney
screen updates from AllanonJL
Revision
167 -
Directory Listing
Modified
Sat Dec 11 23:27:18 2004 UTC
(8 years, 5 months ago)
by
agaffney
Changelog type
Revision
166 -
Directory Listing
Modified
Sat Dec 11 19:34:13 2004 UTC
(8 years, 5 months ago)
by
agaffney
added ChangeLog for gtkfe
Revision
165 -
Directory Listing
Modified
Sat Dec 11 06:29:01 2004 UTC
(8 years, 5 months ago)
by
agaffney
NetworkMounts with working column sorting
Revision
164 -
Directory Listing
Modified
Sat Dec 11 05:50:50 2004 UTC
(8 years, 5 months ago)
by
agaffney
added NetworkMounts screen
Revision
163 -
Directory Listing
Modified
Sat Dec 11 05:50:06 2004 UTC
(8 years, 5 months ago)
by
agaffney
typo fix and gtkfe updates
Revision
162 -
Directory Listing
Modified
Sat Dec 11 02:29:39 2004 UTC
(8 years, 5 months ago)
by
agaffney
Added a function to GLIUtility to pull a value from a make.conf-style config file
Revision
161 -
Directory Listing
Modified
Fri Dec 10 05:46:15 2004 UTC
(8 years, 5 months ago)
by
agaffney
Added code in GLIArchitectureTemplate.py to write netmounts into fstab
Revision
160 -
Directory Listing
Modified
Thu Dec 9 07:52:33 2004 UTC
(8 years, 5 months ago)
by
agaffney
split network mounts from partition data and updated ChangeLog (in case spyderous is looking over my shoulder :P)
Revision
159 -
Directory Listing
Modified
Mon Dec 6 22:07:02 2004 UTC
(8 years, 5 months ago)
by
agaffney
added stock_exec.png
Revision
158 -
Directory Listing
Modified
Mon Dec 6 07:29:14 2004 UTC
(8 years, 5 months ago)
by
agaffney
minor changes to gtkfe layout and welcome screen text
Revision
157 -
Directory Listing
Modified
Sun Dec 5 21:18:59 2004 UTC
(8 years, 5 months ago)
by
agaffney
moved part screen to backup
Revision
156 -
Directory Listing
Modified
Sun Dec 5 04:20:08 2004 UTC
(8 years, 5 months ago)
by
agaffney
added deactivate() to GLIScreen and gtkfe.py now calls it on screen switch
Revision
155 -
Directory Listing
Modified
Sun Dec 5 03:13:17 2004 UTC
(8 years, 5 months ago)
by
samyron
Small bug fix, noticed by AllanonJL.
Revision
154 -
Directory Listing
Modified
Sat Dec 4 08:33:47 2004 UTC
(8 years, 5 months ago)
by
codeman
added default snapshot because its impossible to remember offhand
Revision
153 -
Directory Listing
Modified
Sat Dec 4 03:04:12 2004 UTC
(8 years, 5 months ago)
by
agaffney
forgot the images :-/
Revision
152 -
Directory Listing
Modified
Sat Dec 4 03:02:51 2004 UTC
(8 years, 5 months ago)
by
agaffney
initial import of 'working' version
Revision
151 -
Directory Listing
Modified
Fri Dec 3 20:26:21 2004 UTC
(8 years, 5 months ago)
by
agaffney
added initial gtkfe.py
Revision
150 -
Directory Listing
Modified
Thu Dec 2 22:21:26 2004 UTC
(8 years, 5 months ago)
by
agaffney
moved dialog frontend into installer/src/fe/dialog
Revision
149 -
Directory Listing
Modified
Tue Nov 30 21:49:45 2004 UTC
(8 years, 5 months ago)
by
samyron
Removed a few print statements.
Revision
148 -
Directory Listing
Modified
Tue Nov 30 21:38:57 2004 UTC
(8 years, 5 months ago)
by
samyron
Added support for different architecture templates.
Revision
147 -
Directory Listing
Modified
Sun Nov 28 02:46:53 2004 UTC
(8 years, 5 months ago)
by
agaffney
changed the way GLIStorageDevice.py gets ext2/3 free space
Revision
146 -
Directory Listing
Modified
Tue Nov 23 05:35:42 2004 UTC
(8 years, 5 months ago)
by
agaffney
minor bugfix
Revision
145 -
Directory Listing
Modified
Tue Nov 23 05:08:19 2004 UTC
(8 years, 5 months ago)
by
agaffney
removed no longer needed signal handler from dialogfe.py
Revision
144 -
Directory Listing
Modified
Tue Nov 23 05:06:17 2004 UTC
(8 years, 5 months ago)
by
agaffney
bye bye signals
Revision
143 -
Directory Listing
Modified
Mon Nov 22 07:00:54 2004 UTC
(8 years, 5 months ago)
by
agaffney
simplify install loop in dialogfe.py
Revision
142 -
Directory Listing
Modified
Mon Nov 22 06:54:12 2004 UTC
(8 years, 5 months ago)
by
agaffney
switch to constants for notification values
Revision
141 -
Directory Listing
Modified
Mon Nov 22 00:42:03 2004 UTC
(8 years, 5 months ago)
by
agaffney
working notifications and FE control of install process
Revision
140 -
Directory Listing
Modified
Sun Nov 21 22:58:48 2004 UTC
(8 years, 5 months ago)
by
agaffney
dialogfe.py updates
Revision
139 -
Directory Listing
Modified
Sun Nov 21 22:40:11 2004 UTC
(8 years, 5 months ago)
by
agaffney
added _pretend to ClientController
Revision
138 -
Directory Listing
Modified
Sun Nov 21 22:26:45 2004 UTC
(8 years, 5 months ago)
by
agaffney
added start_pre_install() to GLIClientController.py
Revision
137 -
Directory Listing
Modified
Sun Nov 21 06:51:00 2004 UTC
(8 years, 5 months ago)
by
agaffney
CC creates ArchTemplate object and gets install_steps from it
Revision
136 -
Directory Listing
Modified
Sun Nov 21 06:42:32 2004 UTC
(8 years, 5 months ago)
by
agaffney
add get_install_steps() to ArchTemplate
Revision
135 -
Directory Listing
Modified
Sun Nov 21 06:15:43 2004 UTC
(8 years, 5 months ago)
by
agaffney
CC sends notification to FE on install step completion
Revision
134 -
Directory Listing
Modified
Fri Nov 19 06:17:52 2004 UTC
(8 years, 6 months ago)
by
agaffney
update install.py to reflect split up preinstall() in ArchTemplate
Revision
133 -
Directory Listing
Modified
Fri Nov 19 03:02:27 2004 UTC
(8 years, 6 months ago)
by
agaffney
split ArchTemplate's preinstall() into unpack_stage_tarball() and prepare_chroot()
Revision
132 -
Directory Listing
Modified
Tue Nov 16 19:01:19 2004 UTC
(8 years, 6 months ago)
by
agaffney
typo in dialogfe.py
Revision
131 -
Directory Listing
Modified
Tue Nov 16 07:07:59 2004 UTC
(8 years, 6 months ago)
by
agaffney
new size passed to ntfsresize in bytes instead of KiB
Revision
130 -
Directory Listing
Modified
Tue Nov 16 06:59:51 2004 UTC
(8 years, 6 months ago)
by
agaffney
fix to partitioning code to strip .0 from end of number sent to ntfsresize
Revision
129 -
Directory Listing
Modified
Tue Nov 16 05:28:54 2004 UTC
(8 years, 6 months ago)
by
agaffney
more partition code fixes
Revision
128 -
Directory Listing
Modified
Tue Nov 16 05:17:07 2004 UTC
(8 years, 6 months ago)
by
agaffney
install.py fix
Revision
127 -
Directory Listing
Modified
Tue Nov 16 05:15:15 2004 UTC
(8 years, 6 months ago)
by
agaffney
Python's handling of int vs. string sucks
Revision
126 -
Directory Listing
Modified
Tue Nov 16 04:04:58 2004 UTC
(8 years, 6 months ago)
by
agaffney
minor ArchTemplate fixes
Revision
125 -
Directory Listing
Modified
Tue Nov 16 03:06:06 2004 UTC
(8 years, 6 months ago)
by
codeman
spelling errors are such a pain
Revision
124 -
Directory Listing
Modified
Tue Nov 16 02:49:36 2004 UTC
(8 years, 6 months ago)
by
agaffney
committed 'ebuild'-like script for testing install code
Revision
123 -
Directory Listing
Modified
Mon Nov 15 20:15:11 2004 UTC
(8 years, 6 months ago)
by
agaffney
added code to preserve lba flag on partitions
Revision
122 -
Directory Listing
Modified
Sun Nov 14 07:41:00 2004 UTC
(8 years, 6 months ago)
by
agaffney
shell code in dialogfe.py for controlling install via ClientController
Revision
121 -
Directory Listing
Modified
Sun Nov 14 03:02:49 2004 UTC
(8 years, 6 months ago)
by
agaffney
more notification stuff in GLIClientController and dialogfe.py
Revision
120 -
Directory Listing
Modified
Sun Nov 14 02:39:43 2004 UTC
(8 years, 6 months ago)
by
agaffney
GLIClientController now intercepts Exceptions from ArchTemplate functions and passes them to the frontend via a notification
Revision
119 -
Directory Listing
Modified
Sun Nov 14 00:08:28 2004 UTC
(8 years, 6 months ago)
by
agaffney
added install step control from FE
Revision
118 -
Directory Listing
Modified
Sat Nov 13 19:28:28 2004 UTC
(8 years, 6 months ago)
by
agaffney
moved some partition helper function code into main partitioning function
Revision
117 -
Directory Listing
Modified
Fri Nov 12 06:40:21 2004 UTC
(8 years, 6 months ago)
by
agaffney
modifications to GLIStorageDevice for determining ext2/3 freespace
Revision
116 -
Directory Listing
Modified
Fri Nov 12 05:11:33 2004 UTC
(8 years, 6 months ago)
by
agaffney
I should really test before I commit :-/
Revision
115 -
Directory Listing
Modified
Fri Nov 12 05:05:37 2004 UTC
(8 years, 6 months ago)
by
agaffney
fix to GLIStorageDevice.py
Revision
114 -
Directory Listing
Modified
Fri Nov 12 05:03:13 2004 UTC
(8 years, 6 months ago)
by
agaffney
minor modification to dialogfe.py
Revision
113 -
Directory Listing
Modified
Fri Nov 12 04:03:37 2004 UTC
(8 years, 6 months ago)
by
agaffney
GLIStorageDevice can determine minimum safe size for ext2/3 and NTFS
Revision
112 -
Directory Listing
Modified
Fri Nov 12 01:25:33 2004 UTC
(8 years, 6 months ago)
by
agaffney
minor fix (extra tab) in GLIStorageDevice
Revision
111 -
Directory Listing
Modified
Thu Nov 11 23:11:15 2004 UTC
(8 years, 6 months ago)
by
agaffney
added partitioning code to GLIArchitectureTemplate
Revision
110 -
Directory Listing
Modified
Thu Nov 11 22:47:00 2004 UTC
(8 years, 6 months ago)
by
agaffney
using thread-safe Queue module in GLIClientController for notifications
Revision
109 -
Directory Listing
Modified
Thu Nov 11 21:49:16 2004 UTC
(8 years, 6 months ago)
by
agaffney
added notification queue locking for GLIClientController
Revision
108 -
Directory Listing
Modified
Thu Nov 11 19:47:12 2004 UTC
(8 years, 6 months ago)
by
agaffney
update to GLIArchitectureTemplate to refer back to GLIClientController
Revision
107 -
Directory Listing
Modified
Thu Nov 11 19:42:33 2004 UTC
(8 years, 6 months ago)
by
agaffney
committed my GLIStorageDevice.py module
Revision
106 -
Directory Listing
Modified
Thu Nov 11 18:56:00 2004 UTC
(8 years, 6 months ago)
by
samyron
Added the GLINotification.py. Updates to the client controller
Revision
105 -
Directory Listing
Modified
Thu Nov 11 17:53:57 2004 UTC
(8 years, 6 months ago)
by
samyron
Added some Notification code to the ClientController. Also fixed a small bug in GLIUtility.
Revision
104 -
Directory Listing
Modified
Sat Nov 6 07:15:52 2004 UTC
(8 years, 6 months ago)
by
agaffney
hacked spawn() to optionally return command output
Revision
103 -
Directory Listing
Modified
Sat Nov 6 06:48:31 2004 UTC
(8 years, 6 months ago)
by
agaffney
added append_log flag to spawn() function in GLIUtility
Revision
102 -
Directory Listing
Modified
Sat Nov 6 05:04:00 2004 UTC
(8 years, 6 months ago)
by
samyron
Started porting GLIInstallTemplate to the GLIArchitectureTemplate
Revision
101 -
Directory Listing
Modified
Fri Nov 5 02:08:07 2004 UTC
(8 years, 6 months ago)
by
agaffney
a few more fixes for the new pythondialog
Revision
100 -
Directory Listing
Modified
Thu Nov 4 16:45:44 2004 UTC
(8 years, 6 months ago)
by
samyron
Added an MTA option in the InstallProfile
Revision
99 -
Directory Listing
Modified
Wed Nov 3 21:57:35 2004 UTC
(8 years, 6 months ago)
by
agaffney
additional fixes from the pythondialog-2.7 changes
Revision
98 -
Directory Listing
Modified
Tue Nov 2 20:34:26 2004 UTC
(8 years, 6 months ago)
by
agaffney
updated dialogfe.py to work with pythondialog-2.7
Revision
97 -
Directory Listing
Modified
Tue Nov 2 18:28:52 2004 UTC
(8 years, 6 months ago)
by
agaffney
committed my dialog-based frontend
Revision
96 -
Directory Listing
Modified
Mon Nov 1 18:16:10 2004 UTC
(8 years, 6 months ago)
by
codeman
cron and logging now won't barf if not defined. tho logging SHOULD be required.
Revision
95 -
Directory Listing
Modified
Mon Nov 1 02:49:51 2004 UTC
(8 years, 6 months ago)
by
samyron
Patch from agaffney.
Revision
94 -
Directory Listing
Modified
Thu Oct 28 18:51:52 2004 UTC
(8 years, 6 months ago)
by
samyron
Applied and tested patches submitted by agaffney. The partition data is now added to the GLIInstallProfile.
Revision
93 -
Directory Listing
Modified
Wed Oct 27 05:20:36 2004 UTC
(8 years, 6 months ago)
by
codeman
some material here no longer relevant
Revision
92 -
Directory Listing
Modified
Wed Oct 27 05:17:36 2004 UTC
(8 years, 6 months ago)
by
codeman
DANGER: These scripts are just samples of stuff I test from.
I do not recommend using them unless you know what you are doing!
Revision
91 -
Directory Listing
Modified
Wed Oct 27 05:12:07 2004 UTC
(8 years, 6 months ago)
by
codeman
We're supposed to update this way more often :)
Revision
90 -
Directory Listing
Modified
Wed Oct 27 05:09:51 2004 UTC
(8 years, 6 months ago)
by
codeman
Adding the bootloader code and many other various fixes.
This file will now be split up for the ArchTemplates.
Revision
89 -
Directory Listing
Modified
Fri Oct 8 21:04:43 2004 UTC
(8 years, 7 months ago)
by
samyron
Added more options in GLIInstallProfile
Revision
88 -
Directory Listing
Modified
Fri Oct 8 20:55:17 2004 UTC
(8 years, 7 months ago)
by
samyron
Added SimpleXMLParser and modified GLIClientConfiguration and GLIInstallProfile to use it.
Revision
87 -
Directory Listing
Modified
Fri Oct 1 17:31:04 2004 UTC
(8 years, 7 months ago)
by
samyron
Various updates.
Revision
86 -
Directory Listing
Modified
Tue Aug 31 15:34:34 2004 UTC
(8 years, 8 months ago)
by
samyron
Cleanups and updates...
Revision
85 -
Directory Listing
Modified
Mon Aug 30 03:47:44 2004 UTC
(8 years, 8 months ago)
by
samyron
Simple update to GLIException.
Revision
84 -
Directory Listing
Modified
Thu Aug 26 04:27:16 2004 UTC
(8 years, 8 months ago)
by
samyron
Major code cleanup on set_network_type().. this will probably get renamed to set_network()
Revision
83 -
Directory Listing
Modified
Wed Aug 25 21:53:50 2004 UTC
(8 years, 8 months ago)
by
samyron
A few cleanups.. more to come.
Revision
82 -
Directory Listing
Modified
Wed Aug 25 21:42:13 2004 UTC
(8 years, 8 months ago)
by
samyron
Bugfixes from codeman.
Revision
81 -
Directory Listing
Modified
Wed Aug 25 19:38:10 2004 UTC
(8 years, 8 months ago)
by
samyron
Bugfixes.
Revision
80 -
Directory Listing
Modified
Wed Aug 25 14:23:07 2004 UTC
(8 years, 8 months ago)
by
samyron
Added set_proxys to GLIClientController. Added a few new exceptions to GLIException. Rewrote edit_config and added it to
GLIUtility.
Revision
79 -
Directory Listing
Modified
Wed Aug 25 04:39:33 2004 UTC
(8 years, 8 months ago)
by
samyron
Added GLIArchitectureTemplate
Revision
78 -
Directory Listing
Modified
Wed Aug 25 04:38:07 2004 UTC
(8 years, 8 months ago)
by
samyron
Added a few exceptions.
Revision
77 -
Directory Listing
Modified
Tue Aug 24 22:01:21 2004 UTC
(8 years, 8 months ago)
by
samyron
run_cmd has been fixed in GLIUtility. All of the exceptions raised in these 3 files are now subclasses of GLIException.
Revision
76 -
Directory Listing
Modified
Mon Aug 23 19:57:17 2004 UTC
(8 years, 8 months ago)
by
samyron
Updated GLIClientController. It's now a subclass of Thread. Furthermore all of the configuration and
profile generation will now happen in the frontend.
Revision
75 -
Directory Listing
Modified
Mon Aug 23 16:38:02 2004 UTC
(8 years, 8 months ago)
by
samyron
Added GLIException.
Revision
74 -
Directory Listing
Modified
Mon Aug 23 15:20:52 2004 UTC
(8 years, 8 months ago)
by
samyron
Bugfixes...
Revision
73 -
Directory Listing
Modified
Wed Aug 18 14:43:57 2004 UTC
(8 years, 9 months ago)
by
samyron
Fixed a missing ':'
Revision
72 -
Directory Listing
Modified
Tue Aug 17 15:32:04 2004 UTC
(8 years, 9 months ago)
by
samyron
Various updates.
Revision
71 -
Directory Listing
Modified
Wed Aug 11 16:14:43 2004 UTC
(8 years, 9 months ago)
by
samyron
*** empty log message ***
Revision
70 -
Directory Listing
Modified
Wed Aug 11 15:39:50 2004 UTC
(8 years, 9 months ago)
by
samyron
Some useful comments added.
Revision
69 -
Directory Listing
Modified
Wed Aug 11 15:22:32 2004 UTC
(8 years, 9 months ago)
by
samyron
Another small update to GLIUtility
Revision
68 -
Directory Listing
Modified
Wed Aug 11 15:07:20 2004 UTC
(8 years, 9 months ago)
by
samyron
Removed all of the pre/post stuff from GLIInstallProfile. None of this is needed as all of the "pre" stuff is handled in
GLIClientConfiguration. run_cmd has been rewritten in GLIUtility.
Revision
67 -
Directory Listing
Modified
Tue Aug 10 16:35:41 2004 UTC
(8 years, 9 months ago)
by
samyron
Updates to both GLIClientConfiguration and GLIUtility
Revision
66 -
Directory Listing
Modified
Tue Aug 10 16:33:32 2004 UTC
(8 years, 9 months ago)
by
samyron
Initial version of GLIClientController.
Revision
65 -
Directory Listing
Modified
Mon Aug 9 19:43:57 2004 UTC
(8 years, 9 months ago)
by
samyron
More updates to GLIClientConfiguration and GLIUtility. GLIClientConfiguration now supports a default gateway.
Revision
64 -
Directory Listing
Modified
Mon Aug 9 17:30:44 2004 UTC
(8 years, 9 months ago)
by
samyron
Update to GLIClientConfiguration. It now will serialize itself as well as load itself from an xml file. A few more options added, for
networking. Minor GLIUtility updates.
Revision
63 -
Directory Listing
Modified
Sun Aug 8 21:23:48 2004 UTC
(8 years, 9 months ago)
by
samyron
Added a few fixes sent in by codeman.
Revision
62 -
Directory Listing
Modified
Sun Aug 8 15:24:48 2004 UTC
(8 years, 9 months ago)
by
esammer
- Fixed bug that would have messed up the dependency chain. (Thanks to codeman for the catch)
Revision
61 -
Directory Listing
Modified
Sat Aug 7 18:46:13 2004 UTC
(8 years, 9 months ago)
by
samyron
Updates to GLIUtility. run_cmd() and run_bash() were added.
Revision
60 -
Directory Listing
Modified
Sat Aug 7 17:36:34 2004 UTC
(8 years, 9 months ago)
by
esammer
- Fixed bug where self was being passed as file_name (first argument).
Revision
59 -
Directory Listing
Modified
Tue Jun 22 14:17:43 2004 UTC
(8 years, 10 months ago)
by
npmccallum
added the detect_devices function, probably needs more work
Revision
58 -
Directory Listing
Modified
Fri Jun 11 17:52:38 2004 UTC
(8 years, 11 months ago)
by
npmccallum
Added GLIPartitionTools.py
Revision
57 -
Directory Listing
Modified
Tue May 25 14:11:53 2004 UTC
(8 years, 11 months ago)
by
samyron
Updates to the methods set_kernel_modules & serialize. kernel module's should now work fine.
Revision
56 -
Directory Listing
Modified
Tue May 11 20:13:11 2004 UTC
(9 years ago)
by
samyron
Updated GLIUtility. Added an is_nfs() method. Also fixed is_hostname
Revision
55 -
Directory Listing
Modified
Mon May 10 16:35:43 2004 UTC
(9 years ago)
by
samyron
Updates to GLIInstallProfile. add_network_interface added. set_network_interfaces modified.
Revision
54 -
Directory Listing
Modified
Sat May 8 16:41:51 2004 UTC
(9 years ago)
by
esammer
Added some docs to make intent clearer.
Revision
53 -
Directory Listing
Modified
Sat May 8 16:34:13 2004 UTC
(9 years ago)
by
esammer
Made ClientConfiguration into a full blown singleton class. Will add usage pydocs shortly.
Revision
52 -
Directory Listing
Modified
Sun Apr 25 20:13:36 2004 UTC
(9 years ago)
by
esammer
fixed references to method names that were changed (the hyphen issue).
Revision
51 -
Directory Listing
Modified
Sun Apr 25 20:05:33 2004 UTC
(9 years ago)
by
esammer
Fixed binding scope issues for instance variables (they were being rebound each time). InstallTemplate had syntax errors - fixed. Hyphens are not allowed in method names. Removed an unused variable or two.
Revision
50 -
Directory Listing
Modified
Thu Apr 22 20:45:02 2004 UTC
(9 years ago)
by
samyron
Updates to GLIInstallProfile.py
Revision
49 -
Directory Listing
Modified
Tue Apr 13 00:01:00 2004 UTC
(9 years, 1 month ago)
by
npmccallum
added _fetch_and_unpack_tarball(), _add_to_runlevel()
completed setup_network_pre(), unpack_tarball()
finished the custom section of install_portage_tree()
a few little code cleanups (nothing big, just readability stuff)
Revision
48 -
Directory Listing
Modified
Mon Apr 12 15:01:41 2004 UTC
(9 years, 1 month ago)
by
npmccallum
changed all referances of "custom_stage3_tarball_uri" to
"stage_tarball_uri". This will be the uri to the stage tarball. It is
no longer a "custom" thing, but a "standard" thing
Revision
47 -
Directory Listing
Modified
Mon Apr 12 02:58:38 2004 UTC
(9 years, 1 month ago)
by
npmccallum
completed the set_network_post() method. Basically everything else at
this point depends on partitioning info.
Revision
46 -
Directory Listing
Modified
Sun Apr 11 21:47:21 2004 UTC
(9 years, 1 month ago)
by
esammer
added coding guidelines.
Revision
45 -
Directory Listing
Modified
Fri Apr 9 17:09:39 2004 UTC
(9 years, 1 month ago)
by
npmccallum
added firstboot root password script
Revision
44 -
Directory Listing
Modified
Fri Apr 9 03:39:28 2004 UTC
(9 years, 1 month ago)
by
npmccallum
Drastically simplified _run(), because of this, _log() was no longer
needed, so it was removed.
Revision
43 -
Directory Listing
Modified
Fri Apr 9 03:23:10 2004 UTC
(9 years, 1 month ago)
by
npmccallum
completed methods for set_users() and set_root_password()
Revision
42 -
Directory Listing
Modified
Fri Apr 9 03:00:09 2004 UTC
(9 years, 1 month ago)
by
esammer
added unit tests for new logger singleton.
Revision
41 -
Directory Listing
Modified
Fri Apr 9 02:46:59 2004 UTC
(9 years, 1 month ago)
by
esammer
updated unit test file to actually work.
Revision
40 -
Directory Listing
Modified
Fri Apr 9 02:30:00 2004 UTC
(9 years, 1 month ago)
by
esammer
added GLILogger - a singleton (semi-)generic logger that can be used throughout the GLI to centralize all logging.
Revision
39 -
Directory Listing
Modified
Thu Apr 8 21:40:21 2004 UTC
(9 years, 1 month ago)
by
npmccallum
broke up install_system_utils() and fixed some dependency issues
Revision
38 -
Directory Listing
Modified
Thu Apr 8 18:44:56 2004 UTC
(9 years, 1 month ago)
by
npmccallum
fixed exitstatus issue
Revision
37 -
Directory Listing
Modified
Tue Apr 6 20:58:16 2004 UTC
(9 years, 1 month ago)
by
samyron
Many functions added to the InstallProfile. Also, all methods in
GLIUtility.py were changed from _<method> to just <method> because they
are not considered private.
Revision
36 -
Directory Listing
Modified
Tue Apr 6 02:33:43 2004 UTC
(9 years, 1 month ago)
by
npmccallum
small stuff...
Revision
35 -
Directory Listing
Modified
Sun Apr 4 03:26:18 2004 UTC
(9 years, 1 month ago)
by
npmccallum
Lots of stuff...
Revision
34 -
Directory Listing
Modified
Sat Mar 27 20:12:33 2004 UTC
(9 years, 1 month ago)
by
npmccallum
started fleshing out depends and even some smaller methods
Revision
33 -
Directory Listing
Modified
Sat Mar 27 18:58:39 2004 UTC
(9 years, 1 month ago)
by
npmccallum
see ChangeLog
Revision
32 -
Directory Listing
Modified
Sat Mar 27 17:20:04 2004 UTC
(9 years, 1 month ago)
by
npmccallum
moved GLI.py to GLIInstallProfile.py for consistancy
Revision
31 -
Directory Listing
Modified
Sat Mar 27 17:12:27 2004 UTC
(9 years, 1 month ago)
by
npmccallum
first import
Revision
30 -
Directory Listing
Modified
Sat Mar 27 16:42:38 2004 UTC
(9 years, 1 month ago)
by
npmccallum
samyron's patch
Revision
29 -
Directory Listing
Modified
Sat Mar 27 16:41:15 2004 UTC
(9 years, 1 month ago)
by
npmccallum
small stuff...
Revision
28 -
Directory Listing
Modified
Fri Mar 26 18:43:10 2004 UTC
(9 years, 1 month ago)
by
npmccallum
added _edit_config() to InstallTemplate
Revision
27 -
Directory Listing
Modified
Fri Mar 26 03:16:59 2004 UTC
(9 years, 1 month ago)
by
npmccallum
ChangeLog update
Revision
26 -
Directory Listing
Modified
Fri Mar 26 03:09:38 2004 UTC
(9 years, 1 month ago)
by
npmccallum
added a private _exec_in_chroot() method. To run a program in chroot
requires a bit of fork() magic. This gives us handy referance.
Revision
25 -
Directory Listing
Modified
Thu Mar 25 21:31:26 2004 UTC
(9 years, 1 month ago)
by
npmccallum
InstallTemplate
Revision
24 -
Directory Listing
Modified
Thu Mar 25 21:03:03 2004 UTC
(9 years, 1 month ago)
by
npmccallum
more diagram updates
Revision
23 -
Directory Listing
Modified
Thu Mar 25 20:01:13 2004 UTC
(9 years, 1 month ago)
by
npmccallum
Updates to class diagram
Revision
22 -
Directory Listing
Modified
Tue Mar 16 02:50:52 2004 UTC
(9 years, 2 months ago)
by
esammer
added authors list... hope no one was left out. :(
Revision
21 -
Directory Listing
Modified
Tue Mar 16 02:38:19 2004 UTC
(9 years, 2 months ago)
by
esammer
Added patches submitted by Scott Myron - The New Guy(tm). Some generic functions moved into GLIUtility and touched up.
Revision
20 -
Directory Listing
Modified
Thu Feb 26 03:33:30 2004 UTC
(9 years, 2 months ago)
by
npmccallum
Added a prototype InstallTemplate
Revision
19 -
Directory Listing
Modified
Sat Feb 21 22:56:54 2004 UTC
(9 years, 2 months ago)
by
esammer
added some useful info in the otherwise barron readme file.
Revision
18 -
Directory Listing
Modified
Sat Feb 21 22:48:05 2004 UTC
(9 years, 2 months ago)
by
npmccallum
fixed a bunch of syntax errors
Revision
17 -
Directory Listing
Modified
Sat Feb 21 22:41:34 2004 UTC
(9 years, 2 months ago)
by
npmccallum
fixed missing \n's
Revision
16 -
Directory Listing
Modified
Sat Feb 21 22:39:25 2004 UTC
(9 years, 2 months ago)
by
npmccallum
fixed a typo on line 164 and 169
Revision
15 -
Directory Listing
Modified
Sat Feb 21 22:07:15 2004 UTC
(9 years, 2 months ago)
by
npmccallum
fixed formatting issue
Revision
14 -
Directory Listing
Modified
Sat Feb 21 02:10:11 2004 UTC
(9 years, 2 months ago)
by
npmccallum
Added network_interfaces accessors and strict type checking for all
accessors.
Revision
13 -
Directory Listing
Modified
Thu Feb 19 22:28:29 2004 UTC
(9 years, 3 months ago)
by
npmccallum
added network_interfaces variable and accessors
Revision
12 -
Directory Listing
Modified
Thu Feb 19 18:41:02 2004 UTC
(9 years, 3 months ago)
by
esammer
fixed indenting issue.
Revision
11 -
Directory Listing
Modified
Thu Feb 19 18:23:01 2004 UTC
(9 years, 3 months ago)
by
npmccallum
updated methods for set_ and get_ partition_tables.
Revision
10 -
Directory Listing
Modified
Thu Feb 19 03:24:06 2004 UTC
(9 years, 3 months ago)
by
npmccallum
Added code for partitioning_tables
Revision
9 -
Directory Listing
Modified
Sun Feb 15 20:34:09 2004 UTC
(9 years, 3 months ago)
by
esammer
make sure we run tests from src (for now).
Revision
8 -
Directory Listing
Modified
Sun Feb 15 02:11:27 2004 UTC
(9 years, 3 months ago)
by
esammer
added cvs and copyright headers to new test files.
Revision
7 -
Directory Listing
Modified
Sun Feb 15 01:38:39 2004 UTC
(9 years, 3 months ago)
by
esammer
updated changelog. added sax parsing to InstallProfile, fixed accessors, clean up, added pydoc, and more. added initial unit test code current tests pass but need a lot of work.
Revision
6 -
Directory Listing
Modified
Thu Feb 12 20:45:40 2004 UTC
(9 years, 3 months ago)
by
npmccallum
Added a bunch of instance variables and documented them.
Revision
5 -
Directory Listing
Modified
Wed Feb 11 03:36:04 2004 UTC
(9 years, 3 months ago)
by
esammer
added timezone with accessors to act as a point of reference.
Revision
4 -
Directory Listing
Modified
Wed Feb 11 01:47:03 2004 UTC
(9 years, 3 months ago)
by
esammer
added skeleton misc files
Revision
3 -
Directory Listing
Modified
Tue Feb 10 00:24:32 2004 UTC
(9 years, 3 months ago)
by
esammer
added super skeletal GLI module.
Revision
2 -
Directory Listing
Modified
Mon Feb 9 23:02:37 2004 UTC
(9 years, 3 months ago)
by
esammer
added gli class diagram. dia file - binary.
Revision
1 -
Directory Listing
Added
Mon Feb 9 23:02:37 2004 UTC
(9 years, 3 months ago)
by
(unknown author)
New repository initialized by cvs2svn.
| Sticky Revision: |
|