[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openpkg-cvs
Subject:    [CVS] OpenPKG: openpkg-src/apt/ apt.conf apt.spec
From:       "Ralf S. Engelschall" <rse () openpkg ! org>
Date:       2003-11-30 12:56:19
[Download RAW message or body]

  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  rse@openpkg.org
  Module: openpkg-src                      Date:   30-Nov-2003 13:56:19
  Branch: HEAD                             Handle: 2003113012561800

  Modified files:
    openpkg-src/apt         apt.conf apt.spec

  Log:
    fix install procedure and include more APT configuration

  Summary:
    Revision    Changes     Path
    1.3         +57 -1      openpkg-src/apt/apt.conf
    1.13        +1  -1      openpkg-src/apt/apt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apt/apt.conf
  ============================================================================
  $ cvs diff -u -r1.2 -r1.3 apt.conf
  --- openpkg-src/apt/apt.conf	28 Nov 2003 22:47:58 -0000	1.2
  +++ openpkg-src/apt/apt.conf	30 Nov 2003 12:56:18 -0000	1.3
  @@ -2,5 +2,61 @@
   //  apt.conf -- APT configuration
   //
   
  -apt::system "rpm interface";
  +APT {
  +    Build-Essential "openpkg";
  +    Ignore-Hold "false";
  +    Clean-Installed "true";
  +    Get {
  +        Arch-Only "false";
  +        Download-Only "false";
  +        Simulate "false";
  +        Assume-Yes "false";
  +        Force-Yes "false";
  +        Fix-Broken "false";  
  +        Fix-Missing "false";     
  +        Show-Upgraded "false";
  +        Upgrade "true";
  +        Print-URIs "false";
  +        Compile "false";
  +        Download "true";
  +        Purge "false";
  +        List-Cleanup "true";
  +        ReInstall "false";
  +        Trivial-Only "false";
  +        Remove "true";
  +    };
  +    Cache {
  +        Important "false";
  +        AllVersions "false";
  +        GivenOnly "false";
  +        RecruseDepends "false";
  +    };
  +};
  +
  +RPM {
  +    PM "internal";
  +    Allow-Duplicated "false";
  +};
  +
  +Acquire {
  +    Queue-Mode "host";
  +    Retries "0";
  +    Source-Symlinks "true";
  +    http {
  +        //Proxy "http://127.0.0.1:3128";
  +        //Proxy::ftp.openpkg.org "DIRECT";
  +        Timeout "120";
  +        Pipeline-Depth "5";
  +        No-Cache "false";
  +        Max-Age "86400";
  +        No-Store "false";
  +    };
  +    ftp {
  +        //Proxy "http://127.0.0.1:3128";
  +        //Proxy::ftp.openpkg.org "DIRECT";
  +        Timeout "120";
  +        Passive "true";
  +        Proxy::Passive "true";
  +    };
  +};
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/apt/apt.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 apt.spec
  --- openpkg-src/apt/apt.spec	30 Nov 2003 12:31:34 -0000	1.12
  +++ openpkg-src/apt/apt.spec	30 Nov 2003 12:56:18 -0000	1.13
  @@ -123,7 +123,7 @@
       #   create still missing directories
       %{l_shtool} mkdir -p -m 755 \
           $RPM_BUILD_ROOT%{l_prefix}/lib/apt/scripts \
  -        $RPM_BUILD_ROOT%{l_prefix}/var/apt/lib/lists/partial
  +        $RPM_BUILD_ROOT%{l_prefix}/var/apt/lib/lists/partial \
           $RPM_BUILD_ROOT%{l_prefix}/var/apt/cache/archives/partial
   
       #   install pre-generated manual pages
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic