Skip to content

Commit d7fa69c

Browse files
committed
use v2.7.2
1 parent dc08899 commit d7fa69c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xmScripts/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# version of Ximera xake container to use (with xmlatex)
33
#
44
# : "${XAKE_BASE:=ximeralatex}"
5-
: "${XAKE_VERSION:=v2.7.0}"
5+
: "${XAKE_VERSION:=v2.7.2}"
66
# : "${XAKE_VERSION:=v2.6.8-full}" # with texlive_full
77
#
88
# For publishing you'll need a GPG Key
99
# To generate a key-pair, fill in your name and email, and run 'xmlatex genKey'
10-
YOUR_NAME="DUMMY_NAME_TEST"
11-
YOUR_EMAIL="DUMMY_EMAIL_TEST"
10+
YOUR_NAME="Just For DUMMY Testing"
11+
YOUR_EMAIL="[email protected]"
1212
#
1313
# Current 'xmlatex genKey' logic:
1414
# if there is no .xmKeyFile, and it is properly .gitignored,
@@ -21,7 +21,7 @@ YOUR_EMAIL="DUMMY_EMAIL_TEST"
2121
# !! DO NOT SAVE THE KEY IN THIS config.txt FILE !!
2222
#
2323

24-
## : "${XIMERA_NAME:=myreponame}"
24+
: "${XIMERA_NAME:=myreponamexx}"
2525
## : "${XIMERA_URL:=http://localhost:2000/}"
2626
## : "${XIMERA_URL:=https://ximera.osu.edu/}"
2727
## : "${XIMERA_URL:=https://set-p-dsb-zomercursus-latest.cloud-ext.icts.kuleuven.be/}"

0 commit comments

Comments
 (0)