diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:28:10 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-02-16 22:28:10 +0100 |
commit | 9c20ac10444b3d27baf464cb27ced23876b201b4 (patch) | |
tree | 3d513d75c0106991cf231003413f1296c9f6f6e3 | |
parent | 94cee97329335a0618523b8d7ea5d931383db7c2 (diff) | |
download | mgarepo-9c20ac10444b3d27baf464cb27ced23876b201b4.tar mgarepo-9c20ac10444b3d27baf464cb27ced23876b201b4.tar.gz mgarepo-9c20ac10444b3d27baf464cb27ced23876b201b4.tar.bz2 mgarepo-9c20ac10444b3d27baf464cb27ced23876b201b4.tar.xz mgarepo-9c20ac10444b3d27baf464cb27ced23876b201b4.zip |
update man page and help
-rwxr-xr-x | mgarepo | 12 | ||||
-rw-r--r-- | mgarepo.8 | 20 |
2 files changed, 21 insertions, 11 deletions
@@ -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. @@ -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: |