--- /srv/reproducible-results/rbuild-debian/r-b-build.fFGBbDR1/b1/r-cran-gert_1.9.2+dfsg-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.fFGBbDR1/b2/r-cran-gert_1.9.2+dfsg-1_armhf.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ e446216e5d1e10140bcf5aef662a4d69 78376 debug optional r-cran-gert-dbgsym_1.9.2+dfsg-1_armhf.deb │ - 0b1d131d9557a73d0b91198756811e1f 236824 gnu-r optional r-cran-gert_1.9.2+dfsg-1_armhf.deb │ + 37f19cf809cf53817977be9f1e95dd8d 236832 gnu-r optional r-cran-gert_1.9.2+dfsg-1_armhf.deb ├── r-cran-gert_1.9.2+dfsg-1_armhf.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2022-12-12 13:02:49.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2152 2022-12-12 13:02:49.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 234480 2022-12-12 13:02:49.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 234488 2022-12-12 13:02:49.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/lib/R/site-library/gert/doc/gert.html │ │ │ │ @@ -123,15 +123,15 @@ │ │ │ │ git config --global user.email 'jerry@gmail.com' │ │ │ │ git config --global --list │ │ │ │ │ │ │ │
To inspect and change local Git config, i.e. options specific to one repository, use git_config()
and git_config_set()
.
gert::git_init()
is essentially git init
; it’s how we create a new local repository. You provide the path to the repository you want to create.
(path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc"))
│ │ │ │ -#> [1] "/tmp/RtmpoxtjDZ/aaa/bbb/repo_ccc"
│ │ │ │ +#> [1] "/tmp/RtmpmwGaNc/aaa/bbb/repo_ccc"
│ │ │ │ dir.exists(path)
│ │ │ │ #> [1] FALSE
│ │ │ │
│ │ │ │ (r <- git_init(path))
│ │ │ │ #> Error in git_init(path): could not find function "git_init"
│ │ │ │ dir.exists(path)
│ │ │ │ #> [1] FALSE
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -32,15 +32,15 @@
│ │ │ │ │ git config --global --list
│ │ │ │ │ To inspect and change local Git config, i.e. options specific to one
│ │ │ │ │ repository, use git_config() and git_config_set().
│ │ │ │ │ ***** Local repository basics *****
│ │ │ │ │ gert::git_init() is essentially git init; itâs how we create a new local
│ │ │ │ │ repository. You provide the path to the repository you want to create.
│ │ │ │ │ (path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc"))
│ │ │ │ │ -#> [1] "/tmp/RtmpoxtjDZ/aaa/bbb/repo_ccc"
│ │ │ │ │ +#> [1] "/tmp/RtmpmwGaNc/aaa/bbb/repo_ccc"
│ │ │ │ │ dir.exists(path)
│ │ │ │ │ #> [1] FALSE
│ │ │ │ │
│ │ │ │ │ (r <- git_init(path))
│ │ │ │ │ #> Error in git_init(path): could not find function "git_init"
│ │ │ │ │ dir.exists(path)
│ │ │ │ │ #> [1] FALSE