Skip to content

Commit

Permalink
Win32: update daily_build.bat rules
Browse files Browse the repository at this point in the history
Stop building svn based tags. Those were for 2.4 and older
Prepare to do weekly 2.6 builds once we that branch is created

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23775 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
gjanssens committed Jan 26, 2014
1 parent 5e85ea9 commit 706017a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packaging/win32/daily_build.bat
Expand Up @@ -6,9 +6,8 @@ cd c:\soft\gnucash\repos\packaging\win32\

rem Development build (daily)
c:\msys\1.0\bin\sh.exe --login c:\soft\gnucash\repos\packaging\win32\daily_build_git.sh
rem Tags build for 2.4 and older (daily -- only tags that weren't built yet)
c:\msys\1.0\bin\sh.exe --login c:\soft\packaging\build_tags.sh
rem Tags build for 2.5 and newer (daily -- only tags that weren't built yet)
c:\msys\1.0\bin\sh.exe --login c:\soft\gnucash\repos\packaging\win32\build_tags_git.sh
rem 2.4 branch build (weekly)
c:\msys\1.0\bin\sh.exe --login c:\soft-2.4\packaging\weekly_build.sh
rem 2.6 branch build (weekly)
rem There's no 2.6 branch yet. Hence the line below is commented out
rem c:\msys\1.0\bin\sh.exe --login c:\soft-2.6\gnucash\repos\packaging\weekly_build.sh

0 comments on commit 706017a

Please sign in to comment.