Join the community today
Register Now

Beta Branch start using centmin mod version increment tracking in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 22, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    example - everytime you run centmin.sh it's current version and version increment (.002 etc) and current time is logged to /etc/centminmod-versionlog so to be able to track what the centmin mod user's local code version is actually on.
    Code (Text):
    tail -5 /etc/centminmod-versionlog
    1.2.3-eva2000.09.002 #Mon Feb 20 22:30:58 UTC 2017
    1.2.3-eva2000.09.002 #Mon Feb 20 22:32:01 UTC 2017
    1.2.3-eva2000.09.002 #Tue Feb 21 02:07:31 UTC 2017
    1.2.3-eva2000.09.002 #Tue Feb 21 15:03:19 UTC 2017
    1.2.3-eva2000.09.004 #Tue Feb 21 16:19:07 UTC 2017
    
     
    Last edited: Feb 22, 2017
  3. RB1

    RB1 Active Member

    292
    75
    28
    Nov 11, 2016
    California
    Ratings:
    +122
    Local Time:
    11:11 PM
    Nginx 1.21.x
    MariaDB 10.1.x
    Cool addition!
    Code (Text):
    1.2.3-eva2000.09.002 #Tue Feb 21 16:21:34 UTC 2017
    1.2.3-eva2000.09.004 #Tue Feb 21 16:22:00 UTC 2017
    1.2.3-eva2000.09.004 #Tue Feb 21 16:22:39 UTC 2017
    1.2.3-eva2000.09.004 #Tue Feb 21 17:21:11 UTC 2017
    1.2.3-eva2000.09.004 #Tue Feb 21 17:21:21 UTC 2017
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,892
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:11 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    been there for years logging versions and timestamps just never used version increment value before now :)