add docker build to test; this should be fun
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
7
conf/dnf.conf
Normal file
7
conf/dnf.conf
Normal file
@ -0,0 +1,7 @@
|
||||
[main]
|
||||
gpgcheck=1
|
||||
installonly_limit=3
|
||||
clean_requirements_on_remove=True
|
||||
best=True
|
||||
skip_if_unavailable=False
|
||||
max_parallel_downloads=10
|
1
conf/hosts
Normal file
1
conf/hosts
Normal file
@ -0,0 +1 @@
|
||||
10.10.10.109 gitea.thezengarden.net
|
14
conf/ssh_config
Normal file
14
conf/ssh_config
Normal file
@ -0,0 +1,14 @@
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host 10.*
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile=/dev/null
|
||||
|
||||
Host git git.thezengarden.net
|
||||
Hostname gitlab
|
||||
|
||||
|
||||
Host gitea gitea.thezengarden.net
|
||||
Hostname 10.10.10.109
|
||||
|
||||
|
Reference in New Issue
Block a user