Menu

Tree [ca61d5] master /
 History

HTTPS access


File Date Author Commit
 README 2012-12-21 Thilo Graf Thilo Graf [ca61d5] add entries for subscribable lists

Read Me

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


subscribable lists:
mailinglist: 	tuxbox-cvs-global@lists.sourceforge.net
code changes: 	tuxbox-cvs-commits@lists.sourceforge.net

More infos at:
wiki:		http://wiki.tuxbox.org/wiki/Tuxbox_Entwicklungsumgebung#Auschecken
forum: 		http://forum.tuxbox.org/forum
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.