mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
* Rebuild gettext with upstream patch. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Abort build before upload if crew check fails. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Sanitize download filename in downloader and ConvenienceFunctions.patch. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Do not use gitweb.git.savannah.gnu.org url. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Revert to older working patch. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Restore usage of downloaded archive.dir. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Mark packages from successful builds as automatically buildable. * gettext_rebuild: Package File Update Run on linux/386 container. * gettext_rebuild: Package File Update Run on linux/amd64 container. * gettext_rebuild: Package File Update Run on linux/arm/v7 container. --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
5 lines
215 B
Bash
Executable File
5 lines
215 B
Bash
Executable File
#!/bin/bash -ex
|
|
for b in $(crew files ${1} | grep /usr/local/bin); do $b -v 2>&1; done
|
|
# If this fails, then autopoint may fail on subsequent installs.
|
|
cd /tmp ; tar fxv /usr/local/share/gettext/archive.dir.tar.xz
|