Skip to content

Instantly share code, notes, and snippets.

@lbt
Created August 11, 2012 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbt/3322462 to your computer and use it in GitHub Desktop.
Save lbt/3322462 to your computer and use it in GitHub Desktop.
commit f8b49d17b2a39b0b238e941a3a6c2eda3be9e9aa
Author: Islam Amer <pharon@gmail.com>
Date: Sun Jul 22 19:40:01 2012 +0300
[api backend] Allow per package build flag in project meta
Add a new feature to allow per package build flags in project meta.
This is useful specially in the case of project links where it is
not possible to enable / disable packages because they don't really
exist in the linked from project.
An example of using this feature is adding the following line to a
project's meta:
<build><disable arch="i586" repository="i586" package="acl"/></build>
Signed-off-by: Islam Amer <pharon@gmail.com>
commit 04d3aaa6ed5d91f0ce0c260979f0eee6d783ea5c
Author: David Greaves <david@dgreaves.com>
Date: Mon Jul 16 00:03:33 2012 +0100
[backend] Provide OBS_WORKER_DISCRETE_IDS to permit worker instances to be named $HOSTNAME-$I/1 which can then be used to identify a single worker instance as a powerworker (to prevent multiple power jobs running concurrently on one host)
Signed-off-by: David Greaves <david@dgreaves.com>
commit 0e1fc95e458e264532ffbe3184346876241cdab4
Author: David Greaves <david@dgreaves.com>
Date: Sun Jul 15 09:57:22 2012 +0100
Use the copybinary repo server API; Clarify a little with comments and names; simpler arch recorder.
commit 6fcfa376865bc9fac86a335e1e7e96d24a3b61d9
Author: David Greaves <david@dgreaves.com>
Date: Fri Jul 13 17:22:08 2012 +0100
Revert changes to upstream copybuild - leave that untouched. New copybinary API call uses Islams code
Cleaned up loops in Islams code and added comments
commit 98d163e048d2b2ccdaf5e01c63da851f15a3d8e9
Author: David Greaves <david@dgreaves.com>
Date: Sun Jul 15 15:01:53 2012 +0100
[backend] refactor prjcopy code to be faster and less redundant. WIP Can still cause rebuilds.
Includes : rewrite repserver copybuild WIP, but might actually work now
and: preserve package meta build status when creating new packages while doing a project copy
Signed-off-by: Islam Amer <pharon@gmail.com>
commit b7d14567550f6c5f615aa1d1c451320fe9e45f0a
Author: Islam Amer <pharon@gmail.com>
Date: Tue Nov 22 20:27:45 2011 +0200
[repserver] Make prjlinks a bit more transparent
Signed-off-by: Islam Amer <pharon@gmail.com>
commit 53fbdfb651a4296f040cdb73da4d63551fc88336
Author: Islam Amer <pharon@gmail.com>
Date: Sat Jan 7 16:01:10 2012 +0200
[backend] Modify copybuild so as to shortcircuit unnecessary rebuilds.
Includes a check event to the scheduler to prevent inconsistent state and support for prjlinks.
Signed-off-by: Islam Amer <pharon@gmail.com>
commit 9cb673e21a6b3c8c3d7625e9e7e7330e94d63f1c
Author: David Greaves <david@dgreaves.com>
Date: Mon Jun 11 18:21:38 2012 +0100
[api] Allow delayedjob logging to work
commit d74bb1a3d24a3f8659ec2855ae2a576ae7b8bd59
Author: David Greaves <david@dgreaves.com>
Date: Fri May 18 10:40:26 2012 +0100
[backend] Move project trees to _deleted when project is removed
commit 43206d146e0e73e3ffba68d8ec60d72faefa1f9e
Author: David Greaves <david@dgreaves.com>
Date: Tue May 1 22:45:14 2012 +0100
[backend] Force curl to use no-proxy to get the bs_worker
Very often internal machines use a proxy to access external repos for zypper etc.
Access to the backend should not use these proxies for performance and configuration reasons.
Since proxy configuration can be tricky, just avoid it all together.
Signed-off-by: David Greaves <david@dgreaves.com>
commit b01f89809af4beec74e07cc41a87220e0100c607
Author: David Greaves <david@dgreaves.com>
Date: Sun May 13 12:18:29 2012 +0100
[dist] Use .log instead of _log for apache logs so they're covered by the logrotate config
commit f65697721ebfbac76007a7998a31e2965fb4dc55
Author: David Greaves <david@dgreaves.com>
Date: Wed May 16 14:35:34 2012 +0100
[build] Update build to Mer 2012.02.28
commit 0d59e1215c1792f6c74031e6f76c7a47dccf9782
Author: Carsten Munk <carsten.munk@gmail.com>
Date: Fri Feb 10 07:49:05 2012 +0100
[backend] Add sb2install: dependancy handling
Signed-off-by: Carsten Munk <carsten.munk@gmail.com>
commit 750dce9c14b7ad9d0ba8536f1586e65bb9633710
Author: David Greaves <david@dgreaves.com>
Date: Thu Apr 5 10:54:08 2012 +0100
[webui] when _data is empty return a suitable printable string to represent an empty node.
commit 103eab202d50facd68d81a854a242e533137503e
Author: David Greaves <david@dgreaves.com>
Date: Mon Apr 2 11:43:59 2012 +0100
[webui] buildresult check seems to need to be explicit (only appears on a very fresh install)
Signed-off by: David Greaves <david@dgreaves.com>
commit 22111c4ba4d887262cc42198df5219fd2f9ac4a3
Author: David Greaves <david@dgreaves.com>
Date: Mon Apr 2 11:38:22 2012 +0100
[webui] Node can have no _data resulting in such messages as undefined method `xpath' for nil:NilClass
Signed-off by: David Greaves <david@dgreaves.com>
commit 320183b9c453676cd7139e70964ff8511302fcbf
Author: David Greaves <david@dgreaves.com>
Date: Sun Apr 1 22:13:58 2012 +0100
[webui] Only finish the http connection in the error handler if it's been started as problems here mask the caught exception.
Signed-off by: David Greaves <david@dgreaves.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment