On Mon, Feb 28, 2011 at 05:52:05PM +0100, Gioacchino Mazzurco wrote:
> I have tried to do a babelz package form darcs but i obtain unkown
> source protocol or similar, moreover it seems you are to forced to use

As explained in the commit message I linked, you must use http protocol,
not darcs:// (which does not exist).

> a tagged version, if i am doing something wrong please help me to
> package babelz for openwrt ( not tagged version )

You cannot retrieve an untagged version (by design).  If you really want
to build the latest version, apply the attached patch.

Best,
-- 
Gabriel
diff --git a/include/download.mk b/include/download.mk
index d1b3fc8..06aaac4 100644
--- a/include/download.mk
+++ b/include/download.mk
@@ -135,7 +135,7 @@ define DownloadMethod/darcs
 		cd $(TMP_DIR)/dl && \
 		rm -rf $(SUBDIR) && \
 		[ \! -d $(SUBDIR) ] && \
-		darcs get -t $(VERSION) $(URL) $(SUBDIR) && \
+		darcs get $(URL) $(SUBDIR) && \
 		find $(SUBDIR) -name _darcs | xargs rm -rf && \
 		echo "Packing checkout..." && \
 		$(call dl_pack,$(TMP_DIR)/dl/$(FILE),$(SUBDIR)) && \
_______________________________________________
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/babel-users

Reply via email to