Changeset 1562 in ProjectBuilder for pbconf/devel/project-builder/pbcl


Ignore:
Timestamp:
May 22, 2012, 3:29:28 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Changelogs updated for 0.12.1 delivery
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/project-builder/pbcl

    r1368 r1562  
    66- TBD
    77
    8 0.12.1 (2011-11-27)
     80.12.1 (2012-05-22)
     9- Don't create a repomd.xml.key symlink if the pubkey is empty.  opensuse zypper will reject the file and refuse to use the repo (even if the option to ignore signatures is specified) (Eric Anderson)
     10- lots of improvement into .deb repositories support (Eric Anderson)
     11- Use new pbgpgcheck option to control whether we enable gpgcheck in the repo script. (Eric Anderson)
     12- Use new projcomponent value to specify which component we are building for -- most things probably aren't contrib (for deb based distros) (Eric Anderson)
     13- Tolerate the file: and flat: schemes -- they were tolerated in some places but not others. (Eric Anderson)
     14- Lots of documentation improvements (Eric Anderson)
     15- log when we start and finish the build, that's an important state. (Eric Anderson)
     16- Greatly simplify pb_get_distros function by using split and join. (Eric Anderson)
     17- New pb_pbos_to_keylist function to generate the list of basenames. (Eric Anderson)
     18- Improve support of ftp/http proxy, in particular for VEs. (Eric Anderson)
     19- Add support for multi-line filter variables. (Eric Anderson)
     20- Make sure that if we are doing a parallel build we will stop on errors if that option is set. (Eric Anderson)
     21- Fix bug in running in 32bit VE with 64bit host. (Eric Anderson)
     22- Do *not* set the time in a virtual environment as it breaks stuff. (Eric Anderson)
     23- Tolerate failures on the debsign step -- the key-file can validly not exist. (Eric Anderson)
     24- Add a new option pbusesshagent in pb.conf to allow the user to specify whether he wants to use his existing SSH environement and agent, or if he prefers to create a new key pair for building. (Bruno Cornec)
     25- Update to make the port and login optional config entries. (Eric Anderson)
     26- vmmonport is now optional. (Bruno Cornec)
     27- vmmem is also now really optional (wasn't working before as wasn't correctly tested). (Bruno Cornec)
     28- newv(e|m) doesn't require execution of cms2build before being available. (Bruno Cornec)
     29- Set pb_stop_on_error, add option to continue through errors. (Eric Anderson)
     30- Only try to apply and sign patches if the apply script exists. (Eric Anderson)
     31- Add git support in pb_vcs_up, pb_vcs_checkin and pb_vcs_add. (Eric Anderson)
     32- Conf.pm largely rewritten to cache all conf files into a local $h hash in which conf files are added in reverse order. (Bruno Cornec)
     33- Improve web delivery by forcing more open modes for files (644) and dirs (755) in the web tree. (Bruno Cornec)
     34- Split CMS functions in 2 parts, one lowlevel reusable outside of pb in VCS.pm, the remaining stay in CMS.pm, part of pb. (Bruno Cornec)
     35- Fix #99. Adds a new extdir member to the pb structure, in order to manage the timestamp tag added in version name for test versions and have a complete correspondance between the tar file content, and the names. This modification creates an incompatibility in the build part of pb (thus change to 0.12.x), so requires that the build environment be updated before it's usable (with setupve|vm or sbx2setupve|vm). Use the new extdir member to update existing projects filter (Bruno Cornec)
     36- Adds a new -k option to kep some temporary files for debug purposes (Bruno Cornec)
     37- Fix bugs on check for gentoo. -r is for official versions, _p for test versions (Bruno Cornec)
     38- Improve handling of lack of svn2cl command (Bruno Cornec)
     39- Fix 2 bugs in newver with automatic change of version and delivery check to be done. (Bruno Cornec)
     40- Fix #585 bug in the Mondorescue project (http://trac.mondorescue.org/ticket/585) by creating correct symlinks to the repo key file. (Bruno Cornec)
     41- Make the parameter of the -t option optional, in which case the underlying distro is used. (Bruno Cornec)
     42- Adds a cleanssh target to purge test versions on the remote repository. (Bruno Cornec)
     43- Adds option checkexclude and command checkssh with the -rebuild option: this allows to check after the build which packages have not been built correctly and to potentially relaunch the build. (Bruno Cornec)
     44- Fix #93 by recoding newver partly and remove the fixed loading of a pb profile in KVM and put it in option. (Bruno Cornec)
     45- Start to add CPAN upload support to solve #101 - Needs to be tested now with an official version. (Bruno Cornec)
    946- Fix a bug in the recursive function pb_list_bfiles where file handle should not be global (Bruno Cornec)
    1047- Add support for patches for deb family of distributions (bump version to 0.12 as this is an incompatible change which requires VM update) (Bruno Cornec)
Note: See TracChangeset for help on using the changeset viewer.