diff --git a/server/doc/mansrc/eit-pull.1.txt b/server/doc/mansrc/eit-pull.1.txt new file mode 100644 index 000000000..c293e43a6 --- /dev/null +++ b/server/doc/mansrc/eit-pull.1.txt @@ -0,0 +1,62 @@ +eit-pull(1) +=========== +:man source: eit {eitversion} +:man manual: eit {eitversion} + + +NAME +---- +eit-pull - pull repository packages and metadata + + +SYNOPSIS +-------- +eit pull [-h] [--quick] [--all] [] + + +INTRODUCTION +------------ +Synchronize remote mirrors with local repository content (packages and +repository) by pulling updated data. + + + +OPTIONS +------- +"eit pull" supports the following options which alters its behaviour. + + +POSITIONAL ARGUMENTS +~~~~~~~~~~~~~~~~~~~~ +**:: + repository + +OPTIONAL ARGUMENTS +~~~~~~~~~~~~~~~~~~ +*--help*:: + show this help message and exit + +*--quick*:: + no stupid questions + +*--all*:: + pull all the repositories + + + +AUTHORS +------- +Eit has been accidentally prototyped during a rainy Sunday by Fabio +Erculiani who was looking for innovative ways of handling package +bumps in Sabayon Entropy repositories. +A few months later, Eit saw the light. + + +REPORTING BUGS +-------------- +Report bugs to https://bugs.sabayon.org or directly to the author at +lxnay@sabayon.org. + +SEE ALSO +-------- + eit(1) diff --git a/server/doc/mansrc/eit-push.1.txt b/server/doc/mansrc/eit-push.1.txt index f2ddf3f84..c80cc2ba7 100644 --- a/server/doc/mansrc/eit-push.1.txt +++ b/server/doc/mansrc/eit-push.1.txt @@ -6,7 +6,7 @@ eit-push(1) NAME ---- -eit-push - push (or pull) repository packages and metadata +eit-push - push repository packages and metadata SYNOPSIS @@ -17,7 +17,7 @@ eit push [-h] [--quick] [--all | --as ] [] INTRODUCTION ------------ Synchronize remote mirrors with local repository content (packages and -repository). +repository) by pushing updated data. diff --git a/server/doc/mansrc/eit.1.txt b/server/doc/mansrc/eit.1.txt index b49936493..b8d684399 100644 --- a/server/doc/mansrc/eit.1.txt +++ b/server/doc/mansrc/eit.1.txt @@ -108,8 +108,11 @@ COMMANDS *pkgmove*:: edit automatic package moves for repository -*push [pull, sync]*:: - push (or pull) repository packages and metadata +*pull*:: + pull repository packages and metadata + +*push [sync]*:: + push repository packages and metadata *query [q]*:: miscellaneous package metadata queries @@ -165,7 +168,7 @@ SEE ALSO eit-commit(1), eit-cp(1), eit-deps(1), eit-files(1), eit-graph(1) eit-init(1), eit-inject(1), eit-list(1), eit-lock(1), eit-log(1) eit-match(1), eit-merge(1), eit-mv(1), eit-notice(1), eit-own(1) - eit-pkgmove(1), eit-push(1), eit-query(1), eit-remove(1), eit-repack(1) - eit-repo(1), eit-reset(1), eit-revgraph(1), eit-search(1), eit-status(1) - eit-test(1), eit-unlock(1), eit-vacuum(1) + eit-pkgmove(1), eit-pull(1), eit-push(1), eit-query(1), eit-remove(1) + eit-repack(1), eit-repo(1), eit-reset(1), eit-revgraph(1), eit-search(1) + eit-status(1), eit-test(1), eit-unlock(1), eit-vacuum(1)