mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
guix: store builds in ./guix
This commit is contained in:
parent
1f50cd6335
commit
832dda5b59
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -16,6 +16,6 @@ src/assets_tor.qrc
|
||||||
feather.AppDir/*
|
feather.AppDir/*
|
||||||
src/assets/tor/*
|
src/assets/tor/*
|
||||||
!src/assets/tor/.gitkeep
|
!src/assets/tor/.gitkeep
|
||||||
guix-build-*
|
|
||||||
contrib/installers/windows/setup.nsi
|
contrib/installers/windows/setup.nsi
|
||||||
githash.txt
|
githash.txt
|
||||||
|
guix/guix-build-*
|
||||||
|
|
|
@ -69,7 +69,7 @@ VERSION="${FORCE_VERSION:-$(git_head_version)}"
|
||||||
DISTNAME="${DISTNAME:-feather-${VERSION}}"
|
DISTNAME="${DISTNAME:-feather-${VERSION}}"
|
||||||
|
|
||||||
VERSION_BASE_DIR="${VERSION_BASE_DIR:-${PWD}}"
|
VERSION_BASE_DIR="${VERSION_BASE_DIR:-${PWD}}"
|
||||||
version_base_prefix="${VERSION_BASE_DIR}/guix-build-"
|
version_base_prefix="${VERSION_BASE_DIR}/guix/guix-build-"
|
||||||
VERSION_BASE="${version_base_prefix}${VERSION}" # TOP
|
VERSION_BASE="${version_base_prefix}${VERSION}" # TOP
|
||||||
|
|
||||||
DISTSRC_BASE="${DISTSRC_BASE:-${VERSION_BASE}}"
|
DISTSRC_BASE="${DISTSRC_BASE:-${VERSION_BASE}}"
|
||||||
|
|
Loading…
Reference in a new issue