Compare commits

...

3 Commits

Author SHA1 Message Date
b8a918b250 testing build-essential
Some checks failed
continuous-integration/drone the build failed
2021-09-20 17:20:54 +02:00
3f1a71062a nsdrlkgn kl
Some checks failed
continuous-integration/drone the build failed
2021-09-20 01:52:57 +02:00
5cc623361c hmmm
Some checks failed
continuous-integration/drone the build failed
2021-09-20 01:47:34 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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