Browse Source

* show full cvstag command

experimental/new_ui_api
Stig Bakken 25 years ago
parent
commit
efa18af7e1
  1. 2
      pear/PEAR/Packager.php

2
pear/PEAR/Packager.php

@ -137,7 +137,7 @@ class PEAR_Packager extends PEAR_Common
$this->log(1, "Package $dest_package done");
$cvsversion = preg_replace('/[^a-z0-9]/i', '_', $pkgversion);
$cvstag = "RELEASE_$cvsversion";
$this->log(0, "Tag the released code with `pear cvstag'");
$this->log(0, "Tag the released code with `pear cvstag $pkgfile'");
$this->log(0, "(or set the CVS tag $cvstag by hand)");
return $dest_package;
}

Loading…
Cancel
Save