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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2350   5 years Bruno Cornec Improve printing for getconf
(edit) @2338   6 years Bruno Cornec the API conf file is now under etc and in pb-modules
(edit) @2337   6 years Bruno Cornec More alpine improvements (but still not done yet)
(edit) @2336   6 years Bruno Cornec Improve again apk build up to prepve
(edit) @2335   6 years Bruno Cornec Fix apk installed package detection
(edit) @2334   6 years Bruno Cornec Greatly improve apk build (still not finished however)
(edit) @2333   6 years Bruno Cornec Initial support of apk for pb
(edit) @2330   7 years Bruno Cornec Fix local install for rpm distros (use osins when oslocalins is empty)
(edit) @2324   7 years Bruno Cornec Fix #167 by adding an oslocalins option
(edit) @2289   7 years Bruno Cornec Fix pb.conf old usage - Fix build for pod doc - Fix remaining ref to …
(edit) @2287   7 years Bruno Cornec Fix usage of labels in env var (normalize with 'LABEL'
(edit) @2279   7 years Bruno Cornec YAML support working for most distros - Fix rebase issues - Adds a …
(edit) @2261   7 years Bruno Cornec Log when handling YAML conf files the filename Fix also temp pbrc.yml …
(edit) @2241   7 years Bruno Cornec revert last commit as this is not ready yet for integration in that tree !
(edit) @2239   7 years Bruno Cornec Start move to YAML conf files
(edit) @2234   7 years Bruno Cornec Adds https_proxy support
(edit) @2222   7 years Bruno Cornec render some system commands more verbose
(edit) @2221   7 years Bruno Cornec Fix an error in a pb_log and adds a pbve.pre example
(edit) @2217   7 years Bruno Cornec Fix an error whith external repo When using an external repo the …
(edit) @2189   7 years Bruno Cornec Fix a bug on the analysis of build dependencies for deb packages when …
(edit) @2188   7 years Bruno Cornec Add support for additional signed deb repositories
(edit) @2187   7 years Bruno Cornec Rename pb_distro_setuprepo_gen as pb_distro_setuprepo_gen_conf and …
(edit) @2182   7 years Bruno Cornec Solve an issue with dependency optimization When adding a new repo, …
(edit) @2181   7 years Bruno Cornec Fix GPG key import
(edit) @2178   7 years Bruno Cornec Import GPG key files on OpenSUSE as zypper doesn't do it alone it seems
(edit) @2177   7 years Bruno Cornec Improved build procedure build is now calling back prep first in …
(edit) @2176   7 years Bruno Cornec Fix package based installation of pb
(edit) @2171   7 years Bruno Cornec - Fix #152: do not exit loop of repos to handled to early in order to …
(edit) @2169   7 years Bruno Cornec Fix #152 by adding support for https scheme in URLs !!
(edit) @2161   7 years Bruno Cornec Improve logging
(edit) @2155   7 years Bruno Cornec - Now fix pb_distro_conf_print and place project after distros to have …
(edit) @2153   7 years Bruno Cornec - Use function pb_distro_conf_print in pbgetparam to avoid code …
(edit) @2152   7 years Bruno Cornec - Fix a bug in the loading order of the 2 generic conf files files …
(edit) @2136   8 years Bruno Cornec Fix #115 The standard conf file is now under /usr/share/pb and the …
(edit) @2063   8 years Bruno Cornec - Fix a perl warning with recent versions where we now need to escape {
(edit) @2032   8 years Bruno Cornec - Copyright update for 2016
(edit) @2012   9 years Bruno Cornec Adds dnf support Starting with Fedora 22 the package manager is dnf …
(edit) @1972   9 years Bruno Cornec Adds debug info to Distribution.pm to catch a dependency analysis …
(edit) @1969   9 years Bruno Cornec When searching for amiguous distro files, do not issue error messages …
(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) @1879   10 years Bruno Cornec - Do not abort if pb_stop_on_error isn't set in pb_distro_installdeps …
(edit) @1834   10 years Bruno Cornec - Fix bugs in Distribution.pm preventing debian VM to be setup anymore
(edit) @1795   10 years Bruno Cornec - rename function pb_conf_print into pb_distro_conf_print and place it …
(edit) @1747   11 years Bruno Cornec - Exports also pb_distro_init
(edit) @1713   11 years Bruno Cornec - Fix a perl warning due to a strange syntax for a function
(edit) @1678   11 years Bruno Cornec - Exports function pb_vcs_add_if_not_in - replace most die by confess
(edit) @1653   12 years Bruno Cornec - Red Hat 6.2 doesn't really support rpm --whaprovides so removing it …
(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) @1597   12 years Bruno Cornec - Adds option pbshowsudo (false by default) to check whether we …
(edit) @1596   12 years Bruno Cornec - Improve system cmd display in Distribution.pm for deps analysis - …
(edit) @1595   12 years Bruno Cornec - pb_system is back to 3 params, as the previously undocumented …
(edit) @1553   12 years Bruno Cornec - pb: log when we start and finish the build, that's an important …
(edit) @1540   12 years Bruno Cornec - vmmonport is now optional - vmmem is also now really optional …
(edit) @1539   12 years Bruno Cornec - checking packages is allowed to fail - Fix syntax error introduced …
(edit) @1530   12 years Bruno Cornec - ossueminorrel option now initialized first, and correectly. Removes …
(edit) @1529   12 years Bruno Cornec - Fix a typo introduced when adding the pbuseminorrel option
(edit) @1528   12 years Bruno Cornec - Add Copyrights specified by HP Open Source Review Board (Eric …
(edit) @1524   12 years Bruno Cornec - Distribution.pm: check that package was installed failed because …
(edit) @1523   12 years Bruno Cornec - pb.conf: Add scilinux to list of OS's. Add case where centos …
(edit) @1521   12 years Bruno Cornec - pb.conf: add auto-agree-with-licenses for opensuse, other failures …
(edit) @1520   12 years Bruno Cornec - Fix an error introduced when isolating the new …
(edit) @1519   12 years Bruno Cornec - pb.conf: Add support for centos-6: new osrelfile, add initial …
(edit) @1517   12 years Bruno Cornec r4765@localhost: bruno | 2012-05-10 17:08:00 +0200 - pb.conf: …
(edit) @1516   12 years Bruno Cornec r4764@localhost: bruno | 2012-05-10 15:13:10 +0200 - …
(edit) @1515   12 years Bruno Cornec r4760@localhost: bruno | 2012-05-10 11:48:21 +0200 - pb.conf: sudo …
(edit) @1514   12 years Bruno Cornec r4759@localhost: bruno | 2012-05-10 11:12:46 +0200 Distribution.pm: …
(edit) @1507   12 years Bruno Cornec - pb.conf: installing project-builder requires --force-yes since the …
(edit) @1505   12 years Bruno Cornec - Base.pm: use Carp and Cwd so we can give better error messages. Use …
(edit) @1402   12 years Bruno Cornec r4487@cabanilles: bruno | 2012-02-01 16:21:48 +0100 - Fix the -t …
(edit) @1212   13 years Bruno Cornec - pb_mkdir_p doesn't return anything anymore. Test of return removed. …
(edit) @1181   13 years Bruno Cornec - Fix rpmbootstrap and pb newve order, which wasn't working after the …
(edit) @1177   13 years Bruno Cornec r4161@eelzbach2: bruno | 2011-02-06 21:07:30 +0100 - Introduction of …
(edit) @1167   13 years Bruno Cornec removedot only applies to the extension generated not to the rest of …
(edit) @1159   13 years Bruno Cornec - Fix a bug in gentoo generation - redhat extension set by default to rh
(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) @1132   13 years Bruno Cornec - Adds params to pb_distro_setuprepo to support generic family/os …
(edit) @1111   13 years Bruno Cornec - Rename previous option osupd into the more correct osins, and add a …
(edit) @1102   13 years Bruno Cornec - Fix sbx2ssh call - Improve yum-arch call
(edit) @1071   14 years Bruno Cornec r3947@sge91-1-82-234-15-218: bruno | 2010-07-10 18:40:35 +0200 - …
(edit) @1067   14 years Bruno Cornec r3941@sge91-1-82-234-15-218: bruno | 2010-06-30 17:25:48 +0200 Adds …
(edit) @1064   14 years Bruno Cornec r3931@dhcp184-49-175-19: bruno | 2010-06-26 08:02:59 +0200 - Adds …
(edit) @1050   14 years Bruno Cornec r3864@localhost: bruno | 2010-06-09 23:41:19 +0200 - remove all dots …
(edit) @1029   14 years Bruno Cornec - Fix umask propagation in VE, fixing issues in directory creation …
(edit) @1027   14 years Bruno Cornec - Adds rbsopt parameter + doc to allow for passing options to …
(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) @969   14 years Bruno Cornec - Fix a bug for suffix computation, following the change of interface …
(edit) @964   14 years Bruno Cornec r3659@localhost: bruno | 2010-02-07 02:02:22 +0100 - Now we have …
(edit) @963   14 years Bruno Cornec r3658@localhost: bruno | 2010-02-07 00:15:25 +0100 - Fix a bug in …
(edit) @962   14 years Bruno Cornec r3656@localhost: bruno | 2010-02-06 20:14:21 +0100 - Adds a …
(edit) @931   14 years Bruno Cornec - Fix a bug in the analysis of Build-Requires (middle packages were missed)
(edit) @899   14 years Bruno Cornec r3617@localhost: bruno | 2009-11-15 13:33:01 +0100 Improve case …
(edit) @891   14 years Bruno Cornec - setuptvm now uses as well the conf file - removal of hardcoded stuff …
(edit) @869   14 years Bruno Cornec - function pb_distro_get now also uses the external pb.conf conf file. …
(edit) @867   14 years Bruno Cornec - Transition static distribution into a configuration file typically …
(edit) @768   15 years Bruno Cornec - No snapshot needed if creating the VM - Remove the VE befor …
Note: See TracRevisionLog for help on using the revision log.