This repository has been archived by the owner on May 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS_* environment variables no longer necessary after getmoto/moto#1952 git-svn-id: file:///srv/repos/svn-community/svn@460860 9fca08f4-af9d-4005-b8df-a31f2cc04f65
- Loading branch information
yan12125
authored and
svntogit
committed
May 6, 2019
1 parent
d592fb6
commit 5e351f9
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
pkgname=buildbot | ||
pkgdesc='The Continuous Integration Framework' | ||
pkgver=2.2.0 | ||
pkgver=2.3.0 | ||
pkgrel=1 | ||
arch=(any) | ||
url='https://buildbot.net' | ||
|
@@ -28,10 +28,11 @@ optdepends=( | |
'vault: to use SecretInVault provider' | ||
) | ||
source=("https://github.com/buildbot/buildbot/releases/download/v$pkgver/buildbot-v$pkgver.gitarchive.tar.gz"{,.sig}) | ||
sha256sums=('126adffe288f9b6df2d3a4eca49be757f65c01bc0c551d562681b4cf5ca460fb' | ||
sha256sums=('eb57afd7f8005b84bc345903211e4a3ff1a4d6a162eb55a37ab9bd445044476e' | ||
'SKIP') | ||
validpgpkeys=( | ||
'390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <[email protected]> | ||
'390EB159056ED56F66AB1092AECD456B4D2531FC' # Pierre Tardy <[email protected]> (@tardyp on GitHub) | ||
'FD0004A26EADFE43A4C3F249C6F7AE200374452D' # Povilas Kanapickas <[email protected]> (@p12tic on GitHub) | ||
) | ||
|
||
build() { | ||
|
@@ -42,10 +43,6 @@ build() { | |
check() { | ||
cd buildbot-$pkgver/master | ||
|
||
# https://github.com/spulec/moto/issues/1924 | ||
export AWS_SECRET_ACCESS_KEY=foobar_secret | ||
export AWS_ACCESS_KEY_ID=foobar_key | ||
|
||
python setup.py install --root="$srcdir"/tmp_install | ||
|
||
export PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages | ||
|