From c6bf47d3eaec7f615a1bfe5c8558452f6902db59 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 10 Mar 2014 19:50:26 +0400 Subject: [PATCH] Update system tests after help changes. --- system/t02_config/ConfigInFileTest_gold | 4 ++-- system/t03_help/MainHelpTest_gold | 7 +++++++ system/t03_help/MainTest_gold | 4 ++-- system/t03_help/MirrorCreateHelpTest_gold | 13 ++++++++----- system/t03_help/MirrorCreateTest_gold | 4 ++-- system/t03_help/MirrorHelpTest_gold | 10 +++++----- system/t03_help/MirrorTest_gold | 10 +++++----- 7 files changed, 31 insertions(+), 21 deletions(-) diff --git a/system/t02_config/ConfigInFileTest_gold b/system/t02_config/ConfigInFileTest_gold index e366b77e..4f4a20e0 100644 --- a/system/t02_config/ConfigInFileTest_gold +++ b/system/t02_config/ConfigInFileTest_gold @@ -3,11 +3,11 @@ aptly - Debian repository management tool Commands: db manage aptly's internal database and package pool - graph display graph of dependencies between aptly objects (requires graphviz) + graph render graph of relationships mirror manage mirrors of remote repositories publish manage published repositories repo manage local package repositories - serve start embedded HTTP server to serve published repositories + serve HTTP serve published repositories snapshot manage snapshots of repositories version display version diff --git a/system/t03_help/MainHelpTest_gold b/system/t03_help/MainHelpTest_gold index 12772441..992cc1e4 100644 --- a/system/t03_help/MainHelpTest_gold +++ b/system/t03_help/MainHelpTest_gold @@ -3,6 +3,13 @@ repositories, manage local repositories, filter them, merge, upgrade individual packages, take snapshots and publish them back as Debian repositories. +aptly goal is to establish repeatiblity and controlled changes +in package environment. aptly allows to fix set of packages in +repository, so that package installation and upgrade becomes +deterministic. At the same time aptly allows to perform controlled, +fine-grained changes in repository contents to transition your +package environment to new version. + Options: -architectures="": list of architectures to consider during (comma-separated), default to all available -config="": location of configuration file (default locations are /etc/aptly.conf, ~/.aptly.conf) diff --git a/system/t03_help/MainTest_gold b/system/t03_help/MainTest_gold index e366b77e..4f4a20e0 100644 --- a/system/t03_help/MainTest_gold +++ b/system/t03_help/MainTest_gold @@ -3,11 +3,11 @@ aptly - Debian repository management tool Commands: db manage aptly's internal database and package pool - graph display graph of dependencies between aptly objects (requires graphviz) + graph render graph of relationships mirror manage mirrors of remote repositories publish manage published repositories repo manage local package repositories - serve start embedded HTTP server to serve published repositories + serve HTTP serve published repositories snapshot manage snapshots of repositories version display version diff --git a/system/t03_help/MirrorCreateHelpTest_gold b/system/t03_help/MirrorCreateHelpTest_gold index 6cb85059..d24cfdeb 100644 --- a/system/t03_help/MirrorCreateHelpTest_gold +++ b/system/t03_help/MirrorCreateHelpTest_gold @@ -1,15 +1,18 @@ Usage: aptly mirror create [ ...] -Create records information about new mirror and fetches Release file (it doesn't download packages). +Creates mirror of remote repository, aptly supports both regular and flat Debian repositories exported +via HTTP. aptly would try download Release file from remote repository and verify its signature. -PPA url could specified in short format when running on Debian/Ubuntu: - $ aptly mirror create some_ppa ppa:user/project +PPA urls could specified in short format: + + $ aptly mirror create ppa:/ + +Example: -ex: $ aptly mirror create wheezy-main http://mirror.yandex.ru/debian/ wheezy main Options: -ignore-signatures=false: disable verification of Release file signatures -keyring=: gpg keyring to use when verifying Release file (could be specified multiple times) - -with-sources=false: download source packages + -with-sources=false: download source packages in addition to binary packages diff --git a/system/t03_help/MirrorCreateTest_gold b/system/t03_help/MirrorCreateTest_gold index 7bf5655e..36c428ec 100644 --- a/system/t03_help/MirrorCreateTest_gold +++ b/system/t03_help/MirrorCreateTest_gold @@ -1,9 +1,9 @@ Usage: aptly mirror create [ ...] -aptly mirror create - create new mirror of Debian repository +aptly mirror create - create new mirror Options: -ignore-signatures=false: disable verification of Release file signatures -keyring=: gpg keyring to use when verifying Release file (could be specified multiple times) - -with-sources=false: download source packages + -with-sources=false: download source packages in addition to binary packages diff --git a/system/t03_help/MirrorHelpTest_gold b/system/t03_help/MirrorHelpTest_gold index a7dced76..b04394c3 100644 --- a/system/t03_help/MirrorHelpTest_gold +++ b/system/t03_help/MirrorHelpTest_gold @@ -2,11 +2,11 @@ aptly mirror - manage mirrors of remote repositories Commands: - create create new mirror of Debian repository - drop delete remote repository mirror - list list mirrors of remote repositories - show show details about remote repository mirror - update update packages from remote mirror + create create new mirror + drop delete mirror + list list mirrors + show show details about mirror + update update mirror Use "mirror help " for more information about a command. diff --git a/system/t03_help/MirrorTest_gold b/system/t03_help/MirrorTest_gold index a7dced76..b04394c3 100644 --- a/system/t03_help/MirrorTest_gold +++ b/system/t03_help/MirrorTest_gold @@ -2,11 +2,11 @@ aptly mirror - manage mirrors of remote repositories Commands: - create create new mirror of Debian repository - drop delete remote repository mirror - list list mirrors of remote repositories - show show details about remote repository mirror - update update packages from remote mirror + create create new mirror + drop delete mirror + list list mirrors + show show details about mirror + update update mirror Use "mirror help " for more information about a command.