Skip to content

Commit 1151b6b

Browse files
Merge pull request #257 from innogames/update_aws_conf
Upadte deb source for repositories in AWS
2 parents 664caf5 + 83f058a commit 1151b6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

igvm/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
'apt': [{
220220
'name': 'innogames_stable',
221221
'filename': 'innogames_stable.list',
222-
'source': 'deb http://update-int.ig.local/ innogames stable',
222+
'source': 'deb https://aptly.innogames.de/innogames innogames stable',
223223
'key': [
224224
'-----BEGIN PGP PUBLIC KEY BLOCK-----',
225225
'',
@@ -254,7 +254,7 @@
254254
}, {
255255
'name': 'base#VM_OS#_stable',
256256
'filename': 'base#VM_OS#_stable.list',
257-
'source': 'deb http://update-int.ig.local/ base#VM_OS# stable',
257+
'source': 'deb https://aptly.innogames.de/base#VM_OS# base#VM_OS# stable',
258258
'key': [
259259
'-----BEGIN PGP PUBLIC KEY BLOCK-----',
260260
'',

0 commit comments

Comments
 (0)