- Timestamp:
- Jan 15, 2011, 1:47:04 AM (14 years ago)
- Location:
- pbconf/devel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pbconf/devel/ProjectBuilder/pbcl
r1038 r1160 5 5 devel (2030-01-01) 6 6 - TBD 7 8 0.10.1 (2011-01-13) 9 - Prepare HP-UX port (Bruno Cornec) 10 - redhat distros extension set by default to rh (Bruno Cornec) 11 - Adds a global variables VERSION and REVISION for version management (Bruno Cornec) 12 - Module Version.pm move to pb-modules due to that (Bruno Cornec) 13 - Fix pbdistrocheck install command printing (Bruno Cornec) 14 - Fix mandralinux old distro build in pb.conf (Note only non symlink release files are important) (Bruno Cornec) 15 - Avoid File::MimeInfo hard requirement. Only abort if not found when needed. (Bruno Cornec) 16 - Fix a bug in test modules when using Test simple only (Bruno Cornec) 17 - Avoids to force a dep on Test::More. Just use Test and a fake test if Test::More is not available. (Bruno Cornec) 18 - pb_system fixed to support parallel calls (Bruno Cornec) 19 - Update of pb.conf.pod documentation for all changes made (Bruno Cornec) 20 - Adds params to pb_distro_setuprepo to support generic family/os templates (Bruno Cornec) 21 - Use new pb.conf variable (ospkg and osrepo for pkg install) (Bruno Cornec) 22 - Adds function pb_distro_setuposrepo to setup pb install repo in case of package install and adds a default pbinstalltype for projects as pkg (Bruno Cornec) 23 - Use pb_check_req to avoid hardcoded path of needed commands (Bruno Cornec) 24 - Fix #70 by adding update commands updatevm|ve and fixes for gentoo and debian (Bruno Cornec) 25 - Fix a bug in pb_system when using redirctions in the command (Bruno Cornec) 26 - Rename previous option osupd into the more correct osins, and add a real osupd param to support distribution update commands (Bruno Cornec) 27 - Remove dependency on Mail::Sendmail to where it's really needed (part of Log, not used yet, and annouce). In particular this removes one non std dep for VE/VM build. (Bruno Cornec) 28 - Fix #66: Adds log management (contribution from joachim). Starting point, as some more work has to be done around it. (Bruno Cornec) 29 - Increase number of tests for Base and fix a bug on pb_get_uri (Bruno Cornec) 30 - Adds function pb_distro_getlsb and make pbdistrocheck fully lsb_release compatible (Bruno Cornec) 31 - Adds a new optional "os" parameter for pb_distro_get_param (upper family such as linux) (Bruno Cornec) 32 - Adds new feature: possibility to deliver in multiple variable dirs, and not just / and test (Bruno Cornec) 33 - Force printing on stdout in pb_log if 0 level (Bruno Cornec) 34 - Add support for LSB 3.2 (Bruno Cornec) 35 - remove all dots in version when asked to (Bruno Cornec) 36 - various rpmlint and lintian fixes (Bruno Cornec) 37 - Adds ebuild version for pb gentoo packages (Bruno Cornec) 7 38 8 39 0.9.10 (2010-06-07) -
pbconf/devel/project-builder/pbcl
r1038 r1160 5 5 devel (2030-01-01) 6 6 - TBD 7 8 0.10.1 (2011-01-13) 9 - Adds 2 new commands sbx2setupve|vm to update an in VE|VM incompatible version of pb to latest needed to dialog correctly (Bruno Cornec) 10 - Do not return in pb_send2target if pb file not available in order to shutdown VM in all cases (Bruno Cornec) 11 - Target build dir is now in dir/ver/arch everywhere, including in the delivery repo (Bruno Cornec) 12 - Avoid File::MimeInfo hard requirement. Only abort if not found when needed. (Bruno Cornec) 13 - Improve report when a perl module is missing (Bruno Cornec) 14 - Kill an existing crashed VM using an SSH port needed for another VM (should avoid crashed VM to stay when building for all VMs) (Bruno Cornec) 15 - Use a new parameter vmbuildtm as a timeout before killing the VM (should correspond to build + transfer time) (Bruno Cornec) 16 - Mail::Sendmail is now optional for Log module as well, even if not used yet (Bruno Cornec) 17 - use twice the number of VMs for ports in the range for SSH communication to allow for VMs to finish in an unordered way. (Bruno Cornec) 18 - Module Version.pm move to pb-modules due to VERSION support addition (Bruno Cornec) 19 - Adds function pb_set_parallel which set $pbparallel depending on memory size for VMs (Bruno Cornec) 20 - Adds pb_set_port and pb_get_port functions to deal with SSH communication port with VMs using a range (Bruno Cornec) 21 - sbx|cms2builb, build2pkg, build2v and setup2v are now using Parallel::ForkManager to generate packages in parallel and add a conf param - pbparallel - to force number of cores (Bruno Cornec) 22 - Fix #68 by adding new option -g to support non-graphical modes on the CLI and not only in conf files and env var (Bruno Cornec) 23 - Change pbgen and pbscript files to unique versions where appropriate to support later on parallelism (Bruno Cornec) 24 - Fix #76 by improving solaris skeleton generation (Nicolas Doualot) 25 - Adds params to pb_distro_setuprepo to support generic family/os templates (Bruno Cornec) 26 - Adds function pb_distro_setuposrepo to setup pb install repo (Bruno Cornec) 27 - Fix both #74 and #10 by adding support for additional files under a pbsrc dir, that can be manipulated at build time. (Bruno Cornec) 28 - Use pb_check_req to avoid some hardcoded path (Bruno Cornec) 29 - Fix #56 by creating the Contents file at the right place and using the buildrepo script content for debian (Bruno Cornec) 30 - Rename previous option osupd into the more correct osins, and add a real osupd param to support distribution update commands (Bruno Cornec) 31 - Adds a new optional parameter os for pb_distro_get_param (upper family such as linux) (Bruno Cornec) 32 - Adds support for -t option to prepare a builbot or similar interface. (Bruno Cornec) 33 - Fix #70 by adding 2 new commands to update distributions in VM|VE with updatevm|ve (Bruno Cornec) 34 - Adds new configuration parameters (oschkcmd, oschkopt) to externalize package checking command (Bruno Cornec) 35 - Adds new configuration parameters (pbinstalltype, pbpkg) to start allowing installation of pb in VM/VE with packages or files (Bruno Cornec) 36 - Add support for RHEL6, Fedora 14, Mandriva 2010.1, Ubuntu 10.10 (Bruno Cornec) 37 - Improve display of RPMS and SRPMS packages generated to allow easy cut and paste. (Bruno Cornec) 38 - Fix #69 by doing recursion in pb_list_bfiles to handle new Debian 3.0 format with subdirs (Bruno Cornec) 39 - Fix #36 by adding new targets to pb with sbx2 aka sandbox suffix. They replace in feature the previous cms2 targets (Bruno Cornec) 40 - Fix #65 by adding support for .ymp files (Bruno Cornec) 41 - Fix a bug when calling clean with no previous environment available (Josh Zhao) 42 - New Web site management with 4 targets instead of only 2: sbx2webssh, cms2webssh, sbx2webpkg, cms2webpkg (Bruno Cornec) 43 - Fix a bug when building for non VCS hosted projects in pb_cms_compliant (Bruno Cornec) 44 - halt command is in another path on Solaris (Bruno Cornec) 45 - Fix #66 by adding log management - not used yet - and Bug in template generation for define macro (Joachim Langenbach) 46 - Fix a bug on gentoo build where tag needs to be prepended with 'r' (Francesco Talamona/Bruno Cornec) 47 - Fix #64: add support for packager names with single quotes in it (krnekit) 48 - Fix #41 by externalizing the VM command in the new vmcmd option (Bruno Cornec) 49 - Fix a bug where some options were passed prefixed with a space and some other postfixed in the usage of PBVMOPT (Joachim Langenbach/Bruno Cornec) 50 - Adds new "Walt Disney" feature: possibility to deliver in multiple variable dirs, and not just / and test (Bruno Cornec) 51 - Improve Web site delivery for docs (man pages, ...) (Bruno Cornec) 52 - various rpmlint and lintian fixes (Bruno Cornec) 53 - Adds ebuild version for pb gentoo packages (Bruno Cornec) 7 54 8 55 0.9.10 (2010-06-07) -
pbconf/devel/rpmbootstrap/pbcl
r1038 r1160 5 5 devel (2030-01-01) 6 6 - TBD 7 8 0.10.1 (2011-01-13) 9 - Adds fedora 14 support for rpmbootstrap (Bruno Cornec) 10 - Improve Fedora 13 VE support (Bruno Cornec) 11 - rpmboostrap now uses pb_check_req (Bruno Cornec) 12 - Remove most lintian warnings for Debian (Bruno Cornec) 13 - Fix Mandriva 2010.1 VE built with right dep pkg list (Bruno Cornec) 14 - various rpmlint and lintian fixes (Bruno Cornec) 15 - Adds ebuild version for pb gentoo packages (Bruno Cornec) 7 16 8 17 0.9.10 (2010-06-07)
Note:
See TracChangeset
for help on using the changeset viewer.