-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move request reports 200, but package not moved #84
Comments
I have created some simple tests in the bxtctl repo https://github.com/fhdk/bxtctl |
updated Response is OK but nothing happens on the endpoint - from the output from test script - the request should go through Corrected for permission for the bxtctl user
|
Just a followup - move a package - service responds with OK - but nothing happens.
|
Tested today - the move transaction request is accepted with 200 OK - but no packages are moved
|
I have stumpled upon why the move transaction is weird I did
To me it looks like the daemon got it opposite of what the form says run the following script sequence and watch the output package versions and section content (please pull before you test - I have renamed the files - removed the using_bearer - not necessary any more.
|
I tested the move request and expected the package uploaded to multilib to be moved to extra.
Am I misunderstanding your example ?
When uploading a package one need six form parts
When sending a move an element
to_move
is required, containing a json object array consisting of at least one named element with source and destinationTrying to move the package from above upload (arch-install-scripts)
returns 200 but the package doesn't move.
Originally posted by @fhdk in #80 (comment)
The text was updated successfully, but these errors were encountered: