diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-05-07 00:13:44 +0200 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2018-05-07 00:13:44 +0200 |
commit | 9543748bda8bfcad015243a9d312cf203431b29f (patch) | |
tree | 29455f665fe933cd76ac6c1c90b9916898f9050d /.travis/targets/dist-srpm.sh | |
parent | 0a7f6a2659b363e1d68202b9fd863b57f7420f4f (diff) | |
download | blogc-9543748bda8bfcad015243a9d312cf203431b29f.tar.gz blogc-9543748bda8bfcad015243a9d312cf203431b29f.tar.bz2 blogc-9543748bda8bfcad015243a9d312cf203431b29f.zip |
build: use yatr
Diffstat (limited to '.travis/targets/dist-srpm.sh')
-rw-r--r-- | .travis/targets/dist-srpm.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis/targets/dist-srpm.sh b/.travis/targets/dist-srpm.sh deleted file mode 100644 index aa4e9e8..0000000 --- a/.travis/targets/dist-srpm.sh +++ /dev/null @@ -1,9 +0,0 @@ -build() { - default_configure - make dist-srpm -} - -deploy() { - FILES=( *.src.rpm ) - [[ ${RV} -eq 0 ]] && [[ "x${CC}" = "xgcc" ]] -} |