Skip to content

Commit

Permalink
s3 -> aws
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Sep 23, 2011
1 parent d4946ca commit 211c268
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions support/package_node
Expand Up @@ -38,7 +38,7 @@ pushd node-v${node_version}
heroku make -v -o $tempdir/node-${node_version}.tgz

# upload nodejs to s3
$basedir/s3/s3 put language-pack-nodejs \
$basedir/aws/s3 put language-pack-nodejs \
nodejs-${node_version}.tgz $tempdir/node-${node_version}.tgz

# go into scons
Expand All @@ -49,5 +49,5 @@ scons_version=$(ls | grep "scons-local" | cut -d- -f3)
tar czvf $tempdir/scons-${scons_version}.tgz *

# upload scons to s3
$basedir/s3/s3 put language-pack-nodejs \
$basedir/aws/s3 put language-pack-nodejs \
scons-${scons_version}.tgz $tempdir/scons-${scons_version}.tgz

0 comments on commit 211c268

Please sign in to comment.