@ikiwiki --setup ikiwiki.setup
web_deploy:
- @rsync -avz --delete www/ debian:/var/sites/debian/www/
+ @rsync -avz --delete --exclude=keyring www/ debian:/var/sites/debian/www/
* `debian-dev-setup`.
* `debian-build`.
* Merge all `build-area` folders.
-* Deploy as a ikiwiki + git-annex instance, perhaps replacing reprepro.
+* Deploy as a ikiwiki + git-annex instance, replacing reprepro.
* Try an [AutomateBackports](https://wiki.debian.org/AutomateBackports) setup.
* Vagrant: run `debian-dev-setup` as an additional shell provisioner.
* Security: https://wiki.debian.org/SecurePbuilder
* http://dev.mutt.org/hg/mutt/rev/b38c4838976f and other patches
* https://www.8t8.us/mutt/patches/
* [#757117 - mutt-patched: Please add patch to encrypt postponed messages - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757117).
+* [firejail](https://l3net.wordpress.com/projects/firejail/) [from sid](https://packages.debian.org/sid/firejail).
Port
----
* [Blingbling](http://awesome.naquadah.org/wiki/Blingbling).
* [x2go-server](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465821).
* [Terminology](https://www.enlightenment.org/p.php?p=about/terminology).
+* [playpen](https://github.com/thestinger/playpen).
+* [minijail](https://github.com/omegaup/minijail).
WNPP
----
use IkiWiki::Setup::Standard {
wikiname => "Debian Packages",
admindebian => ["debian", ],
- adminemail => 'debian@sarava.org',
+ adminemail => 'debian@fluxo.info',
# Be sure to customise these..
srcdir => ".",
destdir => "www",
- url => "https://debian.sarava.org",
- cgiurl => "https://debian.sarava.org/ikiwiki.cgi",
+ url => "https://debian.fluxo.info",
+ cgiurl => "https://debian.fluxo.info/ikiwiki.cgi",
#templatedir => "/usr/share/ikiwiki/templates",
#underlaydir => "/usr/share/ikiwiki/basewiki",
# Subversion stuff.
#rcs => "svn",
- #historyurl => "http://svn.sarava.org/trunk/[[file]]",
- #diffurl => "http://svn.sarava.org/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
+ #historyurl => "http://svn.fluxo.info/trunk/[[file]]",
+ #diffurl => "http://svn.fluxo.info/trunk/[[file]]?root=wiki&r1=[[r1]]&r2=[[r2]]",
#svnrepo => "/svn/wiki",
#svnpath => "trunk",
# Git stuff.
rcs => "git",
- historyurl => "https://git.sarava.org/?p=debian.git;a=history;f=[[file]]",
- diffurl => "https://git.sarava.org/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
+ historyurl => "https://git.fluxo.info/?p=debian.git;a=history;f=[[file]]",
+ diffurl => "https://git.fluxo.info/?p=debian.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
#gitorigin_branch => "origin",
#gitmaster_branch => "master",
# See https://ikiwiki.info/tips/laptop_wiki_with_git/
-Debian packaging effort!
-========================
+[[!meta title="Debian packaging effort!"]]
-In the past, we used to be [heavy slackware users](https://simplepkg.sarava.org) when we just
+In the past, we used to be [heavy slackware users](https://simplepkg.fluxo.info) when we just
had a few boxes to manage. Then we had to change our whole packaging paradigm when we switched
to Debian.
Grab this repository using
- git clone --recursive git://git.sarava.org/debian.git
+ git clone --recursive git://git.fluxo.info/debian.git
Configuration files
-------------------
-All the commands in this guide assumes that you're using [these configuration
-files](https://git.sarava.org/?p=rhatto/dotfiles/debian.git;a=summary).
+All the commands in this guide assumes that you're using [these configuration files](https://git.fluxo.info/?p=rhatto/dotfiles/debian.git;a=summary).
Starting a new package
----------------------
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />
</TMPL_IF>
<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap.min.css" type="text/css" />
-<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.css" />
+<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap/css/bootstrap-responsive.min.css" />
<TMPL_IF LOCAL_CSS>
<link rel="stylesheet" href="<TMPL_VAR BASEURL><TMPL_VAR LOCAL_CSS>" type="text/css" />
<TMPL_ELSE>