In the direction of the original authors/maintainers of a piece of software
0
votes
0answers
29 views
Backend high availability solutions in nginx
Looking for possibilities / alternatives for backend HA in nginx. At the moment we are using lua-nginx which does not support HttpUpstream module, which would be first choice for me. I know a bit ...
1
vote
0answers
43 views
How can I tag all upstream projects in Jenkins
We use Jenkins to build an ASP.NET solution for our clients. We are using the standard Subversion feature as the repository plugin and MSBuild to make the builds. Other plug-ins we are using are ...
0
votes
0answers
78 views
Git: How to avoid merge conflict when both master and branch had been updated?
Branches:
Suppose $git branch returns:
-master
-branch1
-upstream/master
-upstream/branch2
Node map:
Situation:
upstream/branch2(newest) approved changes made in local/branch1(newest).
...
0
votes
1answer
190 views
git pull already up to date but head is not detached
Reading the title I know you would be pretty shocked as in why I am sure about head not being detached. I am not very used to GIT. There has been a change in the original repo I have made my clone ...
2
votes
1answer
35 views
command to determine the upstream ref of the current HEAD?
I'm looking for what I hope is the simple one line command to determine the the correct upstream ref for the currently checked out branch?
Essentially something like
git branch --remote HEAD
...
0
votes
1answer
71 views
How to merge an updated upstream into a topic branch automatically?
The scenario is:
At first branch A and B have the same commit history, later A adds commit a, B adds commit b.
in Git 1.7.0.4, running git merge [--no-ff] B on branch A will automatically generate ...
0
votes
3answers
198 views
Jenkins upstream - downstream job - quiet period
Jenkins Scenario details: ======================
- Number of build executors(either on master/slave) in Jenkins: 3
- UpStream job: USJob and this job can run on any build executor
- DownStream ...
0
votes
0answers
19 views
Git rebase upstream [duplicate]
If I download a branch off of GitHub via the zip link so it has no .git directory is it possible to initialize a new git, add the github as an upstream source and track/rebase/merge my branches to ...
0
votes
1answer
311 views
Get Jenkins upstream jobs
I would like to get all the upstream jobs, just like in the console output:
Started by upstream project "allocate" build number 31
originally caused by:
Started by upstream project "start" build ...
0
votes
0answers
142 views
Nginx forwarding instead of proxying requests to upstream servers
I want to redirect the request coming in on server A to server B or C.
My Config looks like this:
upstream uspool {
server b.server.com:8081;
server b.server.com:8081;
}
server {
listen 8082;
...
1
vote
3answers
450 views
Upstream too big - nginx + codeigniter
I am getting this error from Nginx, but can't seem to figure it out! I am using codeigniter and am using the database for sessions. So I'm wondering how the header can ever be too big. Is there anyway ...
0
votes
1answer
540 views
fallback for an nginx upstream proxy
I have an nginx instance in front of a cluster of image servers:
upstream img-farm-1 {
server 10.0.1.1;
server 10.0.1.2;
server 10.0.1.3;
server 10.0.1.4;
# etc
}
location ...
0
votes
1answer
134 views
Nginx: Using TCP RESET counts from upstream servers in proxy_next_upstream to mark them down
We are using nginx to front-end our apache connections with good results. I am now toying with the idea of also using nginx (a separate instance) to load balance some of the back-end services. In ...
1
vote
0answers
65 views
How to programmatically predict when git push will result in 'branch is currently checked out' error?
I'm working on a shell script I wrote to automatically sync a local branch with its upstream branch. It does this by:
first checking that there are no uncommitted changes locally, then
fetching ...
1
vote
0answers
524 views
Nginx wildcard proxy, pass subdomain to the server (upstream proxy)
I would like to be able to pass subdomain.domain.com to .domain.com apache server, with subdomain info too.
I would like to make a nginx cache for domain, acting like wildcard, but passing subdomain ...
2
votes
1answer
62 views
Maintaining additional features on top of an (upstream) open-source project
At my job, we've used open source software for some of our products and have developed some additional features and capabilities on top of what the main-line project offers. The open-source project ...
2
votes
1answer
82 views
Tutorial on the life-cycle of a forked GIT repository while using remote tags
Disclaimer
I'm a bit new to GIT so please excuse me if I have this ting entirely wrong. I've been using Subversion for a very long time and see the huge benefits of GIT and am actively trying to make ...
3
votes
3answers
2k views
nginx big header response
"upstream sent too big header while reading response header from upstream"
I keep getting this when I try and do an authentication from facebook. I've increased my buffers:
proxy_buffer_size 256k;
...
1
vote
1answer
135 views
Show console output of a downstream job in upstream job
I'm using Jenkins.
Jenkins has a upstrea job : A
Jenkins has a downstream job : B
A's console log output is:
1
2
3
B's console log output is:
A
B
C
What I'm trying to get is:
IS there any way, ...
1
vote
1answer
86 views
Creating and Installing Upstream Debian Packages without Breaking Distro Integrity
My use case:
I am running Debian Squeeze Backport 3.2.0-0.bpo.2-amd64 over an Asus p-67 Sabertooth mobo | i72600K proc ... I plan on doing a little speed-stepping so I wanted to use lm-sensors to ...
0
votes
2answers
134 views
what is “upstream” in git push and pull command
I am working with github repsitories but have bit confusion in origin & upstream;
and tell me if I am working in BRANCH_B then is there any need to add origin keyword to pull or push?
$ git ...
1
vote
1answer
171 views
Am I using EGit and Eclipse correctly when working with repositories?
I'm trying to set up EGit with Eclipse and I've used neither of them before. I understand the basics around Git and Eclipse is more or less just another IDE. The problem I'm having is setting up a ...
2
votes
1answer
125 views
Git upstream branch on remote repo on Github
There are 3 remotes, Primary, Secondary and Tertiary.
Secondary is a fork of Primary with more additions.
Tertiary is a fork of Secondary with even more additions.
Secondary is kept in synch with ...
5
votes
1answer
2k views
git pull --rebase upstream & git push origin rejects non-fast-forward?
I've implemented classic OSS maintainer/contributor git workflow for a company project on github, however one edge case produces some weird results that I'm not sure how to get around.
Lets say there ...
3
votes
1answer
9k views
fatal: The remote end hung up unexpectedly with a fetch upstream
I am following the instructions on github for forking a repo but everything up to not including configure the remotes works. I am told to run the following code but git fetch upstream returns the ...
0
votes
1answer
1k views
How does upstream and downstream handlers work in Netty…?
I'm new to Netty and don't really understand the flow of handlers in Netty. What I want to know is the difference between the Upstream and Downstream handlers. Why can't we intercept the message in ...
0
votes
1answer
554 views
Nginx proxy_pass to another upstream based on request uri
I have two upstreams named frontendcluster and admincluster i want to do this:
if the request uri contains /admin or /upload or the request method is POST then use admincluster. else proxy pass to ...
4
votes
2answers
3k views
What does 'git remote add upstream' help achieve?
I was reading on:
https://github.com/diaspora/diaspora/wiki/Git-Workflow
Here is an extract:
Your Repository Up to Date
In order to get the latest updates from the development trunk do a
...
0
votes
1answer
63 views
Maintaining upstream vendor source with Xcode and SVN
Question: What is the best way to maintain a project based on another OSS project, through Xcode and version managed by SVN?
I'd like to start a fork (?) of a reasonably popular open source project ...
12
votes
1answer
2k views
Git: How to revert Master branch to upstream
Hi I have forked a git repository and setup upstream. I've made some changes in Master branch and committed and pushed to github.
Now what should I do to abandon all my changes in Master branch and ...
1
vote
2answers
875 views
Nginx and unicorn failure - upstream timed out
I've got rails machine with nginx and unicorns. Quite typical setup, which you can check here: https://gist.github.com/7e0f9d762cf4d521d3c4
It worked quite well, till today, when I've got lots of:
...
1
vote
2answers
94 views
Merge git branch without moving branch pointer
I'm looking for a solution to apply a feature branch to the development branch in git without actually moving the branch pointer. Essentially, I'd like to create a single commit off of the feature ...
0
votes
1answer
100 views
Synchronizing with upstream and generating clean patches in GIT
What is the recommended way to synchronize a git repo with upstream?
Let's say my work is based of SVN branch A in upstream. They have moved to branch B, and C.
I want to synchronize my work with ...