Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge "Support node-gyp modules in npm and optimizations"
Browse files Browse the repository at this point in the history
  • Loading branch information
mariash authored and Gerrit Code Review committed Oct 23, 2012
2 parents 90508d2 + 603d02b commit 4e88614
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions jobs/stager/templates/stager_ctl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ case $1 in

mkdir -p $GEM_CACHE_DIR

# Remove unused npm cache directory
NPM_OLD_CACHE=$GEM_CACHE_DIR/npm_cache/installed
if [ -d $NPM_OLD_CACHE ]; then
echo "Found old npm cache directory, deleting..."
rm -rf $NPM_OLD_CACHE
fi

<% if properties.syslog_aggregator %>
/var/vcap/packages/syslog_aggregator/setup_syslog_forwarder.sh $JOB_DIR/config
<% end %>
Expand Down
2 changes: 1 addition & 1 deletion src/stager
2 changes: 1 addition & 1 deletion src/tests
Submodule tests updated from 939ac0 to 13e23c

0 comments on commit 4e88614

Please sign in to comment.