in D6, scripts like project-release-create-history.php no longer need configuration like found at top that file. when run through drupal.sh, they acquire that info automatically.

drush.module also provides that feature (and much more goodness) but thats not a useful dependency for project AFAICT

Comments

moshe weitzman’s picture

in case anyone missed it, drupal.sh is in scripts directory in core D6.

dww’s picture

Project: Drupal.org Testing » Project
Version: » x.y.z
Component: Code » Miscellaneous
dww’s picture

Version: x.y.z » 6.x-1.x-dev
marvil07’s picture

Status: Active » Needs review
StatusFileSize
new2.26 KB

I did not know about drupal.sh :-)

Here a starting patch, that works using:

./scripts/drupal.sh http://example.com/pathtoproject/project/release/project-release-create-history.php
dww’s picture

Status: Needs review » Closed (won't fix)

I think these are better solutions:
#1098858: Port project-release-create-history.php to a drush command
#980390: Port package-release-nodes.php to a drush command
I have no problem saying you need drush if you're doing this CLI stuff with Project*...