Commit 0ff00fef authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible website: run jekyll build with --watch

parent fec2cc86
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -828,18 +828,18 @@
                    my_timed: ''
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reproducible-website.git'
                    my_gitbranches: 'origin/master'
                    my_shell: './bin/i18n.sh ; ./bin/contributors.py ; jekyll build -I -s . -d /srv/reproducible-builds.org/www'
                    my_shell: './bin/i18n.sh ; ./bin/contributors.py ; jekyll build --incremental --watch -s . -d /srv/reproducible-builds.org/www'
                - 'builds_style_guide':
                    my_description: 'Build https://reproducible-builds.org/style on every git commit to {my_gitrepo} with jekyll'
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/reproducible-styleguide.git'
                    my_timed: ''
                    my_shell: 'mkdir -pv /srv/reproducible-builds.org/style && jekyll build -I -s . -d /srv/reproducible-builds.org/style'
                    my_shell: 'mkdir -pv /srv/reproducible-builds.org/style && jekyll build --incremental --watch -s . -d /srv/reproducible-builds.org/style'
                - 'builds_diffoscope_website':
                    my_description: 'Build https://diffoscope.org/ on every git commit to {my_gitrepo}'
                    my_timed: ''
                    my_gitrepo: 'https://salsa.debian.org/reproducible-builds/diffoscope-website.git'
                    my_gitbranches: 'origin/master'
                    my_shell: 'mkdir -pv /srv/diffoscope.org/www && jekyll build -I -s . -d /srv/diffoscope.org/www'
                    my_shell: 'mkdir -pv /srv/diffoscope.org/www && jekyll build --incremental --watch -s . -d /srv/diffoscope.org/www'
                - 'sync_lfs_files':
                    my_description: 'Pull big files from https://salsa.debian.org/reproducible-builds/reproducible-lfs so we can serve them from here'
                    my_timed: ''