File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,14 @@ DIR = jquery.mobile-${VER}
1818# The output folder for the finished files
1919OUTPUT = compiled
2020
21+ # Command to remove the latest directory from the CDN before uploading, only if using latest target
22+ RMLATEST = ''
23+
2124# The output folder for the nightly files.
2225NIGHTLY_OUTPUT = nightlies/${DATE}
2326ifeq (${NIGHTLY_OUTPUT}, latest)
2427 RMLATEST = ssh jqadmin@code.origin.jquery.com 'rm -rf /var/www/html/code.jquery.com/mobile/latest'
25- else
26- RMLATEST = ''
28+ DIR = jquery.mobile
2729endif
2830NIGHTLY_WEBPATH = http://code.jquery.com/mobile/${NIGHTLY_OUTPUT}
2931
Original file line number Diff line number Diff line change 11<?php
2- // This file is for the jQuery team only. This is the post commit hook
3- exec ('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1 ' );
2+ $ file = fopen ('gitstatus.log ' ,'wb ' );
3+ fwrite ($ file , 'NewCommit ' );
4+ close ($ file );
You can’t perform that action at this time.
0 commit comments