Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions Makefile_hdgeant4
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,7 @@ $(HDGEANT4_HOME)/.link_to_fixes_done: $(SOURCE_CODE_TARGET)
cd $(HDGEANT4_HOME)/src ; ln -s G4.$(GEANT4_VERSION)fixes G4fixes
date > $@

$(HDGEANT4_HOME)/.patch_done: $(HDGEANT4_HOME)/.link_to_fixes_done
cd $(HDGEANT4_HOME); \
patch -p1 < ${BUILD_SCRIPTS}/patches/hdgeant4/hdgeant4_c++$(CXX_STANDARD).patch
date > $@

$(HDGEANT4_HOME)/.make_done: $(HDGEANT4_HOME)/.patch_done
$(HDGEANT4_HOME)/.make_done: $(HDGEANT4_HOME)/.link_to_fixes_done
cd $(HDGEANT4_HOME) ; \
if [ -z "$$G4SYSTEM" ] ; \
then echo Geant4 setup not complete, sourcing geant4make.sh ; \
Expand Down
2 changes: 1 addition & 1 deletion pull_request/build_pull_request_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ Location of build: $build_dir\n
EOM
fi
# leave comment on github
export PYTHONPATH=/home/gluex/lib/python2.7/site-packages
echo $BUILD_SCRIPTS/pull_request/leave_pull_request_comment.py $HOME/.build_scripts/comment_login $comment_url "$comment"
$BUILD_SCRIPTS/pull_request/leave_pull_request_comment.py $HOME/.build_scripts/comment_login $comment_url "$comment"
3 changes: 0 additions & 3 deletions pull_request/plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ BCAL_Eff
BCAL_inv_mass
BCAL_online
CDC_drift
CDC_expert
CDC_online
DAQ_online
FCAL_online
FDC_online
PSC_online
PSPair_online
PS_online
RF_online
ST_online_lowlevel
ST_online_tracking
TAGH_online
TAGM_online
TOF_TDC_shift
Expand Down