mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
b59471ad35
Added a basic RunTask test to test the functionality of the new aptly task run command. More to come...
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
[0;32;49m1) [Running]: repo list[1;39;49m
|
|
[0m
|
|
[0;33;49mBegin command output: ----------------------------
|
|
[1;39;49m [0m
|
|
No local repositories found, create one with `aptly repo create ...`.
|
|
|
|
[0;33;49mEnd command output: ------------------------------
|
|
[1;39;49m [0m
|
|
[0;32;49m2) [Running]: repo create local[1;39;49m
|
|
[0m
|
|
[0;33;49mBegin command output: ----------------------------
|
|
[1;39;49m [0m
|
|
|
|
Local repo [local] successfully added.
|
|
You can run 'aptly repo add local ...' to add packages to repository.
|
|
|
|
[0;33;49mEnd command output: ------------------------------
|
|
[1;39;49m [0m
|
|
[0;32;49m3) [Running]: repo drop local[1;39;49m
|
|
[0m
|
|
[0;33;49mBegin command output: ----------------------------
|
|
[1;39;49m [0m
|
|
Local repo `local` has been removed.
|
|
|
|
[0;33;49mEnd command output: ------------------------------
|
|
[1;39;49m [0m
|
|
[0;32;49m4) [Running]: version[1;39;49m
|
|
[0m
|
|
[0;33;49mBegin command output: ----------------------------
|
|
[1;39;49m [0m
|
|
aptly version: 0.8~dev
|
|
|
|
[0;33;49mEnd command output: ------------------------------
|
|
[1;39;49m [0m
|