BUMP VERSION
This commit is contained in:
parent
dd1ac6fe52
commit
9f2455321e
5 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
- export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
|
- export MAKEFLAGS="-j$(grep -c ^processor /proc/cpuinfo)"
|
||||||
- cd core/
|
- cd core/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: makepkg-core-testimg
|
- name: makepkg-core-testing
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager
|
||||||
commands:
|
commands:
|
||||||
- export CFLAGS="-marm -mfpu=vfp -march=armv6zk+fp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s"
|
- export CFLAGS="-marm -mfpu=vfp -march=armv6zk+fp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||||
pkgname=emgauwa-controller-testing
|
pkgname=emgauwa-controller-testing
|
||||||
pkgver=0.2.5
|
pkgver=0.2.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc=""
|
pkgdesc=""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||||
pkgname=emgauwa-controller
|
pkgname=emgauwa-controller
|
||||||
pkgver=0.2.5
|
pkgver=0.2.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc=""
|
pkgdesc=""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||||
pkgname=emgauwa-core-testing
|
pkgname=emgauwa-core-testing
|
||||||
pkgver=0.2.2
|
pkgver=0.2.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc=""
|
pkgdesc=""
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||||
pkgname=emgauwa-core
|
pkgname=emgauwa-core
|
||||||
pkgver=0.2.2
|
pkgver=0.2.3
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc=""
|
pkgdesc=""
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
Reference in a new issue