[Esbox-commits] r1525 - branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard
fabricioepa at garage.maemo.org
fabricioepa at garage.maemo.org
Mon May 4 21:05:35 EEST 2009
Author: fabricioepa
Date: 2009-05-04 21:05:35 +0300 (Mon, 04 May 2009)
New Revision: 1525
Modified:
branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java
Log:
Scratchbox 1 - Adding Fremantle installation support
Modified: branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java
===================================================================
--- branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java 2009-05-04 18:03:19 UTC (rev 1524)
+++ branches/work_Fabricio/org.maemo.esbox.scratchbox.sb1/src/org/maemo/esbox/internal/scratchbox/sb1/ui/wizard/Scratchbox1SDKInstallerDataContentLabelProvider.java 2009-05-04 18:05:35 UTC (rev 1525)
@@ -50,6 +50,7 @@
"scratchbox-toolchain-host-gcc"));
}
+ //Fremantle Aplha
urls = fetchScriptsFromUrl(
"http://repository.maemo.org/unstable/5.0alpha/",
"maemo-scratchbox-install.*\\.sh");
@@ -70,6 +71,31 @@
}
+
+ //Fremantle Beta
+ urls = fetchScriptsFromUrl(
+ "http://repository.maemo.org/unstable/5.0beta/",
+ "maemo-scratchbox-install.*\\.sh");
+
+ for (URL url : urls) {
+ contents.add(new Scratchbox1SDKInstallerData(
+ "Maemo 5 Series (Fremantle) (Beta Release)",5, url,
+ ((IBuildMachine) newInput),
+ "deb http://scratchbox.org/debian/ maemo5-sdk main",
+ "scratchbox-core", "scratchbox-libs",
+ "scratchbox-devkit-qemu",
+ "scratchbox-devkit-debian",
+ "scratchbox-devkit-doctools",
+ "scratchbox-devkit-perl",
+ "scratchbox-toolchain-host-gcc",
+ "scratchbox-toolchain-cs2007q3-glibc2.5-arm7",
+ "scratchbox-toolchain-cs2007q3-glibc2.5-i486",
+ "scratchbox-devkit-svn",
+ "scratchbox-devkit-git",
+ "scratchbox-devkit-apt-https"
+ ));
+ }
+
}
}
More information about the Esbox-commits
mailing list