mirror of
https://github.com/clearlinux/common.git
synced 2026-09-07 14:24:05 +00:00
autospecnew: master branch should track origin/master
Because 'make koji' expects that master should track origin/master, initialize the tracking branch during the autospecnew. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
@@ -204,6 +204,7 @@ autospecnew: localreponotice
|
||||
cd $(TOPLVL)/packages/$(NAME); \
|
||||
git init; \
|
||||
git remote add origin $(PKG_BASE_URL)/$(NAME); \
|
||||
git branch -u origin/master master; \
|
||||
$(call gitoliteurl,packages/$(NAME)); \
|
||||
$(call subjectprefix,$(NAME)); \
|
||||
); \
|
||||
|
||||
Reference in New Issue
Block a user