Skip to content

Commit

Permalink
Revert "exclude all gitignored files from deb orig tar"
Browse files Browse the repository at this point in the history
This reverts commit b0ea058.
  • Loading branch information
dianagudu committed May 9, 2022
1 parent 0b5784c commit e379cad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ publish-to-repo:
preparedeb: distclean
@quilt pop -a || true
@debian/rules clean
( cd ..; tar czf ${PKG_NAME}_${VERSION}.orig.tar.gz --exclude-from=$(PKG_NAME_UNDERSCORES)/.gitignore \
--exclude-vcs --exclude=debian --exclude-caches-all ${PKG_NAME_UNDERSCORES})
( cd ..; tar czf ${PKG_NAME}_${VERSION}.orig.tar.gz --exclude-vcs --exclude=debian --exclude=.pc ${PKG_NAME_UNDERSCORES})

.PHONY: debsource
debsource: preparedeb
Expand Down

1 comment on commit e379cad

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage for this commit

95.31%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
motley_cue
   __init__.py100%100%100%100%
   __main__.py0%100%100%0%11–12, 3, 6, 8
   api.py103.57%100%100%103.57%
   dependencies.py104.55%100%100%104.55%25
   models.py121.62%100%100%121.62%
   version.py120%100%100%120%
motley_cue/mapper
   __init__.py69.74%100%100%69.74%114, 120–123, 129–130, 136–137, 143–145, 153, 159, 166–167, 27–28, 30–31, 34, 36, 54, 85, 91
   authorisation.py98.11%100%100%98.11%131–133, 139, 195, 39, 52, 65, 98
   config.py88.82%100%100%88.82%112, 116, 118, 129–137, 151–155, 159–160, 244, 68
   exceptions.py116.13%100%100%116.13%25
   local_user_management.py94.44%100%100%94.44%161–162, 164–168, 78–79
   token_manager.py97.26%100%100%97.26%144, 181, 277–280, 282, 287, 293, 345–346, 57–58, 62
motley_cue/routers
   __init__.py100%100%100%100%
   admin.py106.25%100%100%106.25%
   user.py104.17%100%100%104.17%

Please sign in to comment.