Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 316212] New: How do we build CDT from a git repository

https://bugs.eclipse.org/bugs/show_bug.cgi?id=316212 
Product/Component: CDT / cdt-releng

           Summary: How do we build CDT from a git repository
    Classification: Tools
           Product: CDT
           Version: 7.0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-releng
        AssignedTo: cdt-releng-inbox@xxxxxxxxxxx
        ReportedBy: jamesblackburn+eclipse@xxxxxxxxx
         QAContact: vivkong@xxxxxxxxxx
            Blocks: 316208


CDT uses PDE basebuilder based builds which are currently built from CVS where
each CDT plugin is checked out at plugin granularity from CVS.

I've built CDT releases from a local git clones (where each git repo is one CDT
plugin) successfully using an simple but stupid git IFetchFactory (bug 289838).
How would we do this if we had all of CDT in one git repository?


Doug says:
"thanks to tips from Andrew Niefer, I have figured out how to do PDE build from
already checked out source. At the very least, I'll do that for the Hudson
builds. But when we do decide to go to git, we should have no problems setting
up the builds"

Could you document here / on the wiki how to do this?

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top