gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] patch for bootstrap-latest.bat


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] patch for bootstrap-latest.bat
Date: Tue, 23 Mar 2010 12:38:22 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

This patch does not apply cleanly for me against master.

Karsten

On Tue, Mar 23, 2010 at 12:06:43PM +0100, Hilbert, Sebastian wrote:
> User-Agent: KMail/1.13.1 (Linux/2.6.31.12-0.1-default; KDE/4.4.1; i686; ;
>  )
> Subject: [Gnumed-devel] patch for bootstrap-latest.bat
> 
> Please accept the following patch for Windows to bootstrap a v13 database.
> 
> Sebastian

> --- bootstrap-latest.bat.orig 2010-03-21 16:20:42.000000000 +0100
> +++ bootstrap-latest.bat      2010-03-23 11:37:26.000000000 +0100
> @@ -6,8 +6,8 @@
>  REM command line options:
>  REM  quiet
>  
> -SET VER=10
> -SET PREV_VER=9
> +SET VER=13
> +SET PREV_VER=11
>  SET QUIET=%1
>  
>  SET PYTHONPATH="%PYTHONPATH%;../../"
> @@ -48,49 +48,54 @@
>  REM v2 -> v3
>  COLOR 0A
>  call upgrade-db.bat 2 3
> -dropdb -U gm-dbo gnumed_v2
>  
>  REM v3 -> v4
>  COLOR 0F
>  call upgrade-db.bat 3 4
> -dropdb -U gm-dbo gnumed_v3
>  
>  REM v4 -> v5
>  COLOR 07
>  call upgrade-db.bat 4 5
> -dropdb -U gm-dbo gnumed_v4
>  
>  REM v5 -> v6
>  COLOR F9
>  call upgrade-db.bat 5 6
> -dropdb -U gm-dbo gnumed_v5
>  
>  REM v6 -> v7
>  COLOR 0E
>  call upgrade-db.bat 6 7
> -dropdb -U gm-dbo gnumed_v6
>  
>  REM v7 -> v8
>  COLOR 0A
>  call upgrade-db.bat 7 8
> -dropdb -U gm-dbo gnumed_v7
>  
>  REM v8 -> v9
>  COLOR 0F
>  call upgrade-db.bat 8 9
> -dropdb -U gm-dbo gnumed_v8
>  
>  REM v9 -> v10
>  COLOR 07
>  call upgrade-db.bat 9 10
> -dropdb -U gm-dbo gnumed_v9
>  
>  REM v10 -> v11
>  COLOR F9
>  call upgrade-db.bat 10 11
> -dropdb -U gm-dbo gnumed_v10
>  
>  REM v11 -> v12
>  COLOR 0E
>  call upgrade-db.bat 11 12
> -dropdb -U gm-dbo gnumed_v11
> \ Kein Zeilenumbruch am Dateiende.
> +
> +REM v12 -> v13
> +COLOR 0A
> +call upgrade-db.bat 12 13
> +
> +dropdb -U gm-dbo gnumed_v2
> +dropdb -U gm-dbo gnumed_v3
> +dropdb -U gm-dbo gnumed_v4
> +dropdb -U gm-dbo gnumed_v5
> +dropdb -U gm-dbo gnumed_v6
> +dropdb -U gm-dbo gnumed_v7
> +dropdb -U gm-dbo gnumed_v8
> +dropdb -U gm-dbo gnumed_v9
> +dropdb -U gm-dbo gnumed_v10
> +dropdb -U gm-dbo gnumed_v11
> \ Kein Zeilenumbruch am Dateiende.

> _______________________________________________
> Gnumed-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnumed-devel


-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

[Prev in Thread] Current Thread [Next in Thread]