- Timestamp:
- Jun 8, 2010, 4:39:35 AM (15 years ago)
- Location:
- devel
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/Filter.pm
r916 r1044 153 153 # Expand variables if any single one found 154 154 if ($tmp =~ /\$/) { 155 pb_log(3,"*** Filtering variable in $tmp ***\n"); 155 156 # Order is important as we need to handle hashes refs before simple vars 156 157 eval { $tmp =~ s/(\$\w+-\>\{\'\w+\'\})/$1/eeg }; -
devel/rpmbootstrap/bin/rpmbootstrap
r1031 r1044 97 97 =head1 ARGUMENTS 98 98 99 =over 4 100 99 101 =item B<distribution-version-arch> 100 102 … … 105 107 This is the target directory under which the VE will be created. Created on the fly if needed. If none is given use the default directory hosting VE for project-builder.org (Cf: vepath parameter in $HOME/.pbrc) 106 108 109 =back 110 107 111 =head1 EXAMPLE 108 112 … … 110 114 111 115 rpmbootstrap fedora-12-i386 /tmp/fedora/12/i386 112 113 116 114 117 =head1 WEB SITES -
devel/website/docs.shtml
r1025 r1044 43 43 <li><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a> <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">A Project-Builder.org <a href="http://trac.project-builder.org/browser/devel/pb-doc/pb-presentation.odp" target="_blank">presentation</a> made by Bruno Cornec.</li> 44 44 <li><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a> <span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">The <a href="http://trac.project-builder.org/browser/devel/pb-doc/LabProject-Builder.org.pdf" target="_blank">Project-Builder.org Lab</a></span>: Experience yourself Project-Builder.org by following those Lab instructions ! Should provide you with at least 3 hours of fun discovering the tool with detailed explanations. This Lab has been developed for an internal HP Open Source and Linux Event I contributed to organize (TES 2009). Highly recommended to have a good tour of the features. By <a xmlns:cc="http://creativecommons.org/ns#" href="http://opensource.hp.com" property="cc:attributionName" rel="cc:attributionURL">Bruno Cornec</a> and licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.<br />Based on a work at <a xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://trac.project-builder.org/browser/devel/pb-doc/LabProject-Builder.org.odt" rel="dc:source">trac.project-builder.org</a>. 45 45 <li>The <a href="http://www.project-builder.org/docs/One_Source_for_Multiple_Platforms_Sol_Brief_final.pdf" target="_blank">Solution Brief</a> developed by the HP/Intel Solution Center on the joint approach to develop with one source for mulitple platforms. 46 46 <!--#include virtual="/bottom.shtml" --> 47 47 </body>
Note:
See TracChangeset
for help on using the changeset viewer.