mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
improve log
This commit is contained in:
@@ -39,7 +39,7 @@ func aptlyPublishSourceReplace(cmd *commander.Command, args []string) error {
|
|||||||
|
|
||||||
revision := published.ObtainRevision()
|
revision := published.ObtainRevision()
|
||||||
sources := revision.Sources
|
sources := revision.Sources
|
||||||
context.Progress().Printf("Clearing staged source list...\n")
|
context.Progress().Printf("Replacing source list...\n")
|
||||||
clear(sources)
|
clear(sources)
|
||||||
|
|
||||||
for i, component := range components {
|
for i, component := range components {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Clearing staged source list...
|
Replacing source list...
|
||||||
Adding component 'main-new' with source 'snap2' [snapshot]...
|
Adding component 'main-new' with source 'snap2' [snapshot]...
|
||||||
Adding component 'test-new' with source 'snap3' [snapshot]...
|
Adding component 'test-new' with source 'snap3' [snapshot]...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user