Revert "sysmocom-archiver: Attempt to fix issue with linux-firmware"

Attempt to not change the fingerprint of all builds?

This reverts commit 6fd05a1e3f.
This commit is contained in:
Holger Hans Peter Freyther 2015-12-26 19:20:05 +01:00
parent 904f600a85
commit b17f95d381
1 changed files with 1 additions and 3 deletions

View File

@ -250,9 +250,7 @@ def get_licenses(d):
clean_licenses += x
if '|' in clean_licenses:
clean_licenses = clean_licenses.replace('|','')
# linux-firmware has many many licenses, leading to too long path
# so let's truncate it at 200...
return clean_licenses[0:200]
return clean_licenses
def move_tarball_deploy(d,tarball_list):
'''move tarball in location to ${DEPLOY_DIR}/sources'''