- started to migrate activator code creating ServerMirrorsInterface - fixed a typo in conf/packages/packages.db.repo_updates.example - fixed some stuff in server_reagent.py ACTIVATOR IS CURRENTLY BROKEN git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1561 cd1c1023-2f26-0410-ae45-c471fc1f0318
14 lines
481 B
Plaintext
14 lines
481 B
Plaintext
# Server side packages.db.repo_updates file, syntax is the same of
|
|
# /usr/portage/profiles/updates file
|
|
#
|
|
# In this file you can specify what packages should be moved to one
|
|
# category/key to another, or to one slot to another
|
|
|
|
# SLOT CHANGES, LINE CONSTRUCTION:
|
|
# slotmove <atom> <from slot> <to slot>
|
|
# move <from atom> <to atom>
|
|
# See examples below
|
|
|
|
# move dev-python/qscintilla x11-libs/qscintilla
|
|
# slotmove =x11-libs/goffice-0.2* 0 0.2
|
|
# move app-emacs/df app-emacs/df-mode |