Closed Bug 654598 Opened 14 years ago Closed 14 years ago

add make target for development setup

Categories

(Cloud Services :: Server: Share, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: rmiller, Assigned: rmiller)

Details

Attachments

(1 file)

Currently when using 'make build', most of the dependencies are github checkouts, while the server-core component is fetched from hg.mozilla.org. This makes for some serious confusion, b/c when you inadvertently use 'git' commands in the server-core tree you get output related to the f1 git checkout within which the server-core tree is nested. Ultimately we will want a 'make build' that pulls everything from hg.mozilla.org for deployment, and an alternate 'make dev' that pulls everything from github for development. This bug is for the first step, to set up a 'dev' target that will at least give us a server-core checkout from github instead of hg.mozilla.org.
Pointer to Github pull-request
Comment on attachment 529900 [details] Pointer to Github pull request: https://github.com/mozilla/f1/pull/132 trivial change
Attachment #529900 - Flags: review?(tarek)
Comment on attachment 529900 [details] Pointer to Github pull request: https://github.com/mozilla/f1/pull/132 could avoid the full copy/paste block by resetting the DEPS variable and reusing "build", otherwise looks good.
Attachment #529900 - Flags: review?(tarek) → review+
merged to develop
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: