mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 13:48:43 +02:00
fix buildenv data name, it needs to be "buildenv"
The repo server is kind of picky...
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user