new version
This commit is contained in:
parent
5bde5554aa
commit
d4df8a98e3
|
@ -46,12 +46,11 @@ mv lam-packaging ../
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf github
|
rm -rf github
|
||||||
|
|
||||||
git clone file:///daten/dev/git local
|
git clone git@gitlab.com:LDAPAccountManager/lamPro.git lamPro
|
||||||
cd local
|
cd lamPro
|
||||||
git checkout $REPO_BRANCH
|
git checkout $REPO_BRANCH
|
||||||
mv lamPro ../
|
rm -rf .git
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf local
|
|
||||||
|
|
||||||
cp lam-packaging/getVersion ./
|
cp lam-packaging/getVersion ./
|
||||||
export VERSION=`./getVersion`
|
export VERSION=`./getVersion`
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
ldap-account-manager (5.5.RC1-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* new upstream release
|
||||||
|
|
||||||
|
-- Roland Gruber <post@rolandgruber.de> Tue, 21 Jun 2016 17:38:42 +0200
|
||||||
|
|
||||||
ldap-account-manager (5.4-1) unstable; urgency=medium
|
ldap-account-manager (5.4-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Fix "Fragile postinst script" added more checks
|
* Fix "Fragile postinst script" added more checks
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5.5.DEV
|
5.5.RC1
|
||||||
|
|
Loading…
Reference in New Issue