I accidentally deleted fbuild... Now I do

git submodule init fbuild
git submodule update

Cloning into fbuild...
error: they
        finished, not their initial order."""
        nodes = {}

        for src in srcs:
            nodes[src] = Node(function, src)

        for dep_node in self._evaluate(Node(depends, src) for src in srcs):
            try:
                node  (curl_result = 56, http_code = 0, sha1 = 
82e58b1d5470372267dba148fe74a6bab72a8dcc)
error: Unable to find 82e58b1d5470372267dba148fe74a6bab72a8dcc under 
http://git.felix-lang.org/r/fbuild.git
Cannot obtain needed commit 82e58b1d5470372267dba148fe74a6bab72a8dcc
while processing commit 9b72e2ad34e114437beeb4888f950fc8b78c8f11.
error: Fetch failed.
Clone of 'http://git.felix-lang.org/r/fbuild.git' into submodule path 'fbuild' 
failed

Of course it is trying to get fbuild from the wrong repository.. what do I do 
here?


--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to