text stringlengths 0 834k |
|---|
rem distributed with this work for additional information |
rem regarding copyright ownership. The ASF licenses this file |
rem to you under the Apache License, Version 2.0 (the |
rem ""License""); you may not use this file except in compliance |
rem with the License. You may obtain a copy of the License at |
rem |
rem http://www.apache.org/licenses/LICENSE-2.0 |
rem |
rem Unless required by applicable law or agreed to in writing, |
rem software distributed under the License is distributed on an |
rem ""AS IS"" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
rem KIND, either express or implied. See the License for the |
rem specific language governing permissions and limitations |
rem under the License. |
rem ##################################################################### |
rem interactive DOS version of mergefromtrunk.sh. |
rem to use : launch and pass the trunk version number to merge in release |
rem since we have now svn:mergeinfo changing root ("".""), we need to update before merging |
svn up |
rem version to merge |
set /p version=version to merge : |
set /a prevRev=%version% - 1 |
rem build the comment |
echo ""Applied fix from trunk for revision: %version%"" > comment.tmp |
svn log https://svn.apache.org/repos/asf/ofbiz/trunk -r %version% > log.tmp |
copy comment.tmp + log.tmp = comment.tmp |
del log.tmp |
rem keep the comment.tmp file svn ignored. In case of trouble always happier to keep trace. It will be overidden in next backport. |
rem commit the backport to release with comment fom file |
echo on |
svn merge -r %prevRev%:%version% https://svn.apache.org/repos/asf/ofbiz/trunk |
echo off |
:menu |
echo y) tests |
echo n) exit |
echo Do you want to run tests (else the commit will be done automatically using the comment grabed from trunk by the merge)? |
choice /c:yn |
if errorlevel = 2 goto commit |
if errorlevel = 1 goto tests |
:commit |
echo on |
svn commit -F comment.tmp |
goto exit |
:tests |
echo on |
ant clean-all |
ant load-demo |
ant run-tests |
echo off |
echo You can now do the commit by hand if all is OK. The comment grabed from trunk by the merge is in the file comment.tmp at root |
:exit |
pause |
",34.0597014925,131,0.7291849255 |
219836,f3218c7fe49a04ec0f1dcd18c7501844e97c4d23,30,bat,Batchfile,ps2/archive/PyTOR2_old/v7/11_unpack_folders.bat,RPG-FReeKZ/Tales-of-Destiny-2,fdf0493f1a3ae05153199085e64b8ca29916b306,['MIT'],17.0,2021-05-19T01:42:53.000Z,2022-01-23T13:23:59.000Z,ps2/archive/PyTOR2_old/v7/11_unpack_folders.bat,RPG-FReeKZ/Tales-of-Desti... |
pause",15.0,24,0.9 |
219837,f321a33e213bd2bbcaf7778ef979a9494d202e6d,113,bat,Batchfile,dist/make.bat,shliffen/FileStorageRestService,5b4847a8211e7824e29f410549f27f8cd68e6f30,['MIT'],,,,dist/make.bat,shliffen/FileStorageRestService,5b4847a8211e7824e29f410549f27f8cd68e6f30,['MIT'],,,,dist/make.bat,shliffen/FileStorageRestService,5b4847a8211e... |
mvn -f ../pom.xml clean install |
copy ..\target\shliffen-0.0.1-SNAPSHOT.jar ..\dist\FileStorageApp.jar",22.6,69,0.7256637168 |
219838,f321cdf5a48cc86936f536acfc6f7126f1855dc6,124,bat,Batchfile,vendor/bin/couscous.bat,c4xp/Devops02,d6ea146d641589c759f491a431311328a9314b06,['MIT'],1.0,2020-10-18T07:34:42.000Z,2020-10-18T07:34:42.000Z,vendor/bin/couscous.bat,c4xp/Devops02,d6ea146d641589c759f491a431311328a9314b06,['MIT'],,,,vendor/bin/couscous.bat... |
setlocal DISABLEDELAYEDEXPANSION |
SET BIN_TARGET=%~dp0/../couscous/couscous/bin/couscous |
php ""%BIN_TARGET%"" %* |
",24.8,55,0.7580645161 |
219839,f321cf418d4977bbde60ddd775c5d9bc37381355,1157,cmd,Batchfile,pwd/x86_64-native-linuxapp-gcc/build/app/test-pmd/.rxonly.o.cmd,liudong16/mtsl,b76d75fd5444c1809f13fe0e04ecb0db35890755,['BSD-3-Clause'],,,,pwd/x86_64-native-linuxapp-gcc/build/app/test-pmd/.rxonly.o.cmd,liudong16/mtsl,b76d75fd5444c1809f13fe0e04ecb0db35... |
",578.5,1156,0.8608470182 |
219840,f321e9297b8dc220b267c1a12bb4144e29b41d56,775,bat,Batchfile,examples/001_std_include_demo/clean.bat,JiggleSoft/atari2600-asm-common,a9315410f3d8f6a37d8ad1c9b7a2812c3415b919,['CC-BY-3.0'],1.0,2019-09-30T11:23:27.000Z,2019-09-30T11:23:27.000Z,examples/001_std_include_demo/clean.bat,JiggleSoft/atari2600-asm-common,a... |
rem Clean Script Using Simple DOS Batch File Only. |
set APP_NAME=std_include_demo |
set BUILD_DIR=binout |
set BIN_DIR=binout |
set APP_NAME_PAL=%APP_NAME%_pal |
set APP_NAME_NTSC=%APP_NAME%_ntsc |
set APP_NAME_SECAM=%APP_NAME%_secam |
del %BUILD_DIR%\%APP_NAME_PAL%.o |
del %BUILD_DIR%\%APP_NAME_PAL%.map |
del %BUILD_DIR%\%APP_NAME_PAL%.lst |
del %BUILD_DIR%\%APP_NAME_PAL%.labels |
del %BIN_DIR%\%APP_NAME_PAL%.4k |
del %BUILD_DIR%\%APP_NAME_NTSC%.o |
del %BUILD_DIR%\%APP_NAME_NTSC%.map |
del %BUILD_DIR%\%APP_NAME_NTSC%.lst |
del %BUILD_DIR%\%APP_NAME_NTSC%.labels |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.