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

0.3.1 doesn't appear in 'apt show git-secret' using https://dl.bintray.com/sobolevn/deb #460

Closed
dkrutsko opened this issue Apr 26, 2019 · 18 comments
Labels

Comments

@dkrutsko
Copy link

dkrutsko commented Apr 26, 2019

I'm looking to set up a local clone of your Debian repository but it looks like the latest version (0.2.5) is not properly published. The *.deb file is there but not actually exposed. The RPM repository, on the other hand, is correct.

@joshrabinowitz
Copy link
Collaborator

Hello @dkrutsko

Thank you for your feedback.

I don't completely understand what you're asking, probably partly because I'm not a Debian expert.

Which repository are you trying to clone?
And can you please detail what should be changed in git-secret to fix this issue?

@dkrutsko
Copy link
Author

Sure, I'm looking at the installation instructions found here. It says to add https://dl.bintray.com/sobolevn/deb to the list of sources, however, that repository doesn't appear to include 0.2.5. For example, when I install git-secret using sudo apt-get install git-secret, it only installs 0.2.4 on Ubuntu 16. Doing a curl (seel below) on the packages list, it appears that 0.2.5 isn't listed, despite having the *.deb file in the repository. Could it be that you need to regenerate the repository metadata? or am I doing something wrong. I am using apt-mirror to clone this repository.

curl https://dl.bintray.com/sobolevn/deb/dists/git-secret/main/binary-all/Packages

@joshrabinowitz
Copy link
Collaborator

I see what you're talking about, @dkrutsko. I'll try to look into this soon.

@joshrabinowitz
Copy link
Collaborator

joshrabinowitz commented May 20, 2019

Hi @dkrutsko I'm pretty sure this is because we haven't officially released 0.2.5 yet. Actually, that's wrong. This should get fixed when we make the next release of git-secret.

@joshrabinowitz
Copy link
Collaborator

joshrabinowitz commented Jun 10, 2019

Hey @dkrutsko has this been resolved with the release of 0.2.6?
I see the 0.2.6 deb file at https://dl.bintray.com/sobolevn/deb/

@dkrutsko
Copy link
Author

Hello, thanks for looking into this. I just checked and it looks like 0.2.5 is there but not 0.2.6.

curl -sS https://api.bintray.com/users/sobolevn/keys/gpg/public.key | sudo apt-key add -
printf -- "deb https://dl.bintray.com/sobolevn/deb git-secret main" | sudo tee /etc/apt/sources.list.d/git-secret.list

sudo apt -y update
sudo apt -y install git-secret

git-secret --version
# Prints 0.2.5

apt-cache show git-secret | grep Version
# Prints
# Version: 0.2.5
# Version: 0.2.4
# Version: 0.2.2
# Version: 0.2.1

@joshrabinowitz
Copy link
Collaborator

Thanks for getting back to me. @simbo1905 do you know what's going on?

@artsiom-streetshares
Copy link

Hey guys, any solution for the issue? I really need to install 0.2.6.

@dkrutsko
Copy link
Author

dkrutsko commented Aug 7, 2019

@artsiom-streetshares You can download and install the deb manually: https://dl.bintray.com/sobolevn/deb/git-secret_0.2.6_all.deb

@artsiom-streetshares
Copy link

@dkrutsko I'm getting 404 for that one, and for everything in that repo in fact

@dkrutsko
Copy link
Author

dkrutsko commented Aug 7, 2019

@artsiom-streetshares My apologies, seems the link had an extra colon in it, I edited it, could you try again?

@artsiom-streetshares
Copy link

@dkrutsko thanks, now it works!

@joshrabinowitz joshrabinowitz changed the title 0.2.5 doesn't appear to be included in the Debian repository 0.2.6 doesn't appear to be included in the Debian repository Aug 8, 2019
@dkrutsko
Copy link
Author

dkrutsko commented Sep 19, 2019

Nice, is it me or does 0.3.1 not show up now? Seems like apt is always a version behind? I'm starting to think it would be easier to host debian and rpm repositories directly on github now.

@joshrabinowitz
Copy link
Collaborator

@dkrutsko I see 0.3.1 at https://dl.bintray.com/sobolevn/deb/
and I see 0.3.1 at
https://bintray.com/sobolevn/deb/git-secret/0.3.1

Where is it not showing up?

@dkrutsko
Copy link
Author

dkrutsko commented Sep 19, 2019

See my comment here: #460 (comment). Now I see:

Version: 0.3.0
Version: 0.2.6
Version: 0.2.5
Version: 0.2.4
Version: 0.2.2
Version: 0.2.1

@joshrabinowitz
Copy link
Collaborator

@dkrutsko I see what you're talking about now.

I followed your steps in #460 (comment) and I found i installed 0.3.0 also, even though 0.3.1 is at https://dl.bintray.com/sobolevn/deb/

I have no idea what's going on here, though I do note that the Packages file doesn't list 0.3.1.

@simbo1905 / @sobolevn any idea what's up here?

@joshrabinowitz joshrabinowitz changed the title 0.2.6 doesn't appear to be included in the Debian repository 0.3.1 doesn't appear in 'apt show git-secret' using https://dl.bintray.com/sobolevn/deb Sep 19, 2019
@joshrabinowitz
Copy link
Collaborator

#312 could be related to this

@joshrabinowitz
Copy link
Collaborator

Closed as dup, see cleaned up issue #551

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
release 0.3.0
Awaiting triage
Development

No branches or pull requests

3 participants