Closed
Bug 666057
Opened 14 years ago
Closed 14 years ago
The GCLI repo contains built files. Should it?
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwalker, Assigned: jwalker)
Details
We're being more careful about reviewing individual changes, so it's going to get to be a pain having extra mess around.
| Assignee | ||
Comment 1•14 years ago
|
||
Maybe we could have a separate branch with them in?
Or maybe we should tackle the root cause - i.e. an easy way to deploy - so equip the Makefile with a "built file scp system"
Blocks: GCLI-FUTURE
Summary: The GCLI repo contains built files. Should it → The GCLI repo contains built files. Should it?
Comment 2•14 years ago
|
||
It bugs me too because it makes `git grep <foo>` slightly less useful. I need to do `git grep <foo> | grep -v define`. Plus, you have to remember to keep the build updated when you commit!
Would it be so horrible to just require node if you want to build the jsm and friends?
| Assignee | ||
Comment 3•14 years ago
|
||
It's me being lazy really - it was an easy way to sync with people.mozilla.com so I could upload https://people.mozilla.com/~jwalker/gcli/build/
rsync will do too.
I'll remove them.
Assignee: nobody → jwalker
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•13 years ago
|
No longer blocks: GCLI-FUTURE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•