You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in utils/testing-container/install-crawl-versions.sh
calls to cp -a -n $DGL_CHROOT/crawl-master/crawl-git $DGL_CHROOT/crawl-master/foo
is needed to fill in the folders with the correct files, but they also copy data contained in the files from the trunk version, if the server has been running this adds unnecesary data to those new files
The text was updated successfully, but these errors were encountered:
in
utils/testing-container/install-crawl-versions.sh
calls to
cp -a -n $DGL_CHROOT/crawl-master/crawl-git $DGL_CHROOT/crawl-master/foo
is needed to fill in the folders with the correct files, but they also copy data contained in the files from the trunk version, if the server has been running this adds unnecesary data to those new files
The text was updated successfully, but these errors were encountered: