Changeset 1228 in ProjectBuilder


Ignore:
Timestamp:
Feb 26, 2011, 8:42:16 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Prepare 0.11.1 delivery
Location:
pbconf/devel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/ProjectBuilder/pbcl

    r1160 r1228  
    55devel (2030-01-01)
    66- TBD
     7
     80.11.1 (2011-02-26)
     9- Document [web]sshdir|port|login|host (Bruno Cornec)
     10- tmout param is optional and now handled and documented as such (Bruno Cornec)
     11- rmntpcmd, vmhost, vmmem, vmntpcmd and vmsize have OS keys and not project keys. Fixed in doc and code.  (Bruno Cornec)
     12- Mageia distributions are now working wirh pb (Bruno Cornec)
     13- pb_mkdir_p doesn't return anything anymore. Test of return removed. (Bruno Cornec)
     14- Add debian 6.0 build support and VMs (Bruno Cornec)
     15- use --no-suggests for urpmi to allow for minimal chroot build (Bruno Cornec)
     16- Add full path names on sudo  (Bruno Cornec)
     17- Fix pb_changelog with test for correct pb hash values which were changed previously (Bruno Cornec)
     18- Detail security aspects in pb, especially for RM setup with sudo (to be improved) in file SECURITY in pb-doc (Bruno Cornec)
     19- Adds codenames for Debian 6.0 and Ubuntu 11.04 (Bruno Cornec)
     20- Introduction of a new hash $pbos to manage all os related info through a single data structure. All functions reviewed accordingly. Externally transparent, hopefully, but much cleaner code as a consequence. (Bruno Cornec)
     21- Adds support for Remote Machines (RM). (Bruno Cornec)
     22- removedot only applies to the extension generated not to the rest of the distro ver (so filters have the right name, ...) (Bruno Cornec)
    723
    8240.10.1 (2011-01-13)
  • pbconf/devel/project-builder/pbcl

    r1160 r1228  
    55devel (2030-01-01)
    66- TBD
     7
     80.11.1 (2011-02-26)
     9- NOTE: This version requires 0.11.1 in both host and guests so the whole processes work correctly. (Bruno Cornec)
     10- Fix #87 - correct pbsrc management. This requires to update pb in the VM|RM|VE in order to work correctly (Nicolas Doualot/Bruno Cornec)
     11- Fix #86 - error in hash test sources should be used and not patches (Nicolas Doualot)
     12- Improve tmout management which is optional and now handled and documented as such using pb_distro_get_param (Bruno Cornec)
     13- rmntpcmd, vmhost, vmmem, vmntpcmd and vmsize have OS keys and not project keys. Fixed in doc and code. (Bruno Cornec)
     14- pb_date2v needs the pbos as param to deal with *ntpcmd correctly. $v param removed as a consequence. (Bruno Cornec)
     15- Fix #83. rmntp is indeed optional. But rmntpcmd is mandatory as used to be placed at setup time in the sudoers file in order to allow its usage by root when needed from the build account (Bruno Cornec)
     16- Packages installed are now using really the install command not the update one. (Bruno Cornec)
     17- The repo key for pb now uses the delivery level (mandatory for gentoo) (Bruno Cornec)
     18- Fix pb_get_filters to also support filter based on os name and os-ver-arch as well to be coherent, and also fix bugs in the tests made for filter exitence. (Bruno Cornec)
     19- Fix pb_changelog with test for correct pb hash values which were changed previously (Bruno Cornec)
     20- Revert back using no arch subdir for deb based repo (Bruno Cornec)
     21- Introduce new parameter oscmdpath to support external commands full path name easier (could also be very useful for MondoRescue) (Bruno Cornec)
     22- Change pb_date2v interface to just return the line we want. (Bruno Cornec)
     23- Fix a parallelism issue when building in VMs. (Bruno Cornec)
     24- Fix pb for patches and additional sources support in parallel mode which was previously broken. (Bruno Cornec)
     25- Avoids a unicity issue when in parallel mode in pb_filter_file_inplace, by generating a unique temp file. (Bruno Cornec)
     26- Allow pb_filter_file to manage undefined filter hash (Bruno Cornec)
     27- Use some full path names for commands to improve security with sudo (for RM). (Bruno Cornec)
     28- Adds support for RM (Remote Machines) in addition to VE/VM (Bruno Cornec)
     29- pb_get_port function now needs the ref to the pbos (Bruno Cornec)
     30- Add full path names on sudo commands now that a precise usage is done with sudo + other related fixes. (Bruno Cornec)
     31- pb_get_sudocmds function added to provide the external list of commands called by sudo in osupd or osins. The whole sudo process has been revised. Only VE allow for ALL command execution. VM|RM are now just calling the commands they need. (Bruno Cornec)
     32- Introduction of a new hash $pbos to manage all os related info through a single data structure. All functions reviewed accordingly. Externally transparent, hopefully, but much cleaner code as a consequence. VM/VE/RM remains to be tested. (Bruno Cornec)
     33- Fix ebuild test name generation (Francesco Talamona)
     34- Fix project package generation from file URL (Bruno Cornec)
     35- Prepare for HP-UX port. Introduce hpux entry (not working) (Bruno Cornec)
     36- Fix bugs when initializing a pb env without anything previously available exept the ~/.pbrc (Bruno Cornec)
     37- Fix a bug in Web delivery where the pbscript wasn't executable by default which now is a problem. (Bruno Cornec)
     38- Fix -nographic option name (Bruno Cornec)
    739
    8400.10.1 (2011-01-13)
  • pbconf/devel/rpmbootstrap/pbcl

    r1160 r1228  
    55devel (2030-01-01)
    66- TBD
     7
     80.11.1 (2011-02-26)
     9- rpmbootstrap wasn't using the right conf file when launched with sudo is fixed by using the SUDO_USER env. var.
     10- pb.conf rbsmirrorsrv now uses pbos var, and is filtered correctly. (Bruno Cornec)
     11- Introduction of a new hash $pbos to manage all os related info through a single data structure. All functions reviewed accordingly. Externally transparent, hopefully, but much cleaner code as a consequence. (Bruno Cornec)
    712
    8130.10.1 (2011-01-13)
Note: See TracChangeset for help on using the changeset viewer.