File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste
39
39
# aptly snapshot list
40
40
41
41
# 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
43
43
44
44
# 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
46
46
47
47
# show published snapshots
48
48
# aptly publish list
@@ -51,6 +51,6 @@ echo "See 'MindForger Release Guide#Debian and my PPA' notebook for detailed ste
51
51
# aptly publish drop stretch
52
52
53
53
# 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
55
55
56
56
# eof
Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ function tarballClean() {
24
24
if [ " ${1} " = " --purge" ]
25
25
then
26
26
# 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
28
28
rm -vf .travis.yml pad.xml _config.yml
29
29
fi
30
30
# garbage
31
31
find . -name " *.*~" | xargs rm -vf {}
32
32
rm -rvf atom5te.cache src/.deps
33
33
rm -vf Makefile Makefile.in aclocal.m4 config.log config.status configure depcomp install-sh missing
34
34
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
36
36
}
37
37
38
38
function tarballBuildUsingAutomake() {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments