Repositories
listaller
The complete Listaller Project, including all stuff you need to build IPK packages and manage them via a non-gui-interface. No GUI frontends are included.
-
Cloning this repository:
git clone git://gitorious.org/listaller/listaller.git listaller cd listaller
Add this repository as a remote to an existing local repository:
git remote add listaller git://gitorious.org/listaller/listaller.git git fetch listaller git checkout -b my-local-tracking-branch listaller/master_or_other_branch
listaller-gui-gtk
Listaller GTK+ user interface
-
Cloning this repository:
git clone git://gitorious.org/listaller/listaller-gui-gtk.git listaller-gui-gtk cd listaller-gui-gtk
Add this repository as a remote to an existing local repository:
git remote add listaller-gui-gtk git://gitorious.org/listaller/listaller-gui-gtk.git git fetch listaller-gui-gtk git checkout -b my-local-tracking-branch listaller-gui-gtk/master_or_other_branch
listaller-history
Ancient Listaller code, hold only for archaeological reasons. more…
This is code from the very start of Listaller
-
Cloning this repository:
git clone git://gitorious.org/listaller/listaller-history.git listaller-history cd listaller-history
Add this repository as a remote to an existing local repository:
git remote add listaller-history git://gitorious.org/listaller/listaller-history.git git fetch listaller-history git checkout -b my-local-tracking-branch listaller-history/master_or_other_branch
autopackage-legacy
Autopackage legacy code
-
Cloning this repository:
git clone git://gitorious.org/listaller/autopackage-legacy.git autopackage-legacy cd autopackage-legacy
Add this repository as a remote to an existing local repository:
git remote add autopackage-legacy git://gitorious.org/listaller/autopackage-legacy.git git fetch autopackage-legacy git checkout -b my-local-tracking-branch autopackage-legacy/master_or_other_branch

