Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[api][backend] freeze package sources on release #1275

Merged
merged 1 commit into from Oct 21, 2015

Conversation

adrianschroeter
Copy link
Member

feel free to review, but please do not merge yet, further checking is needed.

@@ -149,8 +149,11 @@ def create_branch_packages(tprj)
opackage = p[:package].name if p[:package].is_a? Package
oproject = p[:link_target_project]
oproject = p[:link_target_project].name if p[:link_target_project].is_a? Project
linkrev=nil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linkrev = nil please

@@ -149,8 +149,11 @@ def create_branch_packages(tprj)
opackage = p[:package].name if p[:package].is_a? Package
oproject = p[:link_target_project]
oproject = p[:link_target_project].name if p[:link_target_project].is_a? Project
linkrev = nil
linkrev = params[:linkrev] if params[:linkrev]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If params[:linkrev] isn't it's nil...

avoids conflict errors in incident after further updates provided conflicting changes
adrianschroeter added a commit that referenced this pull request Oct 21, 2015
[api][backend] freeze package sources on release
@adrianschroeter adrianschroeter merged commit 8dbae8a into openSUSE:master Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants