annotate recipes/wince/gnupg/pinentry_ce.py @ 557:9824e409388b

Refactor git branching If a checkout is already available and the branch is changed in the config git command would always fail because it doesn't know the branch to track. Therefore always check if the branch is locally available and if not checkout the remote branch
author Bjoern Ricks <bricks@intevation.de>
date Fri, 02 Sep 2011 08:45:28 +0000
parents 6b09c0541502
children
rev   line source
375
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
1 # Copyright (C) 2008, 2010 by Intevation GmbH
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
2 # Authors:
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
3 # Bernhard Herzog <bh@intevation.de>
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
4 # Modified for CE Andre Heinecke <aheinecke@intevation.de>
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
5 #
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
6 # This program is free software under the GPL (>=v2)
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
7 # Read the file COPYING coming with the software for details.
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
8
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
9 """Recipe to build pinentry from SVN for Windows CE"""
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
10
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
11 import base
6b09c0541502 Recipes added for Windows CE
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
12 base.define_gnupg_packager("pinentry-ce-arm")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)