2010-08-25 09:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/mpkg_win_nightly.bat
+ Upload logs even if build failed.
; NOTE: On current build machine mingw suffers transient "segmentation
fault" failures. It may be a sign of hardware or OS problem.
This means missing nightly binaries for no apparent reason.
* contrib/hbide/hbide.prg
! SET DATE ANSI
* INSTALL
* Minor.
This commit is contained in:
@@ -16,6 +16,19 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-08-25 09:44 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* package/mpkg_win_nightly.bat
|
||||
+ Upload logs even if build failed.
|
||||
; NOTE: On current build machine mingw suffers transient "segmentation
|
||||
fault" failures. It may be a sign of hardware or OS problem.
|
||||
This means missing nightly binaries for no apparent reason.
|
||||
|
||||
* contrib/hbide/hbide.prg
|
||||
! SET DATE ANSI
|
||||
|
||||
* INSTALL
|
||||
* Minor.
|
||||
|
||||
2010-08-24 18:55 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtgui/hbqt_hbqgraphicsitem.cpp
|
||||
|
||||
|
||||
@@ -1162,11 +1162,11 @@ HARBOUR
|
||||
gmake OR make HB_PLATFORM=wce
|
||||
---
|
||||
|
||||
9. HOW TO GET THE HARBOUR SOURCES
|
||||
=================================
|
||||
9. HOW TO GET HARBOUR
|
||||
=====================
|
||||
|
||||
1.) It's possible you're reading this document as part of the Harbour
|
||||
source code package. If not, read along.
|
||||
distribution package. If not, read along.
|
||||
|
||||
2.) Harbour source repository
|
||||
|
||||
@@ -1206,7 +1206,7 @@ HARBOUR
|
||||
2. Make sure to do a 'make clean' before doing a build after refreshing
|
||||
the sources.
|
||||
3. If that still fails, make sure to install fresh source tree in a new
|
||||
local directory and start over. See HOW TO GET THE HARBOUR SOURCES
|
||||
local directory and start over. See HOW TO GET HARBOUR
|
||||
section for instructions to get the source.
|
||||
4. If you are doing a cross-build, make sure to have rebuilt the native
|
||||
Harbour executables for your host platform. See 'HB_HOST_BIN'
|
||||
|
||||
@@ -111,6 +111,7 @@ PROCEDURE Main( ... )
|
||||
hb_setEnv( "HB_IDE_INSTALL", cBse )
|
||||
#endif
|
||||
|
||||
SET DATE TO ANSI
|
||||
SET CENTURY ON
|
||||
SET EPOCH TO 1970
|
||||
|
||||
|
||||
@@ -119,13 +119,14 @@ echo ! Uploading Harbour unified Windows package...
|
||||
|
||||
%_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win.exe %HB_SFNET_USER%%_HB_SFNET_URL%
|
||||
%_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win.7z %HB_SFNET_USER%%_HB_SFNET_URL%
|
||||
|
||||
:_EXIT
|
||||
|
||||
%_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-log.txt %HB_SFNET_USER%%_HB_SFNET_URL%
|
||||
%_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-mingw-log.txt %HB_SFNET_USER%%_HB_SFNET_URL%
|
||||
%_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-bcc-log.txt %HB_SFNET_USER%%_HB_SFNET_URL%
|
||||
rem %_HB_DIR_TOOL%pscp.exe -i %HB_SFNET_FRS_PRIVATE_KEY% %HB_RT%harbour-nightly-win-watcom-log.txt %HB_SFNET_USER%%_HB_SFNET_URL%
|
||||
|
||||
:_EXIT
|
||||
|
||||
echo ! Finished.
|
||||
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user