Hi,
I’ve created and uploaded a snap for researching snap creating progress. It is just a simple app with some check script. But it was not released for awhile.
Why does it not be released?
Who can help me ? thank you!
And the app is https://snapcraft.io/test-common/listing
Hey hey, looks like that link is broken? It sends me to a 404?
It looks that the link depends my account and since it is not released so I do not know how to show it.
any way, the name of app is ‘test-common’ and it has 2 bash script to show version of itself.
I’ve uploaded for about 1 week.
i have moved this post to the store-review category, the reviewers do have the ability to take a look … that said, usually snaps just go through if you did not use any highly provileged interface plugs in your snapcraft.yaml or defined classic confinement … did you do either of the two ?
also … you should have gotten an email (to the mail address defined for your account) if the automatic review failed …
Thanks for your operation. I have not add any strict settings in yaml file. How to remove a uploaded app? I think I should try from my copy of ‘hello-world’.
@ares I see test-common
latest revision passed automated review and is ready to publish.
Which commands did you use to upload your snap? iiuc you did a manual upload, correct?
These links can be useful to understand the snaps release process:
Thanks for your help to a new guy and sorry for boring you and @ogra
I upload it with command : snapcraft push test-common…
Hey @ares, no worries at al. We are glad to help.
I still don’t see your snap released, have you make any progress? I assume you already know about this, but the snapcraft push
command is deprecated:
$ snapcraft push --help
DEPRECATED: The 'push' set of commands have been replaced with 'upload'.
See http://snapcraft.io/docs/deprecation-notices/dn11 for more information.
Usage: snapcraft push [OPTIONS] <snap-file>
Upload <snap-file> to the store.
By passing --release with a comma separated list of channels the snap
would be released to the selected channels if the store review passes for
this <snap-file>.
This operation will block until the store finishes processing this <snap-
file>.
If --release is used, the channel map will be displayed after the
operation takes place.
Examples:
snapcraft upload my-snap_0.1_amd64.snap
snapcraft upload my-snap_0.2_amd64.snap --release edge
snapcraft upload my-snap_0.3_amd64.snap --release candidate,beta
Options:
--release <channels> Optional comma separated list of channels to release
<snap-file>
-h, --help Show this message and exit.
Thanks. In fact I meet some problem. I have uploaded rev 6 with a spelling mistakes of refresh hook, the snapcraft shows me that
The Store automatic review failed. A human will soon review your snap, but if you can’t wait please write in the snapcraft forum asking for the manual review explicitly. If you need to disable confinement, please consider using devmode, but note that devmode revision will only be allowed to be released in edge and beta channels. Please check the errors and some hints below:
- unknown hooks in meta/hooks: ‘referesh’
So I fixed it and upload rev7, this time reply is : The store was unable to accept this snap.
- Waiting for previous upload(s) to complete their review process. If you want to prioritize this last one, go to the other upload(s) page in https://dashboard.snapcraft.io/ and click on the ‘Reject and remove from review queue’ button.
Where is the “Reject and remove from review queue” button?
In the aforementioned <https://dashboard.snapcraft.io/ > site.
I’ve opened the page it shows all my snaps but I have not found the button. Could you take a snapshot?
BTW: Chinese?
It should be at the “Available actions” section below https://dashboard.snapcraft.io/snaps/_snap_name_/revisions/_snap_revision_/
.
I got it, thank you. I had not open the revision page before.