Changeset 456 in ProjectBuilder
- Timestamp:
- May 29, 2008, 12:39:46 AM (17 years ago)
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/Env.pm
r453 r456 354 354 355 355 # Check whether project is well formed 356 # when downloading from ftp/http/... 356 357 # (containing already a directory with the project-version name) 357 358 #pbwf $ENV{'PBPROJ'} = 1 … … 428 429 # Hash of valid version names 429 430 #version $ENV{'PBPROJ'} = devel,stable 431 432 # Is it a test version or a production version 433 testver $ENV{'PBPROJ'} = true 430 434 431 435 # Adapt to your needs: -
projects/afio/pbconf/2.5/afio.pb
r454 r456 20 20 # Check whether project is well formed 21 21 # (containing already a directory with the project-version name) 22 #pbwf afio = 122 pbwf afio = 1 23 23 24 24 # Repository … … 45 45 projtag afio = 1 46 46 47 testver afio = true 48 47 49 # Hash of valid version names 48 50 #version afio = devel,stable -
projects/afio/pbconf/2.5/pbfilter/novell.pbf
r451 r456 1 1 # Specific group for SuSE for afio 2 2 # Cf: http://en.opensuse.org/SUSE_Package_Conventions/RPM_Groups 3 #filter PBGRP = Productivity/Archiving/Backup3 filter PBGRP = Productivity/Archiving/Backup 4 4 5 5 # PBLIC is replaced by the license of the application -
projects/afio/pbconf/2.5/pbfilter/rpm.pbf
r451 r456 7 7 # PBGRP is replaced by the RPM group of apps 8 8 # Cf: http://fedoraproject.org/wiki/RPMGroups 9 #filter PBGRP = Applications/Archiving9 filter PBGRP = Applications/Archiving 10 10 11 11 # PBLIC is replaced by the license of the application
Note:
See TracChangeset
for help on using the changeset viewer.