Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mailinabox
Commits
453091f1
Commit
453091f1
authored
Apr 02, 2017
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.22 released
parent
255a65ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
CHANGELOG.md
+2
-2
README.md
README.md
+2
-2
bootstrap.sh
setup/bootstrap.sh
+1
-1
No files found.
CHANGELOG.md
View file @
453091f1
CHANGELOG
CHANGELOG
=========
=========
In Development
v0.22 (April 2, 2017)
--------------
--------------
-------
Mail:
Mail:
...
...
README.md
View file @
453091f1
...
@@ -59,7 +59,7 @@ by me:
...
@@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.2
1c
$ git verify-tag v0.2
2
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: WARNING: This key is not certified with a trusted signature!
...
@@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
...
@@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
Checkout the tag corresponding to the most recent release:
Checkout the tag corresponding to the most recent release:
$ git checkout v0.2
1c
$ git checkout v0.2
2
Begin the installation.
Begin the installation.
...
...
setup/bootstrap.sh
View file @
453091f1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#########################################################
#########################################################
if
[
-z
"
$TAG
"
]
;
then
if
[
-z
"
$TAG
"
]
;
then
TAG
=
v0.2
1c
TAG
=
v0.2
2
fi
fi
# Are we running as root?
# Are we running as root?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment