I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Aug 11, 2013
  2. Aug 01, 2013
  3. Jul 16, 2013
    • kytv's avatar
      debian updates · 2902a708
      kytv authored
      - check script validity in build target
      - refresh patch
      - changelog update
      2902a708
  4. Jul 11, 2013
  5. May 24, 2013
  6. May 01, 2013
  7. Mar 31, 2013
  8. Dec 14, 2012
  9. Oct 27, 2012
  10. Aug 01, 2012
  11. May 06, 2012
  12. Feb 27, 2012
  13. Jan 07, 2012
    • kytv's avatar
      Debian: Fix postinst script · 0c81d519
      kytv authored
      On systems without an i2psvc group, the postinstall would fail. This change
      will add the group if it doesn't exist. Also adding "||true" to the usermod
      command in case the command returns a non-zero status.
      0c81d519
  14. Jan 06, 2012
  15. Jan 04, 2012
  16. Oct 19, 2011
  17. Aug 21, 2011
  18. Aug 18, 2011
  19. Aug 09, 2011
  20. Aug 01, 2011
  21. Jun 26, 2011
  22. May 27, 2011
    • kytv's avatar
      Debian: Ship custom router.config to disable updates via the I2P router.... · 0000e4f2
      kytv authored
      Debian: Ship custom router.config to disable updates via the I2P router. Updates, to keep with Debian policy, must be done via the package manager.
      0000e4f2
    • kytv's avatar
      Debian: Creating a new fourth package by splitting the i2p package in two · 164f060a
      kytv authored
       This commit splits the i2p package into a second package, i2p-router.
         * The new 'i2p-router' package does not depend on the java-wrapper nor jbigi.
           Jbigi is recommended. This package can be installed on the ports or 
           distributions that the java-wrapper is not available for.
         * The new 'i2p' package depends on i2p-router, libjbigi-jni, and the java-wrapper. 
           This package will add the i2psvc system user and the initscript. Existing
           users of the i2p package will have the i2p-router package pulled in
           automatically and for them there will be no usability changes.
      
       Executive summary: No functionality changes will take place for either those
      		    that installed the i2p package in the past or those that
      		    install the newly split i2p package. For them, "The Song
                          Remains the Same."
      164f060a
  23. May 26, 2011
  24. May 25, 2011
  25. Nov 24, 2010
  26. Nov 18, 2010
  27. Nov 15, 2010
  28. Nov 09, 2010
  29. Jan 26, 2010
  30. Jan 30, 2009
    • dream's avatar
      preliminary debian package support · 7365ca84
      dream authored
      This sets i2p up as a functional Debian source package. dpkg-buildpackage
      will build i2p using ant preppkg (tarball takes too long and not
      helpful). It creates a binary .deb archive of the i2p installation,
      which when installed goes into /var/lib/i2p as the non-root user i2p,
      and adds an /etc/init.d script to start it up.
      
      Some problems not yet solved:
      1) under Debian the conf should go into /etc/i2p, but since it doesn't
         things like the eepsite index file get overwritten if you reinstall.
         should check for those somehow and not replace them, or ask the user.
      2) under Debian they like it if you split the generated data from the
         static code, so i2p should go into /usr/lib/i2p maybe, but its
         netDB and any other cache files into /var/cache/i2p
         that's important not just for organization, but also /var is often
         on a filesystem optimized for churn. For now just put it in /var/lib
      3) i2p is supposedly architecture independant, but it does choose a
         native jbigi library on postinstall, so does that really count
         as architecture independant?
      7365ca84
Loading