https://bugzilla.redhat.com/show_bug.cgi?id=1279175



--- Comment #13 from Alexandre Detiste <[email protected]> ---

The f23 branch doesn't exist.


And in https://fedoraproject.org/wiki/Package_maintenance_guide ;
linked wiki page "adding a new release branch" to an existing package
doesn't exist.



[tchet@fedora innoextract]$ fedpkg switch-branch f23
Could not execute switch_branch: Unknown remote branch origin/f23
[tchet@fedora innoextract]$ git pull --all
Récupération de origin
WARNING: 'innoextract' is an alias for 'rpms/innoextract'
Already up-to-date.
[tchet@fedora innoextract]$ fedpkg switch-branch f23
Could not execute switch_branch: Unknown remote branch origin/f23
[tchet@fedora innoextract]$ git remote
origin
[tchet@fedora innoextract]$ git branch f23
[tchet@fedora innoextract]$ fedpkg switch-branch f23
Switched to branch 'f23'
[tchet@fedora innoextract]$ git merge master
Already up-to-date.
[tchet@fedora innoextract]$ git push
fatal: La branche courante f23 n'a pas de branche amont.
Pour pousser la branche courante et définir la distante comme amont, utilisez

    git push --set-upstream origin f23

[tchet@fedora innoextract]$  git push --set-upstream origin f23
WARNING: 'innoextract' is an alias for 'rpms/innoextract'
Total 0 (delta 0), reused 0 (delta 0)
remote: FATAL: C refs/heads/f23 rpms/innoextract adetiste DENIED by
refs/heads/f[0-9][0-9]
remote: error: hook declined to update refs/heads/f23
To ssh://[email protected]/innoextract
 ! [remote rejected] f23 -> f23 (hook declined)
error: impossible de pousser des références vers
'ssh://[email protected]/innoextract'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to