User:Jebba/Freemoe

(add espejo)
(freemoe scripts)
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.

Revision as of 18:32, 24 January 2010

Contents

Freemoe Package

A package with various scripts is available in the maemo.org extras-devel repository.

git

git clone git://gitorious.org/freemoe/freemoe.git

maemo.org

Mirrors

There are a number of boxes mirroring the Free Software content of maemo.org.

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

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.

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

Server: Flauta