Changes between Version 29 and Version 30 of WebKitGTK/Releasing


Ignore:
Timestamp:
Dec 13, 2017 6:51:39 AM (6 years ago)
Author:
Claudio Saavedra
Comment:

Update location of the make-dist script.

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Releasing

    v29 v30  
    3838WebKitBuild/Release $ ../../Tools/gtk/generate-gtkdoc
    3939    }}}
    40  * Run [https://trac.webkit.org/browser/trunk/Tools/gtk/make-dist.py make-dist.py] script with the -c option to ensure a clean build is done
     40 * Run [https://trac.webkit.org/browser/trunk/Tools/Scripts/make-dist make-dist] script with the -c option to ensure a clean build is done
    4141    {{{
    4242WebKitBuild/Release $ export MAKE_ARGS=-j16
    43 WebKitBuild/Release $ ../../Tools/gtk/make-dist.py -c -s ../../ ./manifest.txt
     43WebKitBuild/Release $ ../../Tools/gtk/make-dist -c -s ../../ ./manifest.txt
    4444    }}}
    4545 * Check that the bots are not horribly broken and run the layout tests locally and see that they are in reasonably good health
     
    4747
    4848== 3. Make the release ==
    49  * [https://trac.webkit.org/browser/trunk/Tools/gtk/make-dist.py make-dist.py] should have created tarball in the build directory. Compress it with xz:
     49 * [https://trac.webkit.org/browser/trunk/Tools/Scripts/make-dist make-dist] should have created tarball in the build directory. Compress it with xz:
    5050    {{{
    5151WebKitBuild/Release $ xz -f webkitgtk-X.Y.Z.tar