Re: [Rpm-maint] [rpm-software-management/rpm] macros: force add files to git index (#1246)

2020-06-05 Thread Xiaofeng Wang
> I think the more feasible approach is to have rpm use it's own fresh 
> configuration for git.

I agree that, but then we should have fresh configurations for every tools we 
used in ``rpmbuild``, which is a user-space command. That's too much work, 
seems we have to build another mock environment.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1246#issuecomment-639890567___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] macros: force add files to git index (#1246)

2020-06-01 Thread Xiaofeng Wang
Its rarely the case that the user may set global ``core.excludesfile``, 
``git add .`` may not add all the files as expect.
It will fail to build if the excluded files are patch-needed.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1246

-- Commit Summary --

  * macros: force add files to git index

-- File Changes --

M macros.in (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1246.patch
https://github.com/rpm-software-management/rpm/pull/1246.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1246
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint