User:Jebba/Freemoe
(add espejo) |
(→Free Development Box: obra) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
+ | =Freemoe Package= | ||
+ | A package with various scripts is available in the maemo.org extras-devel repository. | ||
+ | |||
+ | ==git== | ||
+ | * [http://gitorious.org/freemoe/ Git archive] | ||
+ | * Git clone: | ||
+ | git clone git://gitorious.org/freemoe/freemoe.git | ||
+ | * [http://gitorious.org/freemoe/freemoe/trees/master Git tree] | ||
+ | |||
+ | ==maemo.org== | ||
+ | * [http://maemo.org/packages/view/freemoe/ Freemoe package overview] | ||
+ | * [http://talk.maemo.org/showthread.php?t=41914 Talk thread] | ||
+ | |||
=Mirrors= | =Mirrors= | ||
There are a number of boxes mirroring the [[Free Software]] content of maemo.org. | There are a number of boxes mirroring the [[Free Software]] content of maemo.org. | ||
Line 25: | Line 38: | ||
==Server: Flauta== | ==Server: Flauta== | ||
* [[User:Jebba/Flauta]] is the box hosting the SDK. | * [[User:Jebba/Flauta]] is the box hosting the SDK. | ||
+ | |||
+ | =Build Server= | ||
+ | ==Server: Obra== | ||
+ | |||
+ | [[Image:Obra-etch.jpg|left|thumb|alt=Obra building etch|Obra building etch]] |
Latest revision as of 02:21, 28 January 2010
Contents |
[edit] Freemoe Package
A package with various scripts is available in the maemo.org extras-devel repository.
[edit] git
- Git archive
- Git clone:
git clone git://gitorious.org/freemoe/freemoe.git
[edit] maemo.org
[edit] Mirrors
There are a number of boxes mirroring the Free Software content of maemo.org.
[edit] Free Development Box
I have set up a server for folks to use that don't have access to a /scratchbox, can't set one up, want a faster one, etc. If you would like access to it, drop me a note at moe@blagblagblag.org
[edit] Website
The website has subdirs for users if they want to share the .debs they make. I have made mine a repository so packages can be grabbed with the Hildon Application Manager or apt-get.
[edit] buildrepo
This is my buildrepo script. I think I may change the repository setup so I have fremantle, harmattan, etc. sub-directories. It is not generating .diffs, which would make `apt-get update`s faster, but then again, it's a teeny repo right now so that probably doesn't matter. Tips welcome.
#!/bin/sh # Binary Packages dpkg-scanpackages dists/unstable/main/binary-armel /dev/null | gzip -9c > dists/unstable/main/binary-armel/Packages.gz # Source Packages dpkg-scansources dists/unstable/main/source /dev/null | gzip -9c > dists/unstable/main/source/Sources.gz
[edit] Server: Flauta
- User:Jebba/Flauta is the box hosting the SDK.
[edit] Build Server
[edit] Server: Obra
- This page was last modified on 28 January 2010, at 02:21.
- This page has been accessed 3,891 times.