Changeset 1160 in ProjectBuilder for pbconf/devel/project-builder
- Timestamp:
- Jan 15, 2011, 1:47:04 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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)
Note:
See TracChangeset
for help on using the changeset viewer.