mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
13 lines
302 B
Bash
Executable file
13 lines
302 B
Bash
Executable file
set -ex
|
|
|
|
SCRIPT_DIR=$(dirname $(readlink -f "$0"))
|
|
WPT_ROOT=$(readlink -f $SCRIPT_DIR/../..)
|
|
cd $WPT_ROOT
|
|
|
|
mkdir -p ~/meta
|
|
|
|
python tools/ci/tag_master.py
|
|
./wpt manifest -p ~/meta/MANIFEST.json
|
|
cp ~/meta/MANIFEST.json $WPT_MANIFEST_FILE
|
|
# Force overwrite of any existing file
|
|
gzip -f $WPT_MANIFEST_FILE
|