-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packaging: add updates for server publishing (#5080)
Signed-off-by: Patrick Stephens <[email protected]>
- Loading branch information
1 parent
d932d39
commit cd92cf3
Showing
3 changed files
with
113 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This directory contains the necessary files to support publishing release packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"rootDir": "/var/www/apt.fluentbit.io", | ||
"downloadConcurrency": 4, | ||
"downloadSpeedLimit": 0, | ||
"architectures": ["i386", "amd64", "arm64", "armhf"], | ||
"dependencyFollowSuggests": false, | ||
"dependencyFollowRecommends": false, | ||
"dependencyFollowAllVariants": false, | ||
"dependencyFollowSource": false, | ||
"dependencyVerboseResolve": false, | ||
"gpgDisableSign": false, | ||
"gpgDisableVerify": false, | ||
"gpgProvider": "gpg2", | ||
"downloadSourcePackages": false, | ||
"skipLegacyPool": true, | ||
"ppaDistributorID": "ubuntu", | ||
"ppaCodename": "", | ||
"skipContentsPublishing": false, | ||
"FileSystemPublishEndpoints": { | ||
"debian/jessie": { | ||
"rootDir": "/var/www/apt.fluentbit.io/debian/jessie", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"debian/stretch": { | ||
"rootDir": "/var/www/apt.fluentbit.io/debian/stretch", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"debian/buster": { | ||
"rootDir": "/var/www/apt.fluentbit.io/debian/buster", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"debian/bullseye": { | ||
"rootDir": "/var/www/apt.fluentbit.io/debian/bullseye", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"ubuntu/xenial": { | ||
"rootDir": "/var/www/apt.fluentbit.io/ubuntu/xenial", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"ubuntu/bionic": { | ||
"rootDir": "/var/www/apt.fluentbit.io/ubuntu/bionic", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"ubuntu/focal": { | ||
"rootDir": "/var/www/apt.fluentbit.io/ubuntu/focal", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"raspbian/jessie": { | ||
"rootDir": "/var/www/apt.fluentbit.io/raspbian/jessie", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"raspbian/stretch": { | ||
"rootDir": "/var/www/apt.fluentbit.io/raspbian/stretch", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"raspbian/buster": { | ||
"rootDir": "/var/www/apt.fluentbit.io/raspbian/buster", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
}, | ||
"raspbian/bullseye": { | ||
"rootDir": "/var/www/apt.fluentbit.io/raspbian/bullseye", | ||
"linkMethod": "copy", | ||
"verifyMethod": "md5" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters