From a9b88c8b3d05eeda2cf0649d4ce50c99a00f27a8 Mon Sep 17 00:00:00 2001 From: Dror Levin Date: Sat, 10 Apr 2010 20:23:03 +0300 Subject: [PATCH] Write page about profiles/updates/ Add some explanations about the files in profiles/updates/ and a table with available commands. --- profiles/updates/text.xml | 43 +++++++++++++++++++++++++++++++++++++++---- 1 files changed, 39 insertions(+), 4 deletions(-) diff --git a/profiles/updates/text.xml b/profiles/updates/text.xml index d450374..5cabcb8 100644 --- a/profiles/updates/text.xml +++ b/profiles/updates/text.xml @@ -4,11 +4,46 @@ Profiles <c>updates/</c> Directory - -move and slotmove - +

+The files in the updates/ directory are organized by quarters of years +and are named Q<quarter>-<year>, e.g. Q1-2010 +(quarter count is one-based). +

+ +

+These files are simple text files, where each line contains one of the following +commands. Note that these only cause the package manager to adjust its metadata, +the actual changes to the package have to be done manually. +

+ + + + + + + + + move oldcat/oldpkg newcat/newpkg + + + Indicates the packages has been renamed, moved to another category, or + both. + + + + + slotmove atom oldslot newslot + + + Indicates that the atom specified has changed slots. + + +
+ Command + + Description +
- -- 1.7.0.4