mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
fix buildenv data name, it needs to be "buildenv"
The repo server is kind of picky...
This commit is contained in:
parent
d5b795a02b
commit
6ccf64fc2f
@ -582,7 +582,7 @@ def main(apiurl, opts, argv):
|
||||
cpiodata.add(os.path.basename(build_descr), build_descr_data)
|
||||
# buildenv must come last for compatibility reasons...
|
||||
if buildenvfile:
|
||||
cpiodata.add("_buildenv", open(buildenvfile).read())
|
||||
cpiodata.add("buildenv", open(buildenvfile).read())
|
||||
build_descr_data = cpiodata.get()
|
||||
|
||||
# special handling for overlay and rsync-src/dest
|
||||
|
Loading…
Reference in New Issue
Block a user