Compare commits

...

3 Commits

Author SHA1 Message Date
Michael Shigorin
5ffd07c65e 1.0.0-alt1
- 1.0
2013-06-17 14:02:13 +04:00
Michael Shigorin
29ce07fb8d 00example: fixed a harmless typo
The script would work nevertheless (given the feature's included)
but lapses are especially wrong in examples.
2013-06-10 20:04:46 +04:00
Michael Shigorin
aa19008b22 gear-store-tags 2013-06-10 20:01:07 +04:00
5 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
Name: mkimage-profiles
Version: 0.9.16
Version: 1.0.0
Release: alt1
Summary: ALT Linux based distribution metaprofile
@@ -78,6 +78,9 @@ cp -a * %buildroot%mpdir
%doc %docs/*
%changelog
* Mon Jun 17 2013 Michael Shigorin <mike@altlinux.org> 1.0.0-alt1
- 1.0
* Mon Jun 10 2013 Michael Shigorin <mike@altlinux.org> 0.9.16-alt1
- 1.0pre

View File

@@ -1,6 +0,0 @@
object 3fb5bbd846afc76b9d6b84ef071ac632d2bfa93c
type commit
tag v0.9.15
tagger Michael Shigorin <mike@altlinux.org> 1369647839 +0400
+installer

View File

@@ -0,0 +1,6 @@
object 57b368d75d54ef23b7d8b564e826efcb11e6a4d7
type commit
tag v0.9.16
tagger Michael Shigorin <mike@altlinux.org> 1370880061 +0400
1.0pre

View File

@@ -1 +1 @@
95a520e87c4b4b1a0879d7f6f9371e6dc290f742 v0.9.15
c00468bd4033aa25fe1bb5af8c874b02bb492969 v0.9.16

View File

@@ -5,7 +5,7 @@
# NB: to be executed, it must be marked executable first :)
# let's do something very useful
echo "$0: WORKDIR=$WORKDIR; directory listig:"
echo "$0: WORKDIR=$WORKDIR; directory listing:"
ls -l "$WORKDIR"
# and let's _not_ terminate with non-zero for no real reason;