-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Line 32 in 50d5ffe
| else: |
# pwd
/mnt/storage/files/target-fb/configshell-fb-rpm
# diff ./build/configshell-fb-1.1.29.7.g50d5ffe/setup.py setup.py
28a29
> print "Version from init: %s " % (match)
32,33c33,34
< else:
< raise Exception("Couldn't find version in setup.py")
---
> else:
> raise Exception("Couldn't find version in setup.py")
When making RPM using Makefiles from targetcli-pkgscripts/
# make rpm
.
.
.
.
+ cd configshell-fb-1.1.29.7.g50d5ffe
+ LANG=C
+ export LANG
+ unset DISPLAY
+ /usr/bin/python setup.py build
Traceback (most recent call last):
File "setup.py", line 33, in <module>
raise Exception("Couldn't find version in setup.py")
Exception: Couldn't find version in setup.py
error: Bad exit status from /var/tmp/rpm-tmp.imTp3e (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.imTp3e (%build)
make: *** [build/rpm-stamp] Error 1
#
Metadata
Metadata
Assignees
Labels
No labels