Changeset 1044 in ProjectBuilder


Ignore:
Timestamp:
Jun 8, 2010, 4:39:35 AM (14 years ago)
Author:
Bruno Cornec
Message:
  • First attempt to improve Web site delivery for docs (man pages, ...)
Files:
2 added
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Filter.pm

    r916 r1044  
    153153        # Expand variables if any single one found
    154154        if ($tmp =~ /\$/) {
     155            pb_log(3,"*** Filtering variable in $tmp ***\n");
    155156            # Order is important as we need to handle hashes refs before simple vars
    156157            eval { $tmp =~ s/(\$\w+-\>\{\'\w+\'\})/$1/eeg };
  • devel/rpmbootstrap/bin/rpmbootstrap

    r1031 r1044  
    9797=head1 ARGUMENTS
    9898
     99=over 4
     100
    99101=item B<distribution-version-arch>
    100102
     
    105107This 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)
    106108
     109=back
     110
    107111=head1 EXAMPLE
    108112
     
    110114
    111115rpmbootstrap fedora-12-i386 /tmp/fedora/12/i386
    112 
    113116
    114117=head1 WEB SITES
  • devel/website/docs.shtml

    r1025 r1044  
    4343          <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>
    4444          <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.
    4646<!--#include virtual="/bottom.shtml" -->
    4747  </body>
  • pbconf/devel/pbfilter/all.pbf

    r916 r1044  
    44# Filter for all files
    55#
     6# PBPROJ is replaced by the project
     7filter PBPROJ = $pb->{'proj'}
     8
    69# PBREPO is replaced by the root URL of the repository
    710filter PBREPO = $pb->{'repo'}
Note: See TracChangeset for help on using the changeset viewer.