-
I want to only mirror the latest package
when i use
aptly mirror create -config="/aptly123/aptly.conf" -filter="containerd.io (>= 1.6.32) | docker-ce (>= 26.1.3) | docker-ce-cli (>= 26.1.3) | doc…
-
I'd like to mirror the debian repository of sonarqube.
With
```
deb http://downloads.sourceforge.net/project/sonar-pkg/deb binary/
```
in sources.list `apt-get update` works fine.
creating a mirror…
-
Identical calls to `aptly snapshot pull` can return different sets of packages. I've narrowed down the inconsistency to the resolution of virtual package dependencies. Aptly does not always choose the…
-
I have disabled signing using
```
"gpgDisableSign": true
```
but it's still required to set `{"Signing": {"Skip": true}}` explicitly.
What do you think?
-
Hello,
Currently, I see that only a .deb file is available for installation. I wanted to ask if there are any plans to host an apt repository for Defguard? Having an apt repository would simplify the…
-
I know we're warned about such a config, but it could have advantages.
"[It is not allowed to publish two repositories or snapshots to the same prefix and distribution.](http://www.aptly.info/doc/apt…
kumy updated
5 months ago
-
Architecture `all` should be useful by itself when mirroring and publishing probably.
From gitter.im logs:
Is there a way to publish a repository that only contains the architecture "all"?
seani…
smira updated
5 months ago
-
If a mirror just contains source packages, aptly is not able to update it.
aptly always expects that there are binary packages on the mirror.
manut updated
7 months ago
-
Hi there! I'm trying to publish a snapshot to an S3 bucket, but I'm getting the following error:
```
ERROR: unable to publish: unable to process packages: error caching paths under prefix: error l…
-
The -raw option for 'aptly publish list' simply lists the distributions.
It would be great if it contained a bit more information, as the human-readable version does. I'd like to be able to see the s…