Changeset 7524 for debian/rules

Show
Ignore:
Timestamp:
10/10/05 12:17:33 (3 years ago)
Author:
rafl
Message:

Debian:

  • Update debian/smoker.yml to upload smoke results automatically.
  • Removed code from debian/rules that allows to disable smoke uploading using environment hooks. PUGS_BUILD_OPTS="upload_smoke=0" does the same.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • debian/rules

    r7441 r7524  
    88        CFLAGS = optimized 
    99endif 
     10 
     11PUGS_BUILD_OPTIONS = $(DEB_BUILD_OPTIONS) 
    1012 
    1113TESTS='smoke-pugs' 
     
    2325        $(MAKE) $(CFLAGS) 
    2426        -test $$SKIP_TESTS || $(MAKE) $(TESTS) 
    25         -if [ ! $$DONT_SEND_SMOKE ]; then \ 
    26                 for html in $(CURDIR)/smoke*.html; do \ 
    27                         ./util/smokeserv/smokeserv-client.pl $$html; \ 
    28                 done; \ 
    29         fi 
     27        # use DEB_BUILD_OPTIONS="smoke_upload=0" to avoid uploading the smoke file automatically 
     28        for html in $(CURDIR)/smoke*.html; do \ 
     29                ./util/smokeserv/smokeserv-client.pl $$html; \ 
     30        done; 
    3031        pod2man --section=1 --release="Debian Project" --center="Debian GNU/Linux manual" $(CURDIR)/script/pugscc $(CURDIR)/debian/pugscc.1 
    3132        touch build-arch-stamp