[Tuxbox-Git] [Tuxbox-GIT] Tuxbox-GIT: code branch master created. 5edcb6a12331587197843d5912a912eec
Tuxbox Sources
Brought to you by:
dbt1
|
From: Thilo G. <tux...@ne...> - 2012-12-21 20:35:15
|
Project "Tuxbox-GIT: code":
The branch, master has been created
at 5edcb6a12331587197843d5912a912eec4fadb5d (commit)
- Log -----------------------------------------------------------------
commit 5edcb6a12331587197843d5912a912eec4fadb5d
Author: Thilo Graf <db...@no...>
Date: Fri Dec 21 21:32:40 2012 +0100
initial commit
add readme file
diff --git a/README b/README
new file mode 100644
index 0000000..61b32c5
--- /dev/null
+++ b/README
@@ -0,0 +1,31 @@
+To get the tuxbox sources you can use the following commands:
+
+
+default via git:
+
+REPLIST="apps boot cdk driver hostapps sandbox"
+for f in $REPLIST ; do
+ git clone git://git.code.sf.net/p/tuxbox-cvs/$f $f
+done
+
+or http:
+
+REPLIST="apps boot cdk driver hostapps sandbox"
+for f in $REPLIST ; do
+ git clone http://git.code.sf.net/p/tuxbox-cvs/$f $f
+done
+
+
+
+Developers:
+
+REPLIST="apps boot cdk driver hostapps sandbox"
+for f in $REPLIST ; do
+ git clone ssh://[user_name]@git.code.sf.net/p/tuxbox-cvs/$f $f
+done
+
+
+More infos at http://wiki.tuxbox.org/wiki/Tuxbox_Entwicklungsumgebung#Auschecken
+
+mailinglist: tux...@li...
+forum: http://forum.tuxbox.org/forum
-----------------------------------------------------------------------
--
Tuxbox-GIT: code
|