Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
ccc11bf5
Commit
ccc11bf5
authored
Sep 23, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update build_id to request_id and use human flag names
parent
4dcacde8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
compile
bin/compile
+8
-8
No files found.
bin/compile
View file @
ccc11bf5
...
...
@@ -97,12 +97,12 @@ status "Building runtime environment"
mkdir
-p
$build_dir
/.profile.d
echo
"export PATH=
\"\$
HOME/vendor/node/bin:
$HOME
/bin:
\$
HOME/node_modules/.bin:
\$
PATH
\"
"
>
$build_dir
/.profile.d/nodejs.sh
# P
ackage analytics
# P
ost to nomnom
curl
\
-
f
\
-
s
\
-
X
POST
\
-
H
"content-type: application/json"
\
-
d
@
$build_dir
/package.json
\
http
://nomnom.heroku.com/?build
_id
=
$REQUEST_ID
\
>
/dev/null
2>&1
-
-data
@
$build_dir
/package.json
\
-
-fail
\
-
-silent
\
-
-request
POST
\
-
-header
"content-type: application/json"
\
http
s://nomnom.heroku.com/?request
_id
=
$REQUEST_ID
\
>
/dev/null
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment