Closed
Bug 746470
Opened 13 years ago
Closed 13 years ago
hg ignore mozconfig*
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla15
People
(Reporter: dougt, Assigned: dougt)
Details
Attachments
(1 file)
724 bytes,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
Bug 488864 should have fixed this, but I still see mozconfig files in stat:
dougt@dougt:/builds/mozilla-central$ hg --version
Mercurial Distributed SCM (version 1.9.1)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2011 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
dougt@dougt:/builds/mozilla-central$ hg stat
? a
? mozconfig.android
? mozconfig.androidXUL
? mozconfig.ff
? patches
I think we need to modify .hgignore to wildcard the end of mozconfig*
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → doug.turner
Attachment #616018 -
Flags: review?(khuey)
Comment on attachment 616018 [details] [diff] [review]
patch v.1
Review of attachment 616018 [details] [diff] [review]:
-----------------------------------------------------------------
Change the gitignore too please.
Attachment #616018 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•13 years ago
|
||
gitignore was already fixed
https://hg.mozilla.org/integration/mozilla-inbound/rev/a60f7c4c1afd
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•