Changeset 108 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Changelog.pm


Ignore:
Timestamp:
Sep 6, 2007, 2:18:18 AM (17 years ago)
Author:
Bruno Cornec
Message:

Lots of changes to prepare the dev of the VMs support.
No more global variables
Support $ENV{'HOME'} in pbrc for pbrc keyword (allows portability across accounts and share of .pbrc)
Fixes on pb_cms_export for SVN in order to be called externally
pn_env_init retunrs now a lot of params in a list
pb_get_pkg needs params and is simplified by consequence
pbinit is called with a simple system. pb_system has isues with cascading stdout/stderr redirections
pb_send2ssh now supports sending to VM + launch of a pbscript if it exists and it should bring back packages from VM in the future and it now supports more parameters.

File:
1 edited

Legend:

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

    r89 r108  
    3535my $chglog = "$ENV{'PBROOT'}/$path/ChangeLog";
    3636if (! -f $chglog) {
    37     print "Unable to find the ChangeLog file ($chglog) for $pkg\n" if ($debug >= 0);
     37    print "No ChangeLog file ($chglog) for $pkg\n";
    3838    return("\n");
    3939}
Note: See TracChangeset for help on using the changeset viewer.