Not sure what’s happening here, but here’s the attempt as you suggested, but IMHO there is still something wrong:
(note: there is a .gitigonore file in the dir httml/js/lang, containing:
Ignore everything in this directory
Except this file
!.gitignore
)
/opt/librenms$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.60-56-g40cac40ae |
DB Schema | 2020_02_10_223323_create_alert_location_map_table (159) |
PHP | 7.2.24-0ubuntu0.18.04.1 |
MySQL | 5.7.28-0ubuntu0.18.04.4 |
RRDTool | 1.7.0 |
SNMP | NET-SNMP 5.7.3 |
====================================
[OK] Composer Version: 1.9.3
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
html/js/lang/de.js
html/js/lang/en.js
html/js/lang/fr.js
html/js/lang/ru.js
html/js/lang/uk.js
html/js/lang/zh-TW.js
librenms@librenms:/opt/librenms$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
/opt/librenms$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.60-56-g40cac40ae |
DB Schema | 2020_02_10_223323_create_alert_location_map_table (159) |
PHP | 7.2.24-0ubuntu0.18.04.1 |
MySQL | 5.7.28-0ubuntu0.18.04.4 |
RRDTool | 1.7.0 |
SNMP | NET-SNMP 5.7.3 |
====================================
[OK] Composer Version: 1.9.3
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
html/js/lang/de.js
html/js/lang/en.js
html/js/lang/fr.js
html/js/lang/ru.js
html/js/lang/uk.js
html/js/lang/zh-TW.js
librenms@librenms:/opt/librenms$ ls -al html/js/lang/
total 380
drwxrwxr-x 2 librenms librenms 4096 Feb 22 13:32 .
drwxr-xr-x 6 librenms librenms 4096 Dec 31 00:15 …
-rw-rw-r-- 1 librenms librenms 71 Feb 22 00:45 .gitignore
-rw-rw-r-- 1 librenms librenms 76536 Feb 22 13:32 de.js
-rw-rw-r-- 1 librenms librenms 71449 Feb 22 13:32 en.js
-rw-rw-r-- 1 librenms librenms 76937 Feb 22 13:32 fr.js
-rw-rw-r-- 1 librenms librenms 28297 Feb 22 13:32 ru.js
-rw-rw-r-- 1 librenms librenms 40078 Feb 22 13:32 uk.js
-rw-rw-r-- 1 librenms librenms 74024 Feb 22 13:32 zh-TW.js
librenms@librenms:/opt/librenms$ ./scripts/github-remove -d
Are you sure you want to delete all modified and untracked files? [y/N] y
/opt/librenms$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.60-56-g40cac40ae |
DB Schema | 2020_02_10_223323_create_alert_location_map_table (159) |
PHP | 7.2.24-0ubuntu0.18.04.1 |
MySQL | 5.7.28-0ubuntu0.18.04.4 |
RRDTool | 1.7.0 |
SNMP | NET-SNMP 5.7.3 |
====================================
[OK] Composer Version: 1.9.3
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
/opt/librenms$ ./daily.sh
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
librenms@librenms:/opt/librenms$ ./validate.php
Component | Version |
---|---|
LibreNMS | 1.60-56-g40cac40ae |
DB Schema | 2020_02_10_223323_create_alert_location_map_table (159) |
PHP | 7.2.24-0ubuntu0.18.04.1 |
MySQL | 5.7.28-0ubuntu0.18.04.4 |
RRDTool | 1.7.0 |
SNMP | NET-SNMP 5.7.3 |
====================================
[OK] Composer Version: 1.9.3
[OK] Dependencies up-to-date.
[OK] Database connection successful
[OK] Database schema correct
[WARN] Your local git contains modified files, this could prevent automatic updates.
[FIX]:
You can fix this with ./scripts/github-remove
Modified Files:
html/js/lang/de.js
html/js/lang/en.js
html/js/lang/fr.js
html/js/lang/ru.js
html/js/lang/uk.js
html/js/lang/zh-TW.js