Skip to content

Commit b74b1bc

Browse files
committed
renamed the chocolatey-tinytex repo
1 parent 251bdb9 commit b74b1bc

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

appveyor.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ for:
5454

5555
deploy:
5656
provider: GitHub
57-
repository: yihui/chocolatey-tinytex
57+
repository: yihui/tinytex-windows
5858
tag: $(TINYTEX_TAG)
5959
release: TinyTeX $(TINYTEX_TAG)
60-
description: '`TinyTeX-0.zip` contains the `infraonly` scheme of TeX Live, without any LaTeX packages. `TinyTeX-1.zip` contains enough LaTeX packages to compile R Markdown documents. `TinyTeX.zip` contains even more LaTeX packages. Please see https://github.com/yihui/chocolatey-tinytex for more info.'
60+
description: '`TinyTeX-0.zip` contains the `infraonly` scheme of TeX Live, without any LaTeX packages. `TinyTeX-1.zip` contains enough LaTeX packages to compile R Markdown documents. `TinyTeX.zip` contains even more LaTeX packages. Please see https://github.com/yihui/tinytex-windows for more info.'
6161
auth_token:
6262
secure: 7J9/ZS/EeHhAuxS+mtlT7mPKyLSEmXHRXK1fhBGSptLTmcIFqTbdRHRcTcgEB89n
6363
on:
@@ -82,7 +82,10 @@ for:
8282
- R CMD INSTALL .
8383

8484
build_script:
85-
- "sed -i '' 's|# finished base install|tar zcf TinyTeX-0.tgz -C ~/Library TinyTeX|' tools/install-unx.sh"
85+
- sed -i '' 's|# finished base install|tar zcf TinyTeX-0.tgz -C ~/Library TinyTeX|' tools/install-unx.sh
86+
- cat tools/install-unx.sh
87+
- sed -i 's|# finished base install|tar zcf TinyTeX-0.tgz -C ~/Library TinyTeX|' tools/install-unx.sh
88+
- cat tools/install-unx.sh
8689
- ./tools/install-unx.sh
8790
- tar zcf TinyTeX-1.tgz -C ~/Library TinyTeX
8891

@@ -114,9 +117,12 @@ for:
114117
- R CMD INSTALL .
115118

116119
build_script:
117-
- "sed -i 's|# finished base install|tar zcf TinyTeX-0.tar.gz -C ~ .TinyTeX|' tools/install-unx.sh"
120+
- sed 's|# finished base install|tar zcf TinyTeX-0.tar.gz -C ~ .TinyTeX|' tools/install-unx.sh
121+
- cat tools/install-unx.sh
122+
- sed -i 's|# finished base install|tar zcf TinyTeX-0.tar.gz -C ~ .TinyTeX|' tools/install-unx.sh
123+
- cat tools/install-unx.sh
118124
- ./tools/install-unx.sh
119-
- tar zcf TinyTeX-1.tgz -C ~/Library TinyTeX
125+
- tar zcf TinyTeX-1.tar.gz -C ~ .TinyTeX
120126

121127
test_script:
122128
- export PATH="$HOME/bin:$PATH"

tools/release-github.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ process_file = function(file, FUN = identity, x = xfun::read_utf8(file)) {
1212
}
1313

1414
system(sprintf(
15-
'git clone https://%s@github.com/yihui/chocolatey-tinytex.git',
15+
'git clone https://%s@github.com/yihui/tinytex-windows.git',
1616
Sys.getenv('GH_TOKEN')
1717
))
18-
xfun::in_dir('chocolatey-tinytex', {
18+
xfun::in_dir('tinytex-windows', {
1919
m = tools::md5sum('../TinyTeX-1.zip')
2020
f = function(x, r, val) {
2121
if (length(i <- grep(r, x)) != 1) stop('There must be a line that matches ', r)

0 commit comments

Comments
 (0)