Commit Graph

12 Commits

Author SHA1 Message Date
Vitalii Koshura 44742026e2
Remove trailing whitespaces. Add CI script to verify in on every commit
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-05-05 20:08:17 +02:00
David Anderson 6e92d243ef web: keep server version # in a file (html/inc/server_version.inc)
... rather than generating it during configure.
This way things work for projects that don't do "configure",
e.g. because they use only the web code.
And it's simpler.

Maintain this as for client version #s.
The minor version # is even in release branches,
odd in development branches like master.
2019-01-16 16:29:24 -08:00
lfield 5282f34b1d
Removed additional space 2018-11-30 15:38:20 +01:00
lfield 8e84eb9712
Added relese version to SVN_VERSION 2018-11-30 15:37:42 +01:00
lfield 61d50f69ce alternative approach for server versioning. 2018-11-30 15:12:46 +01:00
Manatsawin Hanmongkolchai 59faa92e1e Fixed generate_svn_version.sh when building on detached head 2016-02-27 12:01:00 +07:00
Eric J. Korpela d08a619acc - fixed bug in generate_svn_version.sh that generated incorrect output
on unix systems that don't synchronize writes to the same file from 
  opposite sides of a pipe. 


svn path=/trunk/boinc/; revision=26058
2012-08-24 00:36:13 +00:00
Bernd Machenschalk fa9681b2d3 - unix build system: generate_svn_version
extended support for git repos:
  generate numeric version from last commit date,
  record host, remote and branch names

svn path=/trunk/boinc/; revision=23213
2011-03-10 14:47:01 +00:00
Bernd Machenschalk 6a1c7cf4ac unix build system: generate_svn_version
- generate version string from plain git repositories, too (from Oliver)
- define SVN_REPOSITORY (URL) and SVN_REVISION (numerical) separately
so these could be used in proprocessor directives

svn path=/trunk/boinc/; revision=22905
2011-01-14 14:06:09 +00:00
David Anderson 1f6f770947 - unix build system: fix for non-english locale, from Nicolas. fixes #975
svn path=/trunk/boinc/; revision=22660
2010-11-09 18:14:15 +00:00
David Anderson 4d96415576 - client: fix bug introduced in [19035] that causes wrong nidle instances
(and resulting work fetch problems)
- Unix build: don't touch svn_version.sh if it hasn't changed,
    to avoid remake of sched/ (from Gabor Gombas)

svn path=/trunk/boinc/; revision=19096
2009-09-18 19:26:34 +00:00
David Anderson 75d2a45491 - server programs: add --help and --version cmdline options to all.
From Nils Chr. Brause.

svn path=/trunk/boinc/; revision=19079
2009-09-17 17:56:59 +00:00