aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmgarepo12
-rw-r--r--mgarepo.820
2 files changed, 21 insertions, 11 deletions
diff --git a/mgarepo b/mgarepo
index 20cd01b..e0b1733 100755
--- a/mgarepo
+++ b/mgarepo
@@ -17,17 +17,19 @@ Useful commands:
sync add-remove all file changes from the .spec
submit submit a package for build
putsrpm import a source package to the repository
- getspec prints the spec
- rpmlog prints the RPM changelog
- getsrpm creates the source RPM
+ getspec print the spec
+ rpmlog print the RPM changelog
+ getsrpm create the source RPM
maintdb interact with the maintainer db
create create the structure of a new package
- changed shows changes not submitted
- authoremail prints the e-mail of a given author
+ changed show changes not submitted
+ authoremail print the e-mail of a given author
switch relocate to mirror or upstream repository
+ markrelease create a tag for a given package revision and version
upload add a file to binrepo
del remove a file from binrepo
up update the working copy and synchronize all binaries
+ obsolete move a package in obsolete directory
Run "mgarepo COMMAND --help" and "man 8 mgarepo" for more information.
diff --git a/mgarepo.8 b/mgarepo.8
index 368a713..d25ab28 100644
--- a/mgarepo.8
+++ b/mgarepo.8
@@ -53,21 +53,29 @@ get/set package maintainers informations
.IP "\fBputsrpm\fP"
import a source package to the repository
.IP "\fBgetspec\fP"
-prints the spec
+print the spec
.IP "\fBrpmlog\fP"
-prints the RPM changelog generated from SVN
+print the RPM changelog generated from SVN
.IP "\fBgetsrpm\fP"
-creates the source RPM
+create the source RPM
.IP "\fBcreate\fP"
create the structure of a new package
.IP "\fBchanged\fP"
-shows changes not submitted
+show changes not submitted
.IP "\fBauthoremail\fP"
-prints the e-mail of a given svn author
+print the e-mail of a given svn author
.IP "\fBswitch\fP"
relocate to mirror or upstream repository
.IP "\fBmarkrelease\fP"
-creates a tag for a given package revision and version
+create a tag for a given package revision and version
+.IP "\fBupload\fP"
+add a file to binrepo
+.IP "\fBdel\fP"
+remove a file from binrepo
+.IP "\fBup\fP"
+update the working copy and synchronize all binaries
+.IP "\fBobsolete\fP"
+move a package in obsolete directory
.SH "REPOSITORY LAYOUT"
.nf
A detailed description can be found at: