Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aptly diff misses some packages #282

Closed
vincentbernat opened this issue Aug 12, 2015 · 1 comment · Fixed by #1275
Closed

aptly diff misses some packages #282

vincentbernat opened this issue Aug 12, 2015 · 1 comment · Fixed by #1275
Assignees
Labels
Milestone

Comments

@vincentbernat
Copy link
Contributor

Hi!

Here is an output of aptly diff:

$ aptly snapshot diff extern-datastax-datastax-main-2015-08-12-1 extern-datastax-datastax-main-2015-07-01-1
  Arch   | Package                                  | Version in A                             | Version in B
- all    | datastax-agent                           | 5.2.0                                    | -       
- all    | opscenter                                | 5.2.0                                    | -       

For some reasons, no version is seen in "B". But, they are here:

$ aptly snapshot show -with-packages extern-datastax-datastax-main-2015-07-01-1
Name: extern-datastax-datastax-main-2015-07-01-1
Created At: 2015-07-01 11:19:18 CEST
Description: Snapshot from mirror [extern-datastax-datastax-main]: http://debian.datastax.com/community/ stable
Number of packages: 31
Packages:
  datastax-agent_4.0.0_all
  datastax-agent_4.0.1_all
  datastax-agent_4.0.2_all
  datastax-agent_4.0.3_all
  datastax-agent_4.1.0_all
  datastax-agent_4.1.1_all
  datastax-agent_4.1.2_all
  datastax-agent_4.1.3_all
  datastax-agent_4.1.4_all
  datastax-agent_5.0.0_all
  datastax-agent_5.0.1_all
  datastax-agent_5.0.2_all
  datastax-agent_5.1.0_all
  datastax-agent_5.1.1_all
  datastax-agent_5.1.2_all
  datastax-agent_5.1.3_all
  opscenter_4.0.1_all
  opscenter_4.0.2_all
  opscenter_4.0.3_all
  opscenter_4.1.0_all
  opscenter_4.1.1_all
  opscenter_4.1.2_all
  opscenter_4.1.3_all
  opscenter_4.1.4_all
  opscenter_5.0.0_all
  opscenter_5.0.1_all
  opscenter_5.0.2_all
  opscenter_5.1.0_all
  opscenter_5.1.1_all
  opscenter_5.1.2_all
  opscenter_5.1.3_all

Maybe aptly is confused by the fact that the package is present in different version. I have the problem with other repositories with the same characteristic, but not on all of them. For example:

$ aptly snapshot diff extern-jenkins-jenkins-2015-08-12-1 extern-jenkins-jenkins-2015-06-26-2
  Arch   | Package                                  | Version in A                             | Version in B
+ all    | jenkins                                  | -                                        | 1.617   
- all    | jenkins                                  | 1.624                                    | -       
@smira smira added the bug label Aug 14, 2015
@smira smira added this to the v0.9.6 milestone Oct 5, 2015
@smira smira modified the milestones: v0.9.6, v0.9.7 Jan 24, 2016
@smira smira modified the milestones: v0.9.7, v0.9.8 Apr 18, 2016
@smira smira removed this from the v0.9.8 milestone Mar 27, 2017
@durist
Copy link

durist commented Sep 29, 2017

I'm seeing this as well-- any chance of getting it fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment