Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b8a918b250 | |||
3f1a71062a | |||
5cc623361c |
@ -18,5 +18,6 @@ pipeline:
|
||||
- apt update && apt install -y build-essential
|
||||
- debuild -us -uc
|
||||
- ls -la
|
||||
- cd .. && ls -la
|
||||
when:
|
||||
event: tag/.vagrant
|
||||
event: tag
|
||||
|
4
Makefile
4
Makefile
@ -14,8 +14,8 @@ all: | clean install
|
||||
download: setversion
|
||||
[ -d "data" ] || mkdir data
|
||||
wget -nc -P data $(SOURCE)
|
||||
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | \
|
||||
md5sum -c && echo "SUCCESS: Checksums match" || \
|
||||
echo "$(CHECKSUM) data/python-$(UPSTREAM_VERSION)-amd64.exe" | md5sum -c && \
|
||||
echo "SUCCESS: Checksums match" || \
|
||||
{ ec=$$?; echo "ERROR: Checksum mismatch" >&2; rm -rf data >&2; exit $$ec; }
|
||||
|
||||
data: download
|
||||
|
Reference in New Issue
Block a user