Skip to content

Commit

Permalink
Making sure tarball doesn't contain garbage.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Aug 28, 2018
1 parent d3ec494 commit a97bd9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/debian/aptly-add-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste
#aptly snapshot list

# delete snapshot(s) ONLY if needed - publish must be deleted first!
#aptly snapshot drop mf-test-snapshot
#aptly snapshot drop hstr-2.0.0-snapshot

# create snapshot in the time of release - note release NAME
#aptly snapshot create hstr-2.0.0 from repo mindforger-com-ppa
#aptly snapshot create hstr-2.0.0-snapshot from repo mindforger-com-ppa

# show published snapshots
#aptly publish list
Expand All @@ -51,6 +51,6 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste
#aptly publish drop stretch

# publish snapshot to local filesystem so that it can be uploaded - note release NAME
#aptly publish snapshot hstr-2.0.0
#aptly publish snapshot hstr-2.0.0-snapshot

# eof
4 changes: 2 additions & 2 deletions build/tarball/tarball-automake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ function tarballClean() {
if [ "${1}" = "--purge" ]
then
# development files
rm -vrf build .git .gitignore .settings Debug Release .cproject .project hstr.pro hstr.pro.user snap
rm -vrf build test tests .git .gitignore .settings Debug Release .cproject .project hstr.pro hstr.pro.user snap
rm -vf .travis.yml pad.xml _config.yml
fi
# garbage
find . -name "*.*~" | xargs rm -vf {}
rm -rvf atom5te.cache src/.deps
rm -vf Makefile Makefile.in aclocal.m4 config.log config.status configure depcomp install-sh missing
rm -vf man/Makefile man/Makefile.in
rm -vf src/Makefile src/Makefile.in src/hstr src/hh src/*.o
rm -vf src/Makefile src/Makefile.in src/hstr src/hh *.o src/*.o
}

function tarballBuildUsingAutomake() {
Expand Down
2 changes: 0 additions & 2 deletions tests/.gitignore

This file was deleted.

0 comments on commit a97bd9f

Please sign in to comment.