gypsy(1)
NAME
gypsy - The only baazar wrapper you will ever need ;-)
SYNOPSIS
gypsy {operation} [package]
DESCRIPTION
To get started run
gypsy branch all
- Branch all will create a KDE subdirectory in the working directory and
branch every core KDE package to this subdirectory.
- Important
- N.B. only branch all expects your working directory to not be KDE, so for every other operation you need to be inside the KDE directory that gypsy branch all creates).
- Every operation can be executed with the keyword 'all' in order to do it for each application (this is useful when you did batchediting like changing the Standards-Version).
Tip- You also might want to use gypsy push PACKAGENAME for the first few pushes (bzr does not automatically set the push branch to the same URL as the origin branch, gypsy will invoke bzr push with the corret remote URL, once it did that you can use bzr push directly without problems).
OPERATIONS
branch bzr branch
merge bzr merge
commit bzr commit
push bzr push
PACKAGE OPTIONS
- packagename
- Name of the Package the operation should be done for (needs to be done in KDE/)
- all Do operation for every default KDE package (everything but
- branch needs to be done in KDE/, branch will create KDE/)
AUTHOR
- Harald Sitter <apachelogger@ubuntu.com>.