Sébastien Delafond
e094d79b85
Merge remote-tracking branch 'official/fix/debianization' into upstream/1.6
2024-11-21 16:07:37 +01:00
André Roth
96394ecf38
debian: do not conflict with gnupg1
2024-11-20 13:49:47 +01:00
André Roth
e9600f9d66
set systemd service file limit to 32768
2024-11-20 13:49:26 +01:00
Sébastien Delafond
0bbf61df95
Merge remote-tracking branch 'official/improve/debianization' into upstream/16.0
2024-11-17 15:54:02 +01:00
André Roth
14e4f3dad8
include more official debianization
2024-11-17 15:44:27 +01:00
Sébastien Delafond
7be60cd8be
Fix previous merge
2024-11-17 14:44:12 +01:00
Sébastien Delafond
606b701b00
Merge remote-tracking branch 'official/improve/debianization' into upstream/16.0
2024-11-17 14:43:32 +01:00
André Roth
fe2f17d38a
include more official debianization
2024-11-17 14:23:07 +01:00
André Roth
036422399a
add -no-lock flag to service
2024-11-17 14:10:31 +01:00
André Roth
53c2f8b778
debian: add lintian
...
and fix/improve cross building. build now with PIE and RELRO
2024-11-17 14:10:30 +01:00
André Roth
6050051e04
adapt to official debian aptly packaging
2024-11-17 14:10:30 +01:00
André Roth
8c2ea639fd
debian: use package versions from bookworm-backports
2024-11-17 14:10:30 +01:00
André Roth
9c2e95d614
debian: add lintian
...
and fix/improve cross building. build now with PIE and RELRO
2024-11-16 18:49:17 +01:00
André Roth
baba1165ff
adapt to official debian aptly packaging
2024-11-16 18:46:14 +01:00
André Roth
92bff40eb4
debian: use package versions from bookworm-backports
2024-11-15 16:52:39 +01:00
André Roth
a998755245
debian: fix dependencies
...
- docker: install more tools
2024-10-08 01:22:10 +02:00
André Roth
f7ff964085
debian: fix lintian complaints
...
- remove dulplicate bash completion
- fix lintian complaint about bash completion
- add built-using
2024-10-01 13:59:42 +02:00
André Roth
94dc4f2365
debian: update dependencies
...
all go dependencies are available in debian/testing (trixie) and aptly builds.
2024-10-01 13:59:42 +02:00
André Roth
1d1bd41bb8
add swagger support
...
- install swaggo
- add swagger config option
2024-10-01 01:07:09 +02:00
André Roth
67d04ca878
debian: move config file to aptly-api
2024-09-24 10:14:39 +02:00
André Roth
fe2c623638
debian: fix config migration
2024-09-24 10:14:39 +02:00
André Roth
f7f220aa18
debianize
...
- fix make version on debian
- update gitignore
- add aptly-api and service
- install zsh completion
- add debug package
- move aptly data from orig deb package
- do not add shell for service user
- use 8080 as default port
2024-09-24 10:14:39 +02:00
Andrey Smirnov
fd662c9275
Rename debian -> deb. #21
2014-04-07 21:15:13 +04:00
Andrey Smirnov
3db7125932
Refactor ppa parsing: take pointer to config.
2014-04-06 19:12:07 +04:00
Andrey Smirnov
9ff49ff24a
Fix words: source might be snapshot or local repo. #10
2014-03-26 19:44:15 +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
32717e92ba
First round of support for localRepos as source for publishing. Also more intelligent algo to get publishing defaults. #10 #12
2014-03-19 16:43:42 +04:00
Andrey Smirnov
c2fc2f9988
Add placeholders for default local repo publish settings. #12
2014-03-19 16:19:57 +04:00
Andrey Smirnov
1189bca5a4
Add central place to create all collections from.
2014-03-18 18:58:09 +04:00
Andrey Smirnov
e5de8b9353
Print bytes in human-readable format. #18
2014-03-17 17:05:38 +04:00
Andrey Smirnov
d61a77d6e3
With list of components for Release file, do filepath.Base.
2014-03-12 18:37:38 +04:00
Andrey Smirnov
a96ab00afc
Verify dependencies with progress.
2014-03-07 18:13:48 +04:00
Andrey Smirnov
c55733fc05
Progress during publishing.
2014-03-07 17:24:45 +04:00
Andrey Smirnov
74c88f3ef6
Progress when downloading single files and when parsing remote mirrors.
2014-03-07 00:37:06 +04:00
Andrey Smirnov
6f86bfec72
Show progress when loading packages from reflist.
2014-03-07 00:04:35 +04:00
Andrey Smirnov
bed0ac475e
Short syntax for aptly mirror create to support ppa:user/project mirror URLs.
2014-03-06 21:06:50 +04:00
Andrey Smirnov
e59c327a7c
One more test for partial loading.
2014-03-04 18:10:27 +04:00
Andrey Smirnov
f9cb66a955
Test on reading and converting old pre-0.3 package.
2014-03-04 17:19:52 +04:00
Andrey Smirnov
3fe8a09928
Major refactoring to lower memory consumption.
...
Package has been split into multiple structure loaded on demand: files, extra, depends.
They're saved and loaded completely separately.
2014-03-04 16:49:26 +04:00
Andrey Smirnov
d6dec91c93
List filtering with dependency resolution.
2014-02-27 15:54:17 +04:00
Andrey Smirnov
774d1d9aab
Extract MatchDependency, change Package.String().
2014-02-27 12:48:13 +04:00
Andrey Smirnov
4df80d38cf
SnapshotCollection.ByLocalRepoSource method.
2014-02-26 21:30:14 +04:00
Andrey Smirnov
059abc465b
Creating snapshots from local repos.
2014-02-26 21:02:34 +04:00
Andrey Smirnov
e0cb43fbd3
Style fixes.
2014-02-25 14:25:14 +04:00
Andrey Smirnov
ee62dd34f7
Refactoring: Filename now contains only base path, any order of files is accepted.
2014-02-25 14:15:16 +04:00
Andrey Smirnov
901ce3ed00
Add final / to archive URL if missing.
2014-02-25 13:24:51 +04:00
Andrey Smirnov
1400b45d9d
Fix PackageCollection.Update to detect conflicts and skip updates when it's not necessary.
2014-02-25 00:40:32 +04:00
Andrey Smirnov
1b10c87bad
Updating reflist in local repo.
2014-02-24 23:45:47 +04:00
Andrey Smirnov
1b64612aef
Handle corner-case: null reflist.
2014-02-24 12:17:24 +04:00