X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=release%2Fgo;fp=release%2Fgo;h=71db221ca4a412f8a239d00ad86cbc932380268b;hp=3158ac21c7349b56858613c67877cd23bf9e581a;hb=d67b818ae90c5574166d08422d3e9a68d8d65e16;hpb=9325c92056ff4268db2263cdf8c07bb529e158aa diff --git a/release/go b/release/go index 3158ac21..71db221c 100755 --- a/release/go +++ b/release/go @@ -78,6 +78,13 @@ make >/dev/null 2>/dev/null || \ error "make (with --disable-imlib2) failed" make clean >/dev/null || error "make clean failed" +echo Check compile with librsvg disabled +./configure -C --disable-imlib2 >/dev/null || \ + error "configure failed" +make >/dev/null 2>/dev/null || \ + error "make (with --disable-librsvg) failed" +make clean >/dev/null || error "make clean failed" + echo Check compile with session management disabled ./configure -C --disable-session-management >/dev/null || \ error "configure failed" @@ -120,7 +127,7 @@ ASC="openbox-$VERSION.tar.gz.asc" echo Found Openbox release tarball: ls -d openbox-*.tar.gz test -e "$TAR" || \ - error "Specified version does not match configure.am" + error "Specified version does not match configure.ac" # SIGN THE TARBALL @@ -145,12 +152,17 @@ echo echo Edit changelog: echo " http://openbox.org/oldwiki/index.php?title=Openbox:Changelog&action=edit§ion=1" echo +echo Add the version to the bug tracker: +echo " https://bugzilla.icculus.org/editversions.cgi?action=add&product=Openbox" +echo echo Push the tag: echo " git push origin tag release-$VERSION" echo echo Email: echo " ./release/email $*" echo +echo Update IRC topic and have a beer/juice! +echo cd "$SRCDIR" ls -l "$TAR" "$ASC"