Skip to content

Revert "Merge branch 'issues/25' into 'master'"

Guido Gunther requested to merge revert-e6a42204 into master

This reverts merge request !154 (merged)

This is syntactically incorrect (${head_tag} is not $(head_tag)) which breaks all the builds like:

+ cd build
+ git submodule update --init --recursive
+ git clean -dfx
+ git tag -l --points-at HEAD
+ head_tag=v0.4.0pureos+librem5.1
+ head_tag
/var/lib/jenkins/workspace/Builds/debs/deb-librust-xkbcommon-amber-phone-aarch64@2@tmp/durable-2b96a194/script.sh: 6: /var/lib/jenkins/workspace/Builds/debs/deb-librust-xkbcommon-amber-phone-aarch64@2@tmp/durable-2b96a194/script.sh: head_tag: not found
+ test  != 
+ exit 128

Merge request reports