Skip to content

Commit a97bd9f

Browse files
committed
Making sure tarball doesn't contain garbage.
1 parent d3ec494 commit a97bd9f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

build/debian/aptly-add-deb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste
3939
#aptly snapshot list
4040

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

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

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

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

5656
# eof

build/tarball/tarball-automake.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ function tarballClean() {
2424
if [ "${1}" = "--purge" ]
2525
then
2626
# development files
27-
rm -vrf build .git .gitignore .settings Debug Release .cproject .project hstr.pro hstr.pro.user snap
27+
rm -vrf build test tests .git .gitignore .settings Debug Release .cproject .project hstr.pro hstr.pro.user snap
2828
rm -vf .travis.yml pad.xml _config.yml
2929
fi
3030
# garbage
3131
find . -name "*.*~" | xargs rm -vf {}
3232
rm -rvf atom5te.cache src/.deps
3333
rm -vf Makefile Makefile.in aclocal.m4 config.log config.status configure depcomp install-sh missing
3434
rm -vf man/Makefile man/Makefile.in
35-
rm -vf src/Makefile src/Makefile.in src/hstr src/hh src/*.o
35+
rm -vf src/Makefile src/Makefile.in src/hstr src/hh *.o src/*.o
3636
}
3737

3838
function tarballBuildUsingAutomake() {

tests/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)