Discussion:
OT: automatic build update
Patrick Kollitsch
2004-11-24 08:09:34 UTC
Permalink
hi,

could you eventually inaugurate me (or all ;) in how you realised the
automatic build update in subversion? (maybe on your blog, so i could
link you as thank). it seems to be a good solution for some of my own
projects.

greetings
patrick
--
bx-editor-dev mailing list
bx-editor-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-dev
Christian Stocker
2004-11-24 08:23:26 UTC
Permalink
Post by Patrick Kollitsch
hi,
could you eventually inaugurate me (or all ;) in how you realised the
automatic build update in subversion? (maybe on your blog, so i could
link you as thank). it seems to be a good solution for some of my own
projects.
It's done with a simple shell script, which checks, if some of the files
changed. If yes, it updates the Build Date and Revision in
bxeLoader.js. That's the basic idea, but I will blog an extended and
detailed version later today. You're maybe right, that more people will
be interested in that ;)

chregu
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | ***@bitflux.ch | gnupg-keyid 0x5CE1DECB
--
bx-editor-dev mailing list
bx-editor-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-dev
Christian Stocker
2004-11-25 07:02:03 UTC
Permalink
Post by Christian Stocker
Post by Patrick Kollitsch
hi,
could you eventually inaugurate me (or all ;) in how you realised the
automatic build update in subversion? (maybe on your blog, so i could
link you as thank). it seems to be a good solution for some of my own
projects.
here it is:

<http://blog.bitflux.ch/archive/automatic-build-date-adjusting-with-svn-and-bash.html>

if more questions, just ask

chregu
Post by Christian Stocker
It's done with a simple shell script, which checks, if some of the files
changed. If yes, it updates the Build Date and Revision in bxeLoader.js.
That's the basic idea, but I will blog an extended and detailed version
later today. You're maybe right, that more people will be interested in
that ;)
chregu
--
christian stocker | Bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 | fax +41 1 240 56 71
http://www.bitflux.ch | ***@bitflux.ch | gnupg-keyid 0x5CE1DECB
--
bx-editor-dev mailing list
bx-editor-***@lists.bitflux.ch
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-dev
Loading...