Opened 3 years ago

Closed 3 years ago

#16864 closed enhancement (duplicate)

pkgman: don't update repo for local installs

Reported by: nephele Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: Kits/Package Kit Version: R1/beta2
Keywords: Cc:
Blocked By: #15568 Blocking:
Platform: All

Description

I would argue this is somewhat unexpected... it might make sense to do this if the deps can't be satisfied with already installed packages however.

~/proj/haiku pkgman i generated/objects/haiku/x86_64/packaging/packages/haiku_devel.hpkg generated/objects/haiku/x86_64/packaging/packages/haiku.hpkg          <
  0%    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haiku/master/x86_64/current/repo.sha256
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haiku/master/x86_64/current/repo.sha256 HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
    HTTPS: Request sent.
    HTTPS: Status line received: Code 303 (See Other)
<-- HTTPS: Content-Length: 0
<-- HTTPS: Date: 
<-- HTTPS: Location: https://s3.wasabisys.com/haiku-repositories-us/master/x86_64/r1~beta2_hrev55001/repo.sha256
<-- HTTPS: Server: Rocket
<-- HTTPS: Connection: close
    HTTPS: Following: https://s3.wasabisys.com/haiku-repositories-us/master/x86_64/r1~beta2_hrev55001/repo.sha256

    HTTPS: Resolving https://s3.wasabisys.com/haiku-repositories-us/master/x86_64/r1~beta2_hrev55001/repo.sha256
    HTTPS: Hostname resolved to: 38.27.106.51:443
    HTTPS: Connection to s3.wasabisys.com on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haiku-repositories-us/master/x86_64/r1~beta2_hrev55001/repo.sha256 HTTP/1.1

--> HTTPS: Host: s3.wasabisys.com
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
--> HTTPS: Referer: https://eu.hpkg.haiku-os.org/haiku/master/x86_64/current/repo.sha256
    HTTPS: Request sent.
    HTTPS: Status line received: Code 200 (OK)
<-- HTTPS: Accept-Ranges: bytes
<-- HTTPS: Connection: close
<-- HTTPS: Content-Length: 65
<-- HTTPS: Content-Type: application/octet-stream
<-- HTTPS: Date: 
<-- HTTPS: ETag: 
<-- HTTPS: Last-Modified: 
<-- HTTPS: Server: 
<-- HTTPS: x-amz-id-2: 
<-- HTTPS: x-amz-request-id: 
    HTTPS: 10 headers and 0 bytes of data remaining
100% repochecksum-1 [65 bytes]
Validating checksum for Haiku...done.
  0%    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/repo.sha256
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/master/x86_64/current/repo.sha256 HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
    HTTPS: Request sent.
    HTTPS: Status line received: Code 200 (OK)
<-- HTTPS: Accept-Ranges: bytes
<-- HTTPS: Content-Length: 64
<-- HTTPS: Content-Type: application/octet-stream
<-- HTTPS: Date: 
<-- HTTPS: Etag: 
<-- HTTPS: Last-Modified: 
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
    HTTPS: 8 headers and 0 bytes of data remaining
100% repochecksum-1 [64 bytes]
Validating checksum for HaikuPorts...done.
  0%    HTTPS: Resolving https://eu.hpkg.haiku-os.org/haikuports/master/x86_64/current/repo
    HTTPS: Hostname resolved to: 104.248.198.131:443
    HTTPS: Connection to eu.hpkg.haiku-os.org on port 443.
    HTTPS: Connection opened, sending request.
--> HTTPS: GET /haikuports/master/x86_64/current/repo HTTP/1.1

--> HTTPS: Host: eu.hpkg.haiku-os.org
--> HTTPS: Accept: */*
--> HTTPS: Accept-Encoding: gzip
--> HTTPS: Connection: close
--> HTTPS: User-Agent: Services Kit (Haiku)
    HTTPS: Request sent.
    HTTPS: Status line received: Code 200 (OK)
<-- HTTPS: Accept-Ranges: bytes
<-- HTTPS: Content-Length: 
<-- HTTPS: Content-Type: application/octet-stream
<-- HTTPS: Date: 
<-- HTTPS: Etag: 
<-- HTTPS: Last-Modified: 
<-- HTTPS: Server: nginx
<-- HTTPS: Connection: close
 88% repocache-2                                1.20 MiB/1.34 MiB  2.39 MiB/s     HTTPS: 8 headers and 0 bytes of data remaining
100% repocache-2 [1.34 MiB]
Validating checksum for HaikuPorts...done.
The following changes will be made:
  in system:
    upgrade package haiku-r1~beta2_hrev55006_3-1 to r1~beta2_hrev55009_1-1 from local file
    upgrade package haiku_devel-r1~beta2_hrev55006_3-1 to r1~beta2_hrev55009_1-1 from local file
Continue? [yes/no] (yes) : 

(some tags redacted)

Change History (1)

comment:1 by pulkomandy, 3 years ago

Blocked By: 15568 added
Resolution: duplicate
Status: newclosed

Already reported. Don't forget to upvote the existing ticket.

Note: See TracTickets for help on using tickets.