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 |
|
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 |
|
Andrey Smirnov
|
b8c5303fdb
|
Fix paths after repository transfer to aptly-dev
|
2018-04-18 21:19:43 +03:00 |
|
Andrey Smirnov
|
470165a419
|
Enable goconst & interfacer linters
|
2017-05-17 00:53:10 +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
|
60fa0aa68e
|
Update command usage.
|
2014-07-28 19:17:21 +04:00 |
|
Andrey Smirnov
|
e320ac31d5
|
Switch aptly repo move/copy/import/remove to use new filters based on queries.
|
2014-07-12 13:58:38 +04:00 |
|
Andrey Smirnov
|
05a42f4cba
|
aptly exits with 2 on command/flag parse error. #52
|
2014-05-16 00:22:51 +04:00 |
|
Andrey Smirnov
|
ff045f9a48
|
Fixups after renaming debian -> deb. #21
|
2014-04-07 21:22:58 +04:00 |
|
Andrey Smirnov
|
2c3553ef0b
|
Major refactoring: access to context happens in methods. #13
|
2014-04-05 16:10:51 +04:00 |
|
Andrey Smirnov
|
f648c9547c
|
Support for switching to smira/commander with free placement of flags. #17
|
2014-04-03 00:16:18 +04:00 |
|
Andrey Smirnov
|
d84226a054
|
Switch to own fork of commander/flag.
|
2014-03-28 23:05:54 +04:00 |
|
Andrey Smirnov
|
1a60ac6aa0
|
Refactoring: use CollectionFactory instead of manual collection creation.
|
2014-03-25 14:59:26 +04:00 |
|
Andrey Smirnov
|
140c925079
|
Fix shadowed variables.
|
2014-03-24 18:39:45 +04:00 |
|
Andrey Smirnov
|
4c81f0f52a
|
Update integrated help.
|
2014-03-10 19:42:27 +04:00 |
|
Andrey Smirnov
|
6f86bfec72
|
Show progress when loading packages from reflist.
|
2014-03-07 00:04:35 +04:00 |
|
Andrey Smirnov
|
c554a5c7df
|
Fix command help.
|
2014-02-28 18:04:52 +04:00 |
|
Andrey Smirnov
|
a08cbc2edc
|
Commands aptly repo move, copy, import.
|
2014-02-27 17:10:28 +04:00 |
|