Different hidden recipient branch
This commit is contained in:
parent
7d6f140025
commit
7097375cec
|
@ -220,8 +220,8 @@ mkdir ~/develop
|
|||
cd ~/develop
|
||||
git clone https://github.com/bashrc/open-keychain
|
||||
cd open-keychain
|
||||
git checkout origin/bashrc/hidden-recipient-4
|
||||
git checkout -b bashrc/hidden-recipient-4
|
||||
git checkout origin/bashrc/hidden-recipient-minimal
|
||||
git checkout -b bashrc/hidden-recipient-minimal
|
||||
cd tools
|
||||
nano build.sh
|
||||
#+END_SRC
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title></title>
|
||||
<!-- 2015-09-29 Tue 15:33 -->
|
||||
<!-- 2015-10-06 Tue 20:21 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<meta name="author" content="Bob Mottram" />
|
||||
|
@ -692,8 +692,8 @@ Build script for OpenKeychain:
|
|||
<span class="org-builtin">cd</span> ~/develop
|
||||
git clone https://github.com/bashrc/open-keychain
|
||||
<span class="org-builtin">cd</span> open-keychain
|
||||
git checkout origin/bashrc/hidden-recipient-4
|
||||
git checkout -b bashrc/hidden-recipient-4
|
||||
git checkout origin/bashrc/hidden-recipient-minimal
|
||||
git checkout -b bashrc/hidden-recipient-minimal
|
||||
<span class="org-builtin">cd</span> tools
|
||||
nano build.sh
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue