Changeset 456 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Env.pm


Ignore:
Timestamp:
May 29, 2008, 12:39:46 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • pb now generates testver in the .pb for newproj
  • afio rpm build correct
File:
1 edited

Legend:

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

    r453 r456  
    354354
    355355# Check whether project is well formed
     356# when downloading from ftp/http/...
    356357# (containing already a directory with the project-version name)
    357358#pbwf $ENV{'PBPROJ'} = 1
     
    428429# Hash of valid version names
    429430#version $ENV{'PBPROJ'} = devel,stable
     431
     432# Is it a test version or a production version
     433testver $ENV{'PBPROJ'} = true
    430434
    431435# Adapt to your needs:
Note: See TracChangeset for help on using the changeset viewer.