Skip to content

Instantly share code, notes, and snippets.

View ludovicc's full-sized avatar
🎯
Focusing

Ludovic Claude ludovicc

🎯
Focusing
View GitHub Profile
@ludovicc
ludovicc / bootstrap.sh
Last active December 14, 2015 17:59 — forked from roderik/bootstrap.sh
#!/bin/bash
sudo xcodebuild -license
if rvm --version 2>/dev/null; then
gem install soloist
else
sudo gem install soloist
fi
Topics to talk about at FOSDEM 2010 regarding Debian-Java:
* Status of maven-repo
* Merge of javahelper and maven-repo-helper?
* Dependencies - versioned or not?
* Versioned .jar files? why? parallell installation?
* CDBS vs. Debhelper7, dh -with maven?
* why it's useful to package Java software, Java packaging is way behind python packaging
* Bridging two great packaging systems: Debian apt and Maven
* OSGi in Debian: the promise of always on, always up-to-date systems