Add temp kernel repopath for kmod building
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
106 106 # which is what build_kmod.sh in $TRIGGER_REPO does 107 107 KERNEL_VER=$(repoquery --repofrompath=baseos,$DEST/BaseOS/x86_64/os/ --qf="%{version}_%{release}" kernel-core) 108 108 109 # Set up the repo url where https://gitlab.cern.ch/linuxsupport/rpms/openafs/-/blob/master/build_kmod.sh should look for the KERNEL_VER 110 KVER_REPODIR="http://linuxsoft.cern.ch/$PATH_DESTINATION/$SNAPS_DIR/.tmp.$TODAY/BaseOS/x86_64/os/" This should just be
"$SNAPS_DIR/.tmp.$TODAY"
,build_kmod.sh
can concatenate the rest and it's going to need the openafs repo as well anyway. So the variable name "SNAPSHOT", "REPO_PATH" or something of the sort would make more sense.Edited by Alex Iribarrenchanged this line in version 2 of the diff
added 1 commit
- 6563d28a - Just pass the snapshot path so build_kmod concatenates the full url
mentioned in commit 944e0e1e
Please register or sign in to reply