diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-04 07:24:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-04 07:24:07 +0000 |
commit | 9d7f96cb8b87ed53bd93883b1519c7ad8a382819 (patch) | |
tree | 9681614189f040b58b7cb8fa8123f6d3566ba184 /doc | |
parent | 2e6bbb2bec929feda3a3ab6ce4f80a8908497ac6 (diff) | |
download | ikiwiki-9d7f96cb8b87ed53bd93883b1519c7ad8a382819.tar ikiwiki-9d7f96cb8b87ed53bd93883b1519c7ad8a382819.tar.gz |
web commit by http://camrdale.myopenid.com/: Pursuing the hardest path
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/parse_debian_packages.mdwn | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/todo/parse_debian_packages.mdwn b/doc/todo/parse_debian_packages.mdwn index e34aa67e3..af2547734 100644 --- a/doc/todo/parse_debian_packages.mdwn +++ b/doc/todo/parse_debian_packages.mdwn @@ -27,7 +27,10 @@ would then not be picked up until the ikiwiki is recompiled. > This could be done by adding a hook to reprepro/whatever that calls > ikiwiki --refresh at the end of updating a repo. (I don't > remember if reprepro has such hooks; mini-dinstall certianly does.) -> + +>> reprepro doesn't seem to have one, :( though of course creating a +>> script to do both would work (but it's not optimal). --Cameron + > For ikiwiki to notice that the Packages file outside its tree has > changed and things need to be updated, a `needsbuild` hook could be > used. This seems very doable. @@ -44,7 +47,14 @@ automatically. > want to use it for a big repo, and I'd ideally want to keep the packages > in a different svn repo, pulled in via svn:externals. -Just some thoughts I had, hope it's not too crazy.<br> +>> I like it too, more than the easier options, why are the most +>> interesting solutions always the most complicated? ;) + +>> Parsing the files sounds like it might require some outside +>> dependencies, and given the complexity maybe this should be +>> a separate package from ikiwiki. Is it possible to package +>> plugins separately? --Cameron + --Cameron [[tag wishlist]] |