mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
[misc] bring back old schema of revision.txt
- store in /var/www/revision.txt - prefix each line with the services directory
This commit is contained in:
parent
b1ad447c33
commit
f0bd9941dd
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ RUN node genScript checkout | bash \
|
||||||
\
|
\
|
||||||
# Store the revision for each service
|
# Store the revision for each service
|
||||||
# ---------------------------------------------
|
# ---------------------------------------------
|
||||||
&& node genScript revisions | bash > revisions.txt \
|
&& node genScript revisions | bash > /var/www/revisions.txt \
|
||||||
\
|
\
|
||||||
# Cleanup the git history
|
# Cleanup the git history
|
||||||
# -------------------
|
# -------------------
|
||||||
|
|
|
@ -12,6 +12,7 @@ switch (process.argv.pop()) {
|
||||||
break
|
break
|
||||||
case 'revisions':
|
case 'revisions':
|
||||||
for (const service of services) {
|
for (const service of services) {
|
||||||
|
console.log(`echo -n /var/www/sharelatex/${service.name},`)
|
||||||
console.log(`git -C ${service.name} rev-parse HEAD`)
|
console.log(`git -C ${service.name} rev-parse HEAD`)
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue