summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Matias2023-06-12 23:33:57 -0300
committerPaulo Matias2023-06-12 23:34:07 -0300
commit6b1df79d5e3c9b52c8ec67385d265d50ab7648c8 (patch)
tree7eb88f1ecb80945617291c9b6ed77445231df618
parent1a373657510babe594f570accc1434734f034edc (diff)
downloadaur-6b1df79d5e3c9b52c8ec67385d265d50ab7648c8.tar.gz
not really, we should modify at $SRCDEST
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c889e53db4a..73efe2dcffde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -124,14 +124,15 @@ ac_add_options --enable-crashreporter
ac_add_options --disable-updater
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
END
+
+ # See https://github.com/glandium/git-cinnabar/issues/311
+ cd "$SRCDEST/mozilla-unified"
+ git config remote.origin.fetch '^refs/cinnabar/*'
}
build() {
cd mozilla-unified
- # See https://github.com/glandium/git-cinnabar/issues/311
- git config remote.origin.fetch '^refs/cinnabar/*'
-
export MOZ_SOURCE_REPO="$_repo"
export MOZ_SOURCE_CHANGESET="$(cd $SRCDEST/mozilla-unified; git cinnabar git2hg bookmarks/autoland)"
export MOZ_NOSPAM=1