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