source: ProjectBuilder/devel/pb-modules/lib/ProjectBuilder/Base.pm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1958   9 years Bruno Cornec - Update copyrights dates notices - Change pb_parallel_launchv …
(edit) @1907   10 years Bruno Cornec - Fix some default initializations (|| undef e.g.) - VE.pm doesn't …
(edit) @1903   10 years Bruno Cornec - Add entries for osrepo for mageia/mandriva distros to allow setupve …
(edit) @1896   10 years Bruno Cornec - Fix PBDIR computation when using git+svn (which is like svn with …
(edit) @1852   10 years Bruno Cornec - Fix duplicate display error and intermediate RE error as well
(edit) @1851   10 years Bruno Cornec - Fix #128 by removing the initialization to STDOUT of the FD in …
(edit) @1756   11 years Bruno Cornec - For opensuse 12.3 patch doesn't support the -s option. Fixed in the …
(edit) @1711   11 years Bruno Cornec - Adds the possibility to prefix the output of commands executed by …
(edit) @1663   11 years Bruno Cornec - Small improvement to pb_exit
(edit) @1661   11 years Bruno Cornec - Introduce a pb_exit function and use it in all apps
(edit) @1660   11 years Bruno Cornec - In debug mode, do not erase the temporary dir created to ease analysis
(edit) @1652   12 years Bruno Cornec - As Red Hat 6.2 in chroot doesn't support setarch i386 for a x86_64 …
(edit) @1651   12 years Bruno Cornec - Avoid to emit msgs when sed -i doesn't work (as on RedHat 6.2) - …
(edit) @1647   12 years Bruno Cornec - Render File::Temp and Pod::Usage optional, in order to support …
(edit) @1604   12 years Bruno Cornec - Fix an error in the Package file generation for deb repo - more …
(edit) @1603   12 years Bruno Cornec - pbtest now uses debian-6.0 has the correct distro name and points to …
(edit) @1602   12 years Bruno Cornec - pb_system will echo systematically the word ERROR when one occurs, …
(edit) @1597   12 years Bruno Cornec - Adds option pbshowsudo (false by default) to check whether we …
(edit) @1595   12 years Bruno Cornec - pb_system is back to 3 params, as the previously undocumented …
(edit) @1592   12 years Bruno Cornec - Fix another bug in pb_check_req on the default value used with a || …
(edit) @1585   12 years Bruno Cornec - Fix pb_syntax, where a call with an exit of 0 was seen as false and …
(edit) @1564   12 years Bruno Cornec - Fix typo n rpmbootstrap preventing it to run - Fix the detection of …
(edit) @1558   12 years Bruno Cornec - pb: [BUGFIX] added code assumed it had Parallel::ForkManager
(edit) @1528   12 years Bruno Cornec - Add Copyrights specified by HP Open Source Review Board (Eric …
(edit) @1518   12 years Bruno Cornec - Base.pm: Don't display the error message if failure is ok. Simplify …
(edit) @1515   12 years Bruno Cornec r4760@localhost: bruno | 2012-05-10 11:48:21 +0200 - pb.conf: sudo …
(edit) @1513   12 years Bruno Cornec r4758@localhost: bruno | 2012-05-10 10:49:36 +0200 Base.pm: Add a …
(edit) @1506   12 years Bruno Cornec - Base.pm: add pb_path_expand to do the path expansion for config …
(edit) @1505   12 years Bruno Cornec - Base.pm: use Carp and Cwd so we can give better error messages. Use …
(edit) @1504   12 years Bruno Cornec - Avoid error msg in log when uri is undef in pb_get_uri (Eric …
(edit) @1486   12 years Bruno Cornec - pb_mkdir_p now returns the return value of mkpath - Do not point …
(edit) @1433   12 years Bruno Cornec r4570@cabanilles: bruno | 2012-03-15 14:21:23 +0100 - Improve return …
(edit) @1408   12 years Bruno Cornec r4511@cabanilles: bruno | 2012-02-06 09:29:48 +0100 - New sync point …
(edit) @1402   12 years Bruno Cornec r4487@cabanilles: bruno | 2012-02-01 16:21:48 +0100 - Fix the -t …
(edit) @1400   12 years Bruno Cornec r4485@cabanilles: bruno | 2012-01-31 17:20:04 +0100 - Provides a new …
(edit) @1279   13 years Bruno Cornec - Adds delivery of the public key to each repository ateach delivery - …
(edit) @1212   13 years Bruno Cornec - pb_mkdir_p doesn't return anything anymore. Test of return removed. …
(edit) @1156   13 years Bruno Cornec - Adds a global variable REVISION for version management - Do not …
(edit) @1148   13 years Bruno Cornec - Most modules now have a VERSION declared - Moulde Version.pm move to …
(edit) @1137   13 years Bruno Cornec - build2pkg is now using Parallel::ForkManager to generate packages in …
(edit) @1128   13 years Bruno Cornec - pb_check_requirements now takes direct result from pb_conf_get_if …
(edit) @1127   13 years Bruno Cornec - Modify pb_check_req interface to return the found value and allow …
(edit) @1120   13 years Bruno Cornec - remove the test on the '>' char in pb_stsem as there are too many …
(edit) @1115   13 years Bruno Cornec r4056@localhost: bruno | 2010-11-25 19:38:07 +0100 - Fix a bug in …
(edit) @1077   14 years Bruno Cornec r3961@localhost: bruno | 2010-07-22 22:39:23 +0200 - Increase number …
(edit) @1076   14 years Bruno Cornec r3960@localhost: bruno | 2010-07-22 22:11:48 +0200 - Fix a bug on …
(edit) @1063   14 years Bruno Cornec r3929@dhcp184-49-175-84: bruno | 2010-06-24 05:12:13 +0200 - Modify …
(edit) @1060   14 years Bruno Cornec r3906@wsip-70-165-197-185: bruno | 2010-06-20 08:04:11 +0200 - Force …
(edit) @982   14 years Bruno Cornec - Fix variable substitution which was too aggressive in pb_distro_get_param
(edit) @974   14 years Bruno Cornec - Adds function pb_check_requirements and use it in pb - Adds some …
(edit) @873   14 years Bruno Cornec First round of Solaris fixes
(edit) @749   15 years Bruno Cornec - pb_get_arch placed lower in the modules tree and used everywhere …
(edit) @681   15 years Bruno Cornec - Differentiate between Scripts for VE and VM with 2 tags - Have a …
(edit) @556   16 years Bruno Cornec - Prepare a web delivery function - Creates a pbinit script for …
(edit) @512   16 years Bruno Cornec Transport pb_display functions using gettext from Base into a separate …
(edit) @503   16 years Bruno Cornec -Fix pb_system error msgs in case of verbose undef
(edit) @500   16 years Bruno Cornec - Working patch support added to pb (tested with buffer) - Filtering …
(edit) @495   16 years Bruno Cornec - all global variables are prefixed with pb - First attempt at using …
(edit) @482   16 years Bruno Cornec Improves again pb_system for feedback of printed msgs
(edit) @473   16 years Bruno Cornec Working announce action for pb
(edit) @471   16 years Bruno Cornec announce function - begining of coding
(edit) @423   16 years Bruno Cornec - Improved pbdistrocheck to support -v flags - Fix Ubuntu issue on …
(edit) @405   16 years Bruno Cornec Split again function in modules to allow for usage with pbinit and …
(copy) @402   16 years Bruno Cornec Split Base.pm and Distribution.pm to create a new perl-ProjectBuilder
copied from devel/pb/lib/ProjectBuilder/Base.pm
(edit) @399   16 years Bruno Cornec exports pb_temp_init
Note: See TracRevisionLog for help on using the revision log.