bd29745eff
The resulting packages are pushed to Debian repositories hosted on bintray.com. This is the first step to move away from our custom buildbot setup (see https://i3wm.org/docs/buildbot.html for details on that) towards infrastructure which is more standard (travis) and in the open.
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
set -x
|
|
|
|
sed -i "s,%version%,$(git describe --tags),g" travis/bintray-autobuild-*.json
|