+[DEFAULT]
+lib =
+ has_ssh_key() {
+ case "$(hostname)" in
+ xoog|golem|thosu)
+ return 0
+ ;;
+ esac
+ return 1
+ }
+
[src/mr]
checkout = git clone 'git://git.kitenet.net/mr' 'mr'
[mobile/git/ume-config-common]
checkout = git clone git+ssh://moblin.org/home/repos/projects/ume-config-common ume-config-common
+skip = ! has_ssh_key
[mobile/git/samsung-q1-ultra-config]
checkout = git clone git+ssh://moblin.org/home/repos/projects/samsung-q1-ultra-config samsung-q1-ultra-config
+skip = ! has_ssh_key
[mobile/git/moblin-image-creator]
checkout = git clone git+ssh://moblin.org/home/repos/tools/moblin-image-creator.git moblin-image-creator
+skip = ! has_ssh_key
+
[mobile/git/mobile-basic-flash]
checkout = git clone git+ssh://moblin.org/home/repos/projects/mobile-basic-flash.git/ mobile-basic-flash
+skip = ! has_ssh_key
+
[mobile/git/gstreamer-dbus-media-service]
checkout = git clone git+ssh://moblin.org/home/repos/projects/gstreamer-dbus-media-service.git gstreamer-dbus-media-service
+skip = ! has_ssh_key
+
[mobile/git/crown-beach-config]
checkout = git clone git+ssh://moblin.org/home/repos/projects/crown-beach-config.git crown-beach-config
+skip = ! has_ssh_key
[mobile/git/marquee-plugins]
checkout = git clone git+ssh://moblin.org/home/repos/projects/marquee-plugins.git marquee-plugins
+skip = ! has_ssh_key
[src/evolution]
checkout = svn co 'http://svn.gnome.org/svn/evolution/trunk' 'evolution'