[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted pgi 0.9.4.4 (i386 source)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 14 Mar 2002 15:29:32 -0500
Source: pgi
Binary: pgi
Architecture: source i386
Version: 0.9.4.4
Distribution: unstable
Urgency: medium
Maintainer: Progeny Debian Packaging Team <debian-packages@progeny.com>
Changed-By: Branden Robinson <branden@progeny.com>
Description: 
 pgi        - Progeny graphical installer creation system
Changes: 
 pgi (0.9.4.4) unstable; urgency=medium
 .
   * Makefile:
     - Create a new, PGI profile 'ssh'.  This is identical to 'custom' before
       ssh was yanked from it. (epg)
   * busybox.h:
     - Stop building busybox wget. (branden)
   * debian/control:
     - Update and reflow extended description. (branden)
     - Add wget to live filesystem. (branden)
   * doc/guide.xml:
     - Document the "SYSLOG" variable now that we're exporting it. (branden)
     - No sooner do I document proper usage of long options than I notice a lot
       our examples are missing the correct syntax.  Whoops. (branden)
     - Fixed lots of typos, missing words, awkward constructions, etc.  Added
       IDs to lots of chapters and titles.  Wrote some new sections.  Just
       generally bulked up the document a bit. (branden)
     - Add caveat about kernels and PCMCIA support. (branden)
   * doc/pgi-build.refentry:
     - Document how optargs are used with short and long options.  Move -D
       option description to be in ASCIIbetical order.  Add documentation of -P
       option. (branden)
     - Add IDs to refsect1 and title elements. (branden)
   * images/i386/Makefile:
     - Create pcmcia.tgz and put it on the live fs (along with modules.tgz).
       (jlicquia)
   * images/i386/syslinux.screen01.txt.in:
     - Document new environment screen, renumber info screen. (branden)
     - A couple of items in the menu were reversed in order.  Fixed. (branden)
   * images/i386/syslinux.screen02.txt.in:
     - Fix colors on "rescue" and "boot", and add reference to F7 screen
       regarding environment variables. (branden)
     - A couple of F-key references were incorrect.  Fixed. (branden)
   * images/i386/syslinux.screen03.txt.in:
     - Point HTTP proxy people to new environment screen. (branden)
   * images/i386/syslinux.screen04.txt.in:
     - Fixed wrong color on one character.  Not like anyone would have noticed.
       But now it's pedagogically correct use of color! (branden)
   * images/i386/syslinux.screen07.txt.in:
     - New screen; description of interesting environment variables.  Right now
       just talks about http_proxy. (branden)
     - Fix color issue. (branden)
   * images/i386/syslinux.screen08.txt.in:
     - Move build info screen to F8 to make room for new environment screen.
       (branden)
   * {options,examples/configlets/options}:
     - Add stanza for PGI_HTTP_PROXY variable. (branden)
   * pgi-build:
     - New option, -P --pgi-http-proxy. (branden)
     - Sort options in ASCIIbetical order. (branden)
   * {python/pgi/base.py,stage1/installer-druid,stage1/setup-base-text.py}:
     - Remove pgi.base.debootstrap() and pgi.base.install_extra(), substituting
       the combined pgi.base.install_packages().  This does the work of both of
       the old functions via debootstrap. (jlicquia)
   * python/pgi/base.py:
     - More debugging messages. (jlicquia)
     - Explicitly run debootstrap with bash, as it contains bashisms.
       (jlicquia)
   * python/pgi/bootloader-i386.py:
     - Run grub-install with sh -x. (branden)
   * stage0/mkinitrd:
     - If PGI_HTTP_PROXY is defined, write its value to /etc/http_proxy on the
       installer initrd. (branden)
   * stage0/stage0.sh:
     - If /etc/http_proxy exists, set the http_proxy variable to its contents.
       Export and unset http_proxy in the appropriate places. (branden)
     - Re-enable loading of modules from the CD tarball; when the error message
       test was fixed, it exposed a bug where modules found in the tarball
       would be extracted, but never loaded. (jlicquia)
     - Correct an explicit "/live" usage. (branden)
     - pgilog() where our live filesystem comes from and where it gets mounted.
       (branden)
     - $module_filename -> $module_filenames.  I'm a stickler for communicative
       variable names. (branden)
     - Enable bridge and USB detection in stage 0, so PCMCIA and USB devices
       have a chance of getting detected. (jlicquia)
     - Fix PCMCIA handling; don't worry about checking for
       /lib/modules/*/pcmcia, and load the ds module before starting cardmgr.
       (jlicquia)
     - Report if PCMCIA is not detected. (jlicquia)
     - Don't make it a fatal error if pcmcia.tgz isn't around.  Just warn the
       user that PCMCIA may not have everything it needs. (jlicquia)
     - Only export http_proxy if the corresponding /etc file exists.  ash is
       strange in that if you export an undefined variable, it's defined in
       subprocesses.  (Or, as I'm sure Xu will say, bash is strange in that it
       doesn't.)   Busybox wget eats a gun if http_proxy is in the environment
       but null. (branden)
     - Inform user that we're starting cardmgr, and sleep for a few seconds so
       cardmgr has time to register the presence of PCMCIA network cards before
       we charge forward and try to configure the network. (branden)
   * stage1/installer.glade.in:
     - Delete outdated text about user being prompted to remove CD-ROM.
       (branden)
   * stage1/installer-druid:
     - Set the druid's page back to the partition-method selection
       screen ("target") if not enough free space was found. (epg)
     - Fix broken usage of Parted API all over the place.  This solves
       the problem with tiny bogus partitions claiming to be free space
       showing up in the custom partitioning tree widget. (epg)
     - Fix that "Linuxand reboot" thing. (branden)
   * stage1/installer-x.sh:
     - Mention the logfile when reporting failure of X server or druid.
       (branden)
     - Fix formatting error in newly modified failure messages. (branden)
   * stage1/internal.files.list:
     - Add wget. (branden)
     - Use GNU grep, not busybox grep, on live filesystem.  I'm sick of
       not having the context option available. (branden)
   * stage1/stage1.sh:
     - Cosmetic fix to a log message. (branden)
     - Explain why a shell is launched in debug mode right before
       running preinst.sh.  Also, do the same thing (and actually launch a
       shell in debug mode) right before postinst.sh. (branden)
   * tools/detectmodules.sh:
     - Add i82365 and ds to BASE_MODULES for both 2.2 and 2.4 kernels.
       (jlicquia)
Files: 
 42af29006c19da7787b6ded13c8b712f 642 admin extra pgi_0.9.4.4.dsc
 b299a50ad7613c1766b01487ffea85a4 426659 admin extra pgi_0.9.4.4.tar.gz
 cdeb4ac1381146a8d43394cbe6a73435 409704 admin extra pgi_0.9.4.4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjyREHQACgkQ6kxmHytGonynAwCeLS7oFBXGH5m4/kzsTd8oK+RB
unYAn2y4P9uX6+jIe3hFGMZbv3/VC9Lp
=4M7m
-----END PGP SIGNATURE-----


Accepted:
pgi_0.9.4.4.dsc
  to pool/main/p/pgi/pgi_0.9.4.4.dsc
pgi_0.9.4.4.tar.gz
  to pool/main/p/pgi/pgi_0.9.4.4.tar.gz
pgi_0.9.4.4_i386.deb
  to pool/main/p/pgi/pgi_0.9.4.4_i386.deb



Reply to: