This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch f25 in repository fedora-kickstarts.
from 232e517 Temporarily remove maniadrive new c86a3d3 design-suite: fix typo on gimp-dds-plugin
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-live-design_suite.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch f25 in repository fedora-kickstarts.
commit c86a3d3f9988d50f4bee1cd3b499f530986f4836 Author: Luya Tshimbalanga luya@fedoraproject.org Date: Fri Jul 29 10:21:06 2016 -0700
design-suite: fix typo on gimp-dds-plugin --- fedora-live-design_suite.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fedora-live-design_suite.ks b/fedora-live-design_suite.ks index 257d800..a87feef 100644 --- a/fedora-live-design_suite.ks +++ b/fedora-live-design_suite.ks @@ -19,7 +19,7 @@ part / --size 14336 # Added addons to address rhbz#1336879 from dnf gimp-data-extras gimp-dbp -gimp-dds +gimp-dds-plugin gimp-elsamuko gimp-fourier-plugin gimp-gap
On Tue, Aug 23, 2016 at 03:47:50 +0000, git repository hosting git@pagure.io wrote:
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch f25 in repository fedora-kickstarts.
from 232e517 Temporarily remove maniadrive new c86a3d3 design-suite: fix typo on gimp-dds-plugin
I think this is what Kevin and Dennis don't want to see. You need to make sure you are in your fork when you do a push, unless you are going to just push a tag. As far as I know we still can't create tags in pagure, but there is an issue for it. I have accidentally done this myself.
If you don't ever need to push tags, but you have admin access, it is safer not to have a local repo of the main project.
What I like to do is create refs to the main project from the local copy of my fork, to make refreshing my fork easier. Unfortunately clone won't copy remote refs so we can't give this setup to people by default.
On Tuesday, August 23, 2016 1:35:19 AM CDT Bruno Wolff III wrote:
On Tue, Aug 23, 2016 at 03:47:50 +0000,
git repository hosting git@pagure.io wrote:
This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch f25 in repository fedora-kickstarts.
from 232e517 Temporarily remove maniadrive new c86a3d3 design-suite: fix typo on gimp-dds-plugin
I think this is what Kevin and Dennis don't want to see. You need to make sure you are in your fork when you do a push, unless you are going to just push a tag. As far as I know we still can't create tags in pagure, but there is an issue for it. I have accidentally done this myself.
If you don't ever need to push tags, but you have admin access, it is safer not to have a local repo of the main project.
What I like to do is create refs to the main project from the local copy of my fork, to make refreshing my fork easier. Unfortunately clone won't copy remote refs so we can't give this setup to people by default. _______________________________________________ spins mailing list spins@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/spins@lists.fedoraproject.org
if you add a remote for the main repo you can push your tags directly to it from your fork. But no one should be commiting directly to the repo, all commits from every person should be going in a PR's and having peer review
Dennis