File: maintainer-update-website.sh

package info (click to toggle)
dbus-python 1.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,304 kB
  • sloc: ansic: 9,586; sh: 5,160; python: 4,488; makefile: 610
file content (12 lines) | stat: -rwxr-xr-x 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Copyright 2022 Collabora Ltd.
# SPDX-License-Identifier: MIT

me="$(readlink -f "$0")"
here="$(dirname "$me")"
top="$(dirname "$here")"

DBUS_TOP_SRCDIR="$top" python3 "$here/redirects.py"
rsync -rtvzPp --chmod=Dg+s,ug+rwX,o=rX \
    doc/html/ \
    "${DOC_RSYNC_DEST-dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/doc/dbus-python}/"