Rev 2225 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2225 | Rev 2598 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #!/bin/sh |
1 | #!/bin/sh |
2 | #/**************************************************************************** |
2 | #/**************************************************************************** |
3 | # * Copyright (C) 2009-2016 by Claas Anders "CaScAdE" Rathje * |
3 | # * Copyright (C) 2009-2017 by Claas Anders "CaScAdE" Rathje * |
4 | # * admiralcascade@gmail.com * |
4 | # * admiralcascade@gmail.com * |
5 | # * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
5 | # * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
6 | # * * |
6 | # * * |
7 | # * This program is free software; you can redistribute it and/or modify * |
7 | # * This program is free software; you can redistribute it and/or modify * |
8 | # * it under the terms of the GNU General Public License as published by * |
8 | # * it under the terms of the GNU General Public License as published by * |
Line 18... | Line 18... | ||
18 | # * Free Software Foundation, Inc., * |
18 | # * Free Software Foundation, Inc., * |
19 | # * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
19 | # * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
20 | # ****************************************************************************/ |
20 | # ****************************************************************************/ |
Line 21... | Line 21... | ||
21 | 21 | ||
22 | DATE=`date +%Y%m%d-%H%M` |
22 | DATE=`date +%Y%m%d-%H%M` |
23 | #DATE="20151026-0630" |
23 | #DATE="20170511-1145" |
Line 24... | Line 24... | ||
24 | REVISION=`svn info .. | awk '$1 == "Revision:" {print $2}'` |
24 | REVISION=`svn info .. | awk '$1 == "Revision:" {print $2}'` |
25 | 25 | ||
26 | # build pal hex |
26 | # build pal hex |