We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332329d commit 3ad7a9eCopy full SHA for 3ad7a9e
src/gardenlinux/github/__main__.py
@@ -4,6 +4,7 @@
4
from gardenlinux.features import CName
5
from gardenlinux.flavors import Parser as FlavorsParser
6
from gardenlinux.s3 import S3Artifacts
7
+from gardenlinux.sources.kernel import get_kernel_urls
8
from pathlib import Path
9
from yaml.loader import SafeLoader
10
import argparse
@@ -19,8 +20,6 @@
19
20
import yaml
21
import urllib.request
22
-from .get_kernelurls import get_kernel_urls
23
-
24
25
GARDENLINUX_GITHUB_RELEASE_BUCKET_NAME = "gardenlinux-github-releases"
26
src/gardenlinux/github/get_kernelurls.py
0 commit comments