--- /srv/reproducible-results/rbuild-debian/r-b-build.fZ4Id3ZO/b1/r-cran-gert_2.1.4+dfsg-1_i386.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.fZ4Id3ZO/b2/r-cran-gert_2.1.4+dfsg-1_i386.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ 7c2ca40dd3dfee5ae3bd97fade74a13b 68728 debug optional r-cran-gert-dbgsym_2.1.4+dfsg-1_i386.deb │ - bd81088a813b8755206057d7a7bacb68 255168 gnu-r optional r-cran-gert_2.1.4+dfsg-1_i386.deb │ + 97abcda3b0933a834f9cbf8158385a31 255152 gnu-r optional r-cran-gert_2.1.4+dfsg-1_i386.deb ├── r-cran-gert_2.1.4+dfsg-1_i386.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2024-10-28 04:17:00.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2104 2024-10-28 04:17:00.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 252872 2024-10-28 04:17:00.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 252856 2024-10-28 04:17:00.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 │ │ │ │ @@ -170,15 +170,15 @@ │ │ │ │ git config --global user.email 'jerry@gmail.com' │ │ │ │ git config --global --list │ │ │ │ </code></pre> │ │ │ │ <p>To inspect and change local Git config, i.e. options specific to one repository, use <code>git_config()</code> and <code>git_config_set()</code>.</p> │ │ │ │ <h2 id="local-repository-basics">Local repository basics</h2> │ │ │ │ <p><code>gert::git_init()</code> is essentially <code>git init</code>; it’s how we create a new local repository. You provide the path to the repository you want to create.</p> │ │ │ │ <pre><code class="language-r">(path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc")) │ │ │ │ -#> [1] "/tmp/RtmpksACN5/aaa/bbb/repo_ccc" │ │ │ │ +#> [1] "/tmp/Rtmpm9onuQ/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 {} │ │ │ │ │ @@ -31,15 +31,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(). │ │ │ │ │ ********** LLooccaall rreeppoossiittoorryy bbaassiiccss ********** │ │ │ │ │ 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/RtmpksACN5/aaa/bbb/repo_ccc" │ │ │ │ │ +#> [1] "/tmp/Rtmpm9onuQ/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