Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tails
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
emmapeel
tails
Commits
a812f82e
Commit
a812f82e
authored
11 years ago
by
Tails developers
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/feature/simplify_ikiwiki_setup' into devel
parents
623c7d2c
d814dc8a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/chroot_local-hooks/98-remove_unwanted_files
+1
-10
1 addition, 10 deletions
config/chroot_local-hooks/98-remove_unwanted_files
ikiwiki-cgi.setup
+2
-2
2 additions, 2 deletions
ikiwiki-cgi.setup
ikiwiki.setup
+2
-2
2 additions, 2 deletions
ikiwiki.setup
with
5 additions
and
14 deletions
config/chroot_local-hooks/98-remove_unwanted_files
+
1
−
10
View file @
a812f82e
...
...
@@ -15,16 +15,7 @@ rm -r \
rm
-r
/usr/share/amnesia/packages
# Ease transition to "stop shipping bugs/ and todo/ in ISO images"
# This is for people who have a too-clever caching build setup that
# goes on shipping files foverer as long as it has built them once.
rm
-rf
/usr/share/doc/tails/website/blueprint/
\
/usr/share/doc/tails/website/bugs/
\
/usr/share/doc/tails/website/todo/
\
/usr/share/doc/tails/website/bugs.html
\
/usr/share/doc/tails/website/todo.html
\
/usr/share/doc/tails/website/wishlist.html
\
/usr/share/doc/tails/website/contribute/roadmap.html
rm
-rf
/usr/share/doc/tails/website/blueprint/
find /usr/share/doc
-type
f
-name
changelog.gz
-exec
rm
"{}"
\;
find /usr/share/doc
-type
f
-name
changelog.Debian.gz
-exec
rm
"{}"
\;
...
...
This diff is collapsed.
Click to expand it.
ikiwiki-cgi.setup
+
2
−
2
View file @
a812f82e
...
...
@@ -180,7 +180,7 @@ pingurl: []
# lockedit plugin
# PageSpec controlling which pages are locked
locked_pages
:
'
!
(bugs/*
or
forum/*)
'
locked_pages
:
'
*
'
# moderatedcomments plugin
# PageSpec matching users or comment locations to moderate
...
...
@@ -225,7 +225,7 @@ po_slave_languages:
-
fr|Français
-
pt|Português
# PageSpec controlling which pages are translatable
po_translatable_pages
:
'
!security/audits
and
!security/audits/*
and
(about
or
chat
or
contribute
or
doc
or
doc/*
or
download
or
getting_started
or
inc/stable_i386_date
or
index
or
news
or
news/*
or
press
or
press/*
or
security
or
security/*
or
sidebar
or
support
or
support/*
or
torrents
or
wishlist)'
po_translatable_pages
:
'
!security/audits
and
!security/audits/*
and
(about
or
bugs
or
chat
or
contribute
or
doc
or
doc/*
or
download
or
getting_started
or
inc/stable_i386_date
or
index
or
news
or
news/*
or
press
or
press/*
or
security
or
security/*
or
sidebar
or
support
or
support/*
or
todo
or
torrents
or
wishlist
or
misc
or
misc/*
)'
# internal linking behavior (default/current/negotiated)
po_link_to
:
current
...
...
This diff is collapsed.
Click to expand it.
ikiwiki.setup
+
2
−
2
View file @
a812f82e
...
...
@@ -103,7 +103,7 @@ ENV: {}
# regexp of normally excluded files to include
include
:
'
^\.htaccess$'
# regexp of files that should be skipped
exclude
:
'
(^b
ugs\..*|^bugs\/.*|^contribute\/roadmap\..*|^blueprint\/.*|^forum\/.*|^todo\..*|^wishlist\.
.*|\/discussion\..*|\/Discussion\..*)'
exclude
:
'
(^b
lueprint\/.*|^forum\/
.*|\/discussion\..*|\/Discussion\..*)'
# specifies the characters that are allowed in source filenames
wiki_file_chars
:
'
-[:alnum:]+/.:_~'
# allow symlinks in the path leading to the srcdir (potentially insecure)
...
...
@@ -201,7 +201,7 @@ po_slave_languages:
-
fr|Français
-
pt|Português
# PageSpec controlling which pages are translatable
po_translatable_pages
:
'
!security/audits
and
!security/audits/*
and
(about
or
chat
or
contribute
or
doc
or
doc/*
or
download
or
getting_started
or
inc/stable_i386_date
or
index
or
news
or
news/*
or
press
or
press/*
or
security
or
security/*
or
sidebar
or
support
or
support/*
or
torrents
or
wishlist
or
misc
or
misc/*)'
po_translatable_pages
:
'
!security/audits
and
!security/audits/*
and
(about
or
bugs
or
chat
or
contribute
or
doc
or
doc/*
or
download
or
getting_started
or
inc/stable_i386_date
or
index
or
news
or
news/*
or
press
or
press/*
or
security
or
security/*
or
sidebar
or
support
or
support/*
or
todo
or
torrents
or
wishlist
or
misc
or
misc/*)'
# internal linking behavior (default/current/negotiated)
po_link_to
:
current
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment