puppet-augeasproviders icon indicating copy to clipboard operation
puppet-augeasproviders copied to clipboard

Current release tarball (2.2.1) contains .git directory

Open antaflos opened this issue 5 years ago • 2 comments

It seems that when creating the release tarball for 2.2.1 someone erroneously included his local .git directory in the tarball:

$ tar tvf herculesteam-augeasproviders-2.2.1.tar.gz  
drwxr-xr-x 1000/1000         0 2019-03-01 16:25 herculesteam-augeasproviders-2.2.1
-rw-r--r-- 1000/1000        24 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.coveralls.yml
-rw-r--r-- 1000/1000      1449 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.fixtures.yml
drwxr-xr-x 1000/1000         0 2019-03-01 16:25 herculesteam-augeasproviders-2.2.1/.git
-rw-r--r-- 1000/1000       459 2019-03-01 16:25 herculesteam-augeasproviders-2.2.1/.git/COMMIT_EDITMSG
-rw-r--r-- 1000/1000       558 2019-03-01 10:35 herculesteam-augeasproviders-2.2.1/.git/FETCH_HEAD
-rw-r--r-- 1000/1000        23 2019-03-01 10:35 herculesteam-augeasproviders-2.2.1/.git/HEAD
-rw-r--r-- 1000/1000        41 2019-03-01 10:35 herculesteam-augeasproviders-2.2.1/.git/ORIG_HEAD
drwxr-xr-x 1000/1000         0 2019-03-01 16:25 herculesteam-augeasproviders-2.2.1/.git/branches
-rw-r--r-- 1000/1000       317 2019-03-01 10:33 herculesteam-augeasproviders-2.2.1/.git/config
-rw-r--r-- 1000/1000        73 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/description
drwxr-xr-x 1000/1000         0 2019-03-01 16:25 herculesteam-augeasproviders-2.2.1/.git/hooks
-rwxr-xr-x 1000/1000       478 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/hooks/applypatch-msg.sample
-rwxr-xr-x 1000/1000       896 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/hooks/commit-msg.sample
-rwxr-xr-x 1000/1000      3327 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/hooks/fsmonitor-watchman.sample
-rwxr-xr-x 1000/1000       189 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/hooks/post-update.sample
-rwxr-xr-x 1000/1000       424 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/hooks/pre-applypatch.sample
-rwxr-xr-x 1000/1000      1642 2018-09-26 15:56 herculesteam-augeasproviders-2.2.1/.git/hooks/pre-commit.sample
...

This seems wrong :)

antaflos avatar Mar 26 '19 19:03 antaflos

This also confuses r10k into needlessly and endlessly redeploying the augeasproviders module when running r10k deploy environment -p, which many sites do automatically by means of Cron or deploy hooks. I believe a new release should be created where the tarball doesn't contain a .git directory.

antaflos avatar Mar 28 '19 12:03 antaflos

This is still the case with 2.4.1.

antaflos avatar Apr 22 '21 20:04 antaflos