2010-07-13 11:47:00 +02:00
|
|
|
.TH SUNRISE-COMMIT 1 "13 Jul 2010" "sunrise-commit 0.3" "User Commands"
|
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
|
|
|
|
sunrise-commit \- commit changes to the Sunrise overlay.
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
|
|
|
|
.B sunrise-commit
|
|
|
|
[options]
|
|
|
|
[--]
|
|
|
|
.I <commit-message>
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
|
|
|
|
|
|
|
.B sunrise-commit
|
|
|
|
is a helper script for Sunrise overlay commiters. Apart from performing
|
|
|
|
the actual commit, it performs the following tasks:
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
\- performs basic integrity and QA checks on the modified packages,
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
\- handles ChangeLog and Manifest updates,
|
|
|
|
|
|
|
|
\- prepends the commit message with package name(s).
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
This script supports both native Subversion repositories and git-svn
|
2010-07-13 11:47:00 +02:00
|
|
|
checkouts. It is ready to work with the future git repository too.
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Please note that, when used with git variants, this script only
|
|
|
|
performs the actual commit. (It does not push or dcommit it to the
|
|
|
|
repository). However, native Subversion commits are performed directly
|
|
|
|
on the remote repository (due to limitations of Subversion).
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.SH OPTIONS
|
|
|
|
|
|
|
|
.IP "\fB-c\fP, \fB--changelog\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Ignored (provided for backwards compatibility). ChangeLog entries are
|
|
|
|
now created as needed. Use \fB--trivial\fP to suppress creation of
|
|
|
|
ChangeLog entries.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.IP "\fB-C\fP, \fB--nocolor\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Disable colorful output (for terminals which do not support escape
|
|
|
|
sequences).
|
2010-07-13 11:47:00 +02:00
|
|
|
|
2010-07-13 12:15:25 +02:00
|
|
|
.IP "\fB-d\fP, \fB--noupdate\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Do not update and rebase the repository before proceeding with
|
|
|
|
the commit.
|
2010-07-13 12:15:25 +02:00
|
|
|
|
2010-07-13 11:47:00 +02:00
|
|
|
.IP "\fB-f\fP, \fB--force\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Force proceeding with the commit even if QA violations occur. With
|
|
|
|
this option, errors from `\fIrepoman full\fP' will be ignored and
|
|
|
|
\fB--force\fP is passed to `\fIrepoman commit\fP'.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
2010-07-13 12:26:14 +02:00
|
|
|
.IP "\fB-m\fP, \fB--noformat\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Do not prepend the commit message with package names.
|
2010-07-13 12:26:14 +02:00
|
|
|
|
|
|
|
.IP "\fB-q\fP, \fB--quiet\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Ignored (provided for backwards compatibility).
|
2010-07-13 12:26:14 +02:00
|
|
|
|
2010-07-13 11:47:00 +02:00
|
|
|
.IP "\fB-t\fP, \fB--trivial\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Assume the changes are trivial and thus do not require a ChangeLog
|
|
|
|
entry. Examples of trivial changes include updating Manifests and
|
|
|
|
minor correction of previous ChangeLog entries.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.IP "\fB-v\fP, \fB--verbose\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Enable verbose output. Useful mostly for debugging.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.IP "\fB-?\fP, \fB-h\fP, \fB--help\fP"
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Print a short help message and exit.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
.IP "\fB-V\fP, \fB--version\fP"
|
2010-07-13 11:47:00 +02:00
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
Print the version string and exit.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
|
|
|
|
.IP ECHANGELOG_USER
|
|
|
|
|
|
|
|
the committer name and e-mail as it would appear in ChangeLog.
|
|
|
|
The sunrise-suggested format is:
|
|
|
|
|
|
|
|
.IR "Real Name" " (" nickname ") <" e-mail >
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
`\fInickname\fP' corresponds to the committer's IRC nickname.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.SH EXAMPLES
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
All of the following examples assume that the committer is using a
|
|
|
|
native Subversion repository and that the initial working directory is
|
|
|
|
the branch's or repository's root.
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.I "1. Adding a new ebuild:"
|
|
|
|
|
|
|
|
.nf
|
|
|
|
$ svn mkdir app-foo/bar
|
|
|
|
$ cd app-foo/bar
|
|
|
|
[...]
|
|
|
|
$ svn add bar-1.ebuild
|
|
|
|
$ sunrise-commit 'New ebuild for bug #nnnnnn.'
|
|
|
|
.fi
|
|
|
|
|
|
|
|
.I "2. Performing a version bump:"
|
|
|
|
|
|
|
|
.nf
|
|
|
|
$ cd app-foo/bar
|
|
|
|
$ svn mv bar-1.ebuild bar-2.ebuild
|
|
|
|
[...]
|
|
|
|
$ sunrise-commit 'Version bump.'
|
|
|
|
.fi
|
|
|
|
|
|
|
|
.I "3. Fixing a broken Manifest:"
|
|
|
|
|
|
|
|
.nf
|
|
|
|
$ cd app-foo/bar
|
|
|
|
$ sunrise-commit -t 'Fixing a broken Manifest.'
|
|
|
|
.fi
|
|
|
|
|
2010-07-14 05:47:31 +02:00
|
|
|
(\fB sunrise-commit\fP always updates the Manifest)
|
2010-07-13 11:47:00 +02:00
|
|
|
|
|
|
|
.I "4. Removing a package which was added to gx86:"
|
|
|
|
|
|
|
|
.nf
|
|
|
|
$ svn rm app-foo/bar
|
|
|
|
$ sunrise-commit 'in gx86.'
|
|
|
|
.fi
|
|
|
|
|
|
|
|
.SH "REPORTING BUGS"
|
|
|
|
|
|
|
|
Please report bugs via Gentoo Bugzilla:
|
|
|
|
|
|
|
|
.I http://bugs.gentoo.org/
|
|
|
|
|
|
|
|
.SH AUTHOR
|
|
|
|
|
|
|
|
Michal Gorny <gentoo@mgorny.alt.pl>
|
|
|
|
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
|
|
|
|
.BR ebuild (5),
|
|
|
|
.BR echangelog (1),
|
2010-07-14 05:47:31 +02:00
|
|
|
.BR git (1),
|
|
|
|
.BR repoman (1),
|
|
|
|
.BR svn (1)
|
|
|
|
|