source: ProjectBuilder/devel/pb-modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2430   6 years Bruno Cornec mageia now uses ntpdate as a separate package
(edit) @2429   6 years Bruno Cornec More improvements around CI/CD - Working sbx|build2docker with …
(edit) @2428   6 years Bruno Cornec use pbstep as variable name instead of pbforce incorrect here
(edit) @2427   6 years Bruno Cornec Improve install2pkg when repo already configured and use the new …
(edit) @2426   6 years Bruno Cornec Start adding install and test target for pb - local install works already
(edit) @2425   6 years Bruno Cornec Fix directory structure creation in VCS and name by default package as …
(edit) @2422   6 years Bruno Cornec by default, rhel is handled without minor version
(edit) @2421   6 years Bruno Cornec Complete fix for rhel 8
(edit) @2420   6 years Bruno Cornec Fix dnf support for rhel 8 and fedora 30
(edit) @2410   6 years Bruno Cornec 2 fixes for debian repositories - Fix #178 by changing key detection …
(edit) @2404   6 years Bruno Cornec Fix YAML errors in default setup when newproj
(edit) @2403   6 years Bruno Cornec initiate pbgitremote variable if not defined to origin
(edit) @2402   6 years Bruno Cornec eval YAML LoadFile to try to issue error messages and exit when error
(edit) @2397   6 years Bruno Cornec closing a file before returning
(edit) @2394   6 years Bruno Cornec Do not consider os-release files when another was found earlier
(edit) @2390   6 years Bruno Cornec Add support for SLES 15 by using /etc/os-release as well
(edit) @2388   6 years Bruno Cornec Gentoo perl-YAML dep is yaml
(edit) @2375   6 years Bruno Cornec Fix partly the examples to use YAML format instead of previous one
(edit) @2371   6 years Bruno Cornec Fix opensuse ctn deps
(edit) @2362   6 years Bruno Cornec better usae of cluck instead of confess to avoid exiting abrutely when …
(edit) @2361   6 years Bruno Cornec exits when conf errors are detected instead of going on
(edit) @2360   6 years Bruno Cornec More opensuse support - remove os-release management from conf file …
(edit) @2352   6 years Bruno Cornec Add support for latest fedora disto
(edit) @2350   6 years Bruno Cornec Improve printing for getconf
(edit) @2349   6 years Bruno Cornec Fix #174 by adding the conf param pbgitremote with its doc
(edit) @2348   6 years Bruno Cornec Fix check of PBPROJDIR when .git dir not found in pbconf
(edit) @2347   6 years Bruno Cornec Exit in pb_system if PBTMP is not defined in env
(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) @2320   8 years Bruno Cornec Fix a template generation error on the %setup line (lack of -n)
(edit) @2317   8 years Bruno Cornec Exit if vepath is not defined and newve called
(edit) @2312   8 years Bruno Cornec pb_cms_init becomes pb_vcs_init to be used in env_init
(edit) @2311   8 years Bruno Cornec ALso setup the project VCS in env_init
(edit) @2310   8 years Bruno Cornec Create pb_env_create_dirs to allow later directory creation
(edit) @2309   8 years Bruno Cornec Remove useless code
(edit) @2308   8 years Bruno Cornec Fix vcs_compliant for git+ssh the URL computed was removing a git+ssh …
(edit) @2307   8 years Bruno Cornec git add needs to be done in the subtree
(edit) @2306   8 years Bruno Cornec Do not commit -a it's BAD !
(edit) @2305   8 years Bruno Cornec Fix newproj for git handle the case now in the vcs_compliant function
(edit) @2300   8 years Bruno Cornec Automate convversion of pburl into pbprojurl in update_v0 and add an …
(edit) @2298   8 years Bruno Cornec Fir YAML deps needed for installation with v >= 0.15
(edit) @2292   8 years Bruno Cornec Moves documentation aruond directories to pod file
(edit) @2291   8 years Bruno Cornec Fix an error in a case where a variable was undefined
(edit) @2290   8 years Bruno Cornec Document pb Env var, URLs and DIRs !!
(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) @2286   8 years Bruno Cornec Some small doc fixes
(edit) @2285   8 years Bruno Cornec Add documentation for pbadditionalgpg
(edit) @2284   8 years Bruno Cornec Now uses pbprojurl instead of pburl to be consistent with pbconfurl
(edit) @2279   8 years Bruno Cornec YAML support working for most distros - Fix rebase issues - Adds a …
(edit) @2278   8 years Bruno Cornec Fix Conf test for empty string and deb deps
(edit) @2276   8 years Bruno Cornec Adapt Conf test so that we handle YAML formats as well
(edit) @2275   8 years Bruno Cornec Fix tests so that they really work when Test::More isn't found
(edit) @2274   8 years Bruno Cornec Fix YAML deps for pb in pb.yml
(edit) @2270   8 years Bruno Cornec FIX usage of PBCONFVER in VE/VM
(edit) @2268   8 years Bruno Cornec fix pb_vcs_usage in pv_vcs_add (only pass dir names)
(edit) @2267   8 years Bruno Cornec the function to update v0 conf into v1 is now used in VCS.pm to allow …
(edit) @2266   8 years Bruno Cornec conf_update_v0 now adds to VCS the file generated
(edit) @2265   8 years Bruno Cornec Fix git+svn usage for vcs_add and checkin
(edit) @2264   8 years Bruno Cornec Add support for conf file value being empty strings
(edit) @2263   8 years Bruno Cornec Fix the merge of YAML conf files in pb_conf_cache (Up to 3 levels of …
(edit) @2261   8 years Bruno Cornec Log when handling YAML conf files the filename Fix also temp pbrc.yml …
(edit) @2260   8 years Bruno Cornec Fix pbroot handling for git+svn (test was wrong)
(edit) @2259   8 years Bruno Cornec Return from Env.pm early enough if command is updateconf
(edit) @2258   8 years Bruno Cornec Fix temporary files so they are also YAML and transform projects.pb …
(edit) @2257   8 years Bruno Cornec Remove mentions of YAML 1.0 for now as creating incorrect syntax
(edit) @2256   8 years Bruno Cornec Transform v0 ve|vm|rm conf files into v1 if needed + fixes
(edit) @2254   8 years Bruno Cornec Automatically modify v0 filter files into v1 format
(edit) @2253   8 years Bruno Cornec More YAML transformations - We now generate a .pbrc.yml if none exist …
(edit) @2252   8 years Bruno Cornec Use .pbrc.yml now as a YAML file as well instead of .pbrc
(edit) @2251   8 years Bruno Cornec Transform .pb and .pbf files into .yml as well In example generated …
(edit) @2250   8 years Bruno Cornec Doc fixes mostly
(edit) @2249   8 years Bruno Cornec pbdistrocheck + YAML works - Fix for yml main conf file to avoid …
(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) @2233   8 years Bruno Cornec Fix wrong filehandle used for proxy management
(edit) @2224   8 years Bruno Cornec Adds support for ubuntu-17.04
(edit) @2223   8 years Bruno Cornec Fix website delivery errors, and some minor spelling errors
(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) @2214   8 years Bruno Cornec Revert most of rev [2204] There was an error on the directory …
(edit) @2208   8 years Bruno Cornec Minor skeleton improvements
(edit) @2207   8 years Bruno Cornec Expand potential vars in PBPROJDIR
(edit) @2205   8 years Bruno Cornec Improve newproj action review skeletons, fix some tests) Use PBPROJDIR …
(edit) @2202   8 years Bruno Cornec Fix a bug with git+http when doing export, where the worng block was …
(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) @2185   8 years Bruno Cornec Remove useless pkg deps for recent debian distributions
(edit) @2183   8 years Bruno Cornec Also fix pb.yml for zypper updates
(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
Note: See TracRevisionLog for help on using the revision log.