source: ProjectBuilder

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2324   8 years Bruno Cornec Fix #167 by adding an oslocalins option
(edit) @2323   8 years Bruno Cornec Move to a YAML API description file - Use it in ProjectBuilder.pm - …
(edit) @2322   8 years Bruno Cornec Add a sbx2prep command
(edit) @2321   8 years Bruno Cornec Test buffer with patches and convert to 0.15 format
(edit) @2320   8 years Bruno Cornec Fix a template generation error on the %setup line (lack of -n)
(edit) @2319   8 years Bruno Cornec Avoid parallelism issues with confess in subfunction
(edit) @2318   8 years Bruno Cornec Exit if no pbac and newve is called
(edit) @2317   8 years Bruno Cornec Exit if vepath is not defined and newve called
(edit) @2316   8 years Bruno Cornec Fix process detection around qemu on mga6
(edit) @2315   8 years Bruno Cornec Fix process detection around qemu on mga6
(edit) @2314   8 years Bruno Cornec Improved 0.14.6 for deb
(edit) @2313   8 years Bruno Cornec Fix a bug on remote chmod for deb Release files
(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) @2304   8 years Bruno Cornec 0.14.6 is the new stable version
(edit) @2303   8 years Bruno Cornec Real fix for the chmod issue on deb
(edit) @2302   8 years Bruno Cornec Fix another wrong dep
(edit) @2301   8 years Bruno Cornec Fix a bug on remote chmod for deb Release files
(edit) @2300   8 years Bruno Cornec Automate convversion of pburl into pbprojurl in update_v0 and add an …
(edit) @2299   8 years Bruno Cornec Fix more YAML deps missing
(edit) @2298   8 years Bruno Cornec Fir YAML deps needed for installation with v >= 0.15
(edit) @2297   8 years Bruno Cornec Update pbcl files for 0.14.6 delivery
(edit) @2296   8 years Bruno Cornec Add the old GPG key for MondoRescue as pbadditional one
(edit) @2295   8 years Bruno Cornec Add YAML-XS dep for Swagger2 tooling
(edit) @2294   8 years Bruno Cornec Adds Swager2 dep
(edit) @2293   8 years Bruno Cornec Add pb-server packaging support (preliminary work for RPM)
(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) @2288   8 years Bruno Cornec PBVMTMOUT is now takeing precedence over params in conf files
(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) @2283   8 years Bruno Cornec Adds old GPG keys to regenerate 3.2.2 packages for CentOS
(edit) @2282   8 years Bruno Cornec Fix deps for SLES 12 and OpenSUSE 42.2
(edit) @2281   8 years Bruno Cornec Add a template for pb-server
(edit) @2280   8 years Bruno Cornec Fix SLES12 & OpenSUSE deps for mkisofs missing now
(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) @2277   8 years Bruno Cornec On Fedora we need Test::More
(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) @2273   8 years Bruno Cornec perl-Test is needed only by fedora distros !
(edit) @2272   8 years Bruno Cornec THese 2 components require perl-Test for rpm build
(edit) @2271   8 years Bruno Cornec file install now uses precise directories for tar files
(edit) @2270   8 years Bruno Cornec FIX usage of PBCONFVER in VE/VM
(edit) @2269   8 years Bruno Cornec Add new conf files for pb (automatically generated and then updated …
(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) @2262   8 years Bruno Cornec Fix again creation of temp pbrc.yml now by using pb_conf_cache/write …
(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) @2255   8 years Bruno Cornec Adds a new updateconf command to pb
(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) @2248   8 years Bruno Cornec Fix #163 by adding support for additional GPG keys to export and for …
(edit) @2247   8 years Bruno Cornec Adds an conf entry for additional GPG Keys
(edit) @2246   8 years Bruno Cornec Fix #163 by adding support for additional GPG keys to export and for …
(edit) @2245   8 years Bruno Cornec updated to /users/bruno/pb/pbconf
(edit) @2244   8 years Bruno Cornec Creation of svn+ssh://svn.project-builder.org/prj/svn/pb/0.14.6 from …
(edit) @2243   8 years Bruno Cornec Creation of svn+ssh://svn.project-builder.org/prj/svn/pb/pbconf/0.14.6
(edit) @2242   8 years Bruno Cornec Fix bad mode for the Release.gpg file on Debian
(edit) @2241   8 years Bruno Cornec revert last commit as this is not ready yet for integration in that tree !
(edit) @2240   8 years Bruno Cornec e2fsprogs is needed on rpm based distro (and wasn't installed on …
(edit) @2239   8 years Bruno Cornec Start move to YAML conf files
(edit) @2238   8 years Bruno Cornec Improved pres
(edit) @2237   8 years Bruno Cornec Adds verification for built pkgs in demo script + update pres
(edit) @2236   8 years Bruno Cornec Next version will be 0.14.6
(edit) @2235   8 years Bruno Cornec Add Debian 9 container generation capability
(edit) @2234   8 years Bruno Cornec Adds https_proxy support
(edit) @2233   8 years Bruno Cornec Fix wrong filehandle used for proxy management
(edit) @2232   8 years Bruno Cornec ECDSA key should be 521 bits
(edit) @2231   8 years Bruno Cornec 0.14.5 is the next stable version
(edit) @2230   8 years Bruno Cornec updated to /users/bruno/pb/pbconf
(edit) @2229   8 years Bruno Cornec Creation of svn+ssh://svn.project-builder.org/prj/svn/pb/0.14.5 from …
(edit) @2228   8 years Bruno Cornec Creation of svn+ssh://svn.project-builder.org/prj/svn/pb/pbconf/0.14.5
(edit) @2227   8 years Bruno Cornec Prepare 0.14.5 delivery
(edit) @2226   8 years Bruno Cornec Announce new MondoRescue server
(edit) @2225   8 years Bruno Cornec Announce on ossi
Note: See TracRevisionLog for help on using the revision log.