Closed
Bug 837870
Opened 12 years ago
Closed 12 years ago
mozbase README.md -> m-c, remove m-c README
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla21
People
(Reporter: k0scist, Assigned: k0scist)
Details
Attachments
(1 file, 2 obsolete files)
3.60 KB,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
mozilla-central has a README file:
http://mxr.mozilla.org/mozilla-central/source/testing/mozbase/README
. In this mozbase repo, this is now README.md :
https://github.com/mozilla/mozbase/blob/master/README.md .
The modern README.md should be mirrored to mozilla-central
testing/mozbase/ and README removed from there.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #709910 -
Flags: review?(wlachance)
Comment 2•12 years ago
|
||
Comment on attachment 709910 [details] [diff] [review]
do this thing
I don't think this is the patch you intended to apply?
Attachment #709910 -
Flags: review?(wlachance)
Assignee | ||
Comment 3•12 years ago
|
||
Beh, indeed. Wrong bug, should be bug 837872. Sorry about that.
Assignee | ||
Comment 4•12 years ago
|
||
https://wiki.mozilla.org/Auto-tools/Projects/Mozbase#Mirroring_Non-packaged_Resources should be updated wrt the readme after this is done:
" README : brief overview of the role of mozbase and associated links"
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #709910 -
Attachment is obsolete: true
Attachment #710078 -
Flags: review?(wlachance)
Comment 6•12 years ago
|
||
Comment on attachment 710078 [details] [diff] [review]
this time for sure
lgtm
Attachment #710078 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 7•12 years ago
|
||
pushed to inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/7fc9c8f622c5
Comment 8•12 years ago
|
||
Broke the build and got backed out as a result: https://hg.mozilla.org/integration/mozilla-inbound/rev/5b2ce4d44206
Assignee | ||
Comment 9•12 years ago
|
||
Such a lot of churn on such a silly bug :/ This fails because we brilliantly put this in the Makefile: https://hg.mozilla.org/mozilla-central/file/1eab3e0d7f53/testing/mozbase/Makefile.in#l34 . I don't know if we should do this anymore (i'd rather go with standard practice vs deciding).
Comment 10•12 years ago
|
||
We don't *usually* do this.
README files in the tree: http://mxr.mozilla.org/mozilla-central/find?string=README
README files referenced in Makefile.in: http://mxr.mozilla.org/mozilla-central/search?string=README&find=Makefile.in&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central
I don't really see the need to put this in the Makefile.
Assignee | ||
Comment 11•12 years ago
|
||
Thanks, :jgriffin !
+1; I'll remove this from the Makefile with this patch. Originally, when we installed/used mozbase much differently in the tree, the intention was (IIRC) to propagate the file to the objdir where the software was then installed with python setup.py develop. Whether in that case it was important to propagate the README or not, we no longer do this and I don't feel this is necessary
Assignee | ||
Comment 12•12 years ago
|
||
Hmmm...come to think of it....do we need setup_development.py there?
Assignee | ||
Comment 13•12 years ago
|
||
(In reply to Jeff Hammel [:jhammel] from comment #12)
> Hmmm...come to think of it....do we need setup_development.py there?
Probably not, but I'll save that for another time. For such a short makefile, there are several things that are probably deprecated.
Assignee | ||
Comment 14•12 years ago
|
||
carrying r=wlach forward
Attachment #710078 -
Attachment is obsolete: true
Attachment #710378 -
Flags: review+
Assignee | ||
Comment 15•12 years ago
|
||
pushed to inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/da98d9067e70
This time I tested locally. Hopefully that suffices
Comment 16•12 years ago
|
||
Assignee: nobody → jhammel
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•