Skip to content

Commit

Permalink
Merge pull request influxdata#220 from influxdata/ross-build-updates
Browse files Browse the repository at this point in the history
Switch nightly versioning format
  • Loading branch information
Nathaniel Cook committed Feb 5, 2016
2 parents c2ca687 + fbcfb52 commit 7680729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def main():
if nightly:
# In order to cleanly delineate nightly version, we are adding the epoch timestamp
# to the version so that version numbers are always greater than the previous nightly.
version = "{}.n{}".format(version, int(time.time()))
version = "{}~n{}".format(version, int(time.time()))
iteration = 0
elif rc:
iteration = 0
Expand Down

0 comments on commit 7680729

Please sign in to comment.