1
0
Fork 0

Add dput configuration

This commit is contained in:
Daniele Tricoli 2019-10-22 03:25:53 +02:00
parent f57bd8c9b6
commit 37a6d2fffc
4 changed files with 31 additions and 0 deletions

View file

@ -54,3 +54,7 @@ install-reportbugrc:
install-gbp:
rm -f ~/.gbp.conf
ln -s `pwd`/gbp.conf ~/.gbp.conf
install-dput:
rm -f ~/.dput.d
ln -s `pwd`/dput.d ~/.dput.d

View file

@ -0,0 +1,9 @@
{
"allow_dcut": true,
"meta": "debomatic",
"fqdn": "debomatic-amd64.debian.net",
"incoming": "/srv/debomatic-amd64",
"login": "debomatic",
"method": "sftp",
"check-debs": { "skip": true }
}

View file

@ -0,0 +1,9 @@
{
"allow_dcut": true,
"meta": "debomatic",
"fqdn": "debomatic-arm64.debian.net",
"incoming": "/srv/debomatic-arm64",
"login": "debomatic",
"method": "sftp",
"check-debs": { "skip": true }
}

View file

@ -0,0 +1,9 @@
{
"allow_dcut": true,
"meta": "debomatic",
"fqdn": "debomatic-i386.debian.net",
"incoming": "/srv/debomatic-i386",
"login": "debomatic",
"method": "sftp",
"check-debs": { "skip": true }
}