Different hidden recipient branch

This commit is contained in:
Bob Mottram 2015-10-06 20:22:23 +01:00
parent 7d6f140025
commit 7097375cec
2 changed files with 5 additions and 5 deletions

View File

@ -220,8 +220,8 @@ mkdir ~/develop
cd ~/develop cd ~/develop
git clone https://github.com/bashrc/open-keychain git clone https://github.com/bashrc/open-keychain
cd open-keychain cd open-keychain
git checkout origin/bashrc/hidden-recipient-4 git checkout origin/bashrc/hidden-recipient-minimal
git checkout -b bashrc/hidden-recipient-4 git checkout -b bashrc/hidden-recipient-minimal
cd tools cd tools
nano build.sh nano build.sh
#+END_SRC #+END_SRC

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<title></title> <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 http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" /> <meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" /> <meta name="author" content="Bob Mottram" />
@ -692,8 +692,8 @@ Build script for OpenKeychain:
<span class="org-builtin">cd</span> ~/develop <span class="org-builtin">cd</span> ~/develop
git clone https://github.com/bashrc/open-keychain git clone https://github.com/bashrc/open-keychain
<span class="org-builtin">cd</span> open-keychain <span class="org-builtin">cd</span> open-keychain
git checkout origin/bashrc/hidden-recipient-4 git checkout origin/bashrc/hidden-recipient-minimal
git checkout -b bashrc/hidden-recipient-4 git checkout -b bashrc/hidden-recipient-minimal
<span class="org-builtin">cd</span> tools <span class="org-builtin">cd</span> tools
nano build.sh nano build.sh
</pre> </pre>