After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729421 - POSIX compatible install.sh for website build
POSIX compatible install.sh for website build
Status: RESOLVED FIXED
Product: gimp-web
Classification: Infrastructure
Component: www.gimp.org
unspecified
Other All
: Normal normal
: 2.8
Assigned To: The GIMP web bugs mail alias
The GIMP web bugs mail alias
Depends on:
Blocks:
 
 
Reported: 2014-05-02 18:41 UTC by Sam Gleske
Modified: 2014-05-02 19:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for install.sh to be posix compatible (3.92 KB, patch)
2014-05-02 18:41 UTC, Sam Gleske
committed Details | Review

Description Sam Gleske 2014-05-02 18:41:26 UTC
Created attachment 275690 [details] [review]
Patch for install.sh to be posix compatible

This patch is for better reporting to Jenkins builds the status of building the gimp-web repo.
Comment 1 Michael Schumacher 2014-05-02 19:38:54 UTC
Thanks, committed.

commit 4006f148e05ac090d53c4515944af1509bfd794e
Author: Sam Gleske <sam.mxracer@gmail.com>
Date:   Fri May 2 11:01:18 2014 -0400

    new and improved install.sh

    This is now POSIX compatible with proper exit
    code reporting for Jenkins jobs

    comment updates for install.sh

    variable trailing slash cleanup in install.sh

    Signed-off-by: Michael Schumacher <schumaml@gmx.de>