Skip to content

Commit

Permalink
Fix Travis integration tests build
Browse files Browse the repository at this point in the history
Travis runs under Ubuntu 12.04 LTS with outdated gpg. Strange compatibility issues are possible.
  • Loading branch information
armab committed Jul 19, 2015
1 parent c45aa5f commit 616934c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2debug/st2debug/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'''

# Fingerprint of the public key
GPG_KEY_FINGERPRINT = 'BDE9 89A1 F308 B18D 2978 9C71 7064 B11C 82F6 2D6F'
GPG_KEY_FINGERPRINT = 'BDE989A1F308B18D29789C717064B11C82F62D6F'

This comment has been minimized.

Copy link
@Kami

Kami Jul 20, 2015

Member

Hm, looks like the failure was probably related to a different version of gpg being used locally and on Travis (one of them supports fingerprint with whitespaces and other doesn't).

This comment has been minimized.

Copy link
@arm4b

arm4b Jul 20, 2015

Member

Oh yeah, it took pretty a lot of time to find it 🎲

@lakshmi-kannan was right with idea about different gpg versions 👍


If someone will need to debug Travis-CI builds, here is Vagrant environment for that:
Travis with Python, RabbitMQ and Mongo for st2


# Bucket where the encrypted tarballs are uploaded (bucket is writeable
# by everyone, but only reeadable by StackStorm)
Expand Down

0 comments on commit 616934c

Please sign in to comment.