I hereby claim:
- I am salinasv on github.
- I am salinasv (https://keybase.io/salinasv) on keybase.
- I have a public key whose fingerprint is F77A C6E4 3ED6 5399 A2CB 0817 6401 E969 24CF E0C5
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| !/usr/bin/python | |
| import warnings | |
| warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning) | |
| import apt | |
| from DistUpgrade.DistUpgradeVersion import VERSION | |
| from UpdateManager.Core.MetaRelease import MetaReleaseCore | |
| from UpdateManager.Core.DistUpgradeFetcherCore import DistUpgradeFetcherCore |