Skip to content
Snippets Groups Projects
Commit 9f3a09a7 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

scripts/configure.pl: add function to generate a nightly version string

parent 90d1d914
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,12 @@
use warnings;
use strict;
use POSIX qw(strftime);
sub nightly {
strftime "%Y%m%d", localtime;
}
our $CONFIG = do $ENV{GLUONDIR} . '/site/site.conf';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment