owncloud / twofactor_totp

🔑 Second factor TOTP (Google Authenticator) provider for ownCloud
GNU Affero General Public License v3.0
9 stars 9 forks source link

Refactor Makefile dist #148

Closed phil-davis closed 4 years ago

phil-davis commented 4 years ago

to be more like other app repos.

Issue #147

Note: different app repos do this make dist stuff in various different ways. Is the way that I have chosen the "current" standard, or some old way?

phil-davis commented 4 years ago

I set:

doc_files=AUTHORS.md CHANGELOG.md COPYING README.md

because these 4 files were distributed in the previous release tarball.

codecov[bot] commented 4 years ago

Codecov Report

Merging #148 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #148   +/-   ##
=========================================
  Coverage     67.87%   67.87%           
  Complexity       67       67           
=========================================
  Files            14       14           
  Lines           277      277           
=========================================
  Hits            188      188           
  Misses           89       89

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b2d9e15...6270fc9. Read the comment docs.

phil-davis commented 4 years ago

@micbar I cherry-picked this onto release-0.6.1 branch also, so that you get the make dist for when you make the next 0.6.1 tarball.

micbar commented 4 years ago

@phil-davis You are my hero ;-)