Gordian Schoenherr
|
9691b0f518
|
Refactor query reading from file, update docs
Add support for @file syntax in more places.
|
2024-12-19 15:02:10 +09:00 |
|
Christof Warlich
|
005114839a
|
Generalize to read filter from file or stdin.
|
2024-12-13 11:24:54 +09:00 |
|
Gordian Schoenherr
|
3b785e4165
|
Refactor Filter options into a struct
It was already a lot of options for one method and I am going to add
another one in the next commit.
|
2024-12-09 13:17:41 +09:00 |
|
Oliver Sauder
|
208a2151c1
|
every go routine needs to have its own collection factory
this is needed so concurrent reads and writes are possible.
|
2022-01-27 09:30:14 +01:00 |
|
Max Bruckner
|
cbf0416d7e
|
Filter command: Fix typo Priorioty -> Priority
|
2021-03-21 09:59:39 +01:00 |
|
Andrey Smirnov
|
b8c5303fdb
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |
|
Andrey Smirnov
|
85b4a8b1ae
|
Add new option for detailed logging on dependency resolving
This adds command-line arg and config option, with option enabled
aptly is more verbose on internal depeendency resolving cycles:
```
Missing dependencies: file-rc (>= 0.8.16) [amd64], python:any (>= 2.7.1-0ubuntu2) [amd64], python3:any (>= 3.3.2-2~) [amd64], file-rc [amd64], perl (<< 5.17) [amd64], iptables-router (>= 1.2.3) [amd64], systemd [amd64], sgml-base (>= 1.26+nmu2) [amd64], sed (>= 4.1.2-8) [amd64]
Unsatisfied dependency: file-rc (>= 0.8.16) [amd64]
Unsatisfied dependency: python:any (>= 2.7.1-0ubuntu2) [amd64]
Unsatisfied dependency: python3:any (>= 3.3.2-2~) [amd64]
Unsatisfied dependency: file-rc [amd64]
Unsatisfied dependency: perl (<< 5.17) [amd64]
Unsatisfied dependency: iptables-router (>= 1.2.3) [amd64]
Unsatisfied dependency: systemd [amd64]
Injecting package: sgml-base_1.26+nmu4ubuntu1_all
Injecting package: sed_4.2.2-4ubuntu1_amd64
```
|
2017-03-28 22:58:07 +03:00 |
|
Andrey Smirnov
|
516dd7b044
|
Switch to gometalinter
Only small amount of required checks is enabled,
plan is to enable more linters as issues are fixed in the code.
|
2017-03-23 01:51:08 +03:00 |
|
Andrey Smirnov
|
8a787d2c35
|
Refactor by separating AptlyContext into separate package. #116
|
2014-10-06 21:54:15 +04:00 |
|
Andrey Smirnov
|
9c92b81706
|
Remove -dry-run flag for aptly snapshot filter, as it is useless. #82
|
2014-09-22 01:54:35 +04:00 |
|
Andrey Smirnov
|
1b08b7311f
|
Implementation of command aptly snapshot filter. #82
|
2014-09-01 22:09:58 +04:00 |
|