File: maintainer-update-website.sh

package info (click to toggle)
dbus-python 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,708 kB
  • sloc: ansic: 9,653; python: 4,664; makefile: 597; sh: 428
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}/"