Stephan Kulow
b207970c25
port the cleanup part to the staging plugin
2014-02-01 21:00:55 +01:00
Stephan Kulow
c6844b6dce
it's gone - these python zombies...
2014-01-31 16:37:03 +01:00
Stephan Kulow
83c66d943f
fix the freeze action to avoid breaking inner-ring links
...
(issue 1288)
2014-01-31 14:14:24 +01:00
Stephan Kulow
2bb5ffbf6a
merge check_core into staging before I work on it
2014-01-31 10:29:44 +01:00
Stephan Kulow
96fe152046
whitelist rpmlint-Factory too
2014-01-30 21:26:15 +01:00
Stephan Kulow
c628e8eab0
really skip the other repos
2014-01-23 12:59:07 +01:00
Stephan Kulow
3e32c56137
don't compare int with string (I wonder python doesn't raise)
2014-01-23 12:33:28 +01:00
Stephan Kulow
571bf8574a
fix off-by-one bug introduced by Thomas
2014-01-23 12:15:38 +01:00
Stephan Kulow
ae029dab9c
don't crash for ppc stuff that have no repos linking to factory
2014-01-23 12:01:20 +01:00
Stephan Kulow
2dc6116a03
more work arounds
2014-01-23 07:25:32 +01:00
Stephan Kulow
00e101f2ff
fix some bugs
2014-01-23 07:16:56 +01:00
Stephan Kulow
efd63d01ce
Merge pull request #55 from scarabeusiv/master
...
check mtime
2014-01-22 22:12:41 -08:00
Tomáš Chvátal
f7816dce60
Check for mtime of downloaded files too so we replace when required.
2014-01-21 15:08:36 +01:00
Stephan Kulow
a640169a7d
freeze differently
2014-01-17 14:49:51 +01:00
Stephan Kulow
94d1f1041d
implement freeze command
2014-01-15 13:09:11 +01:00
Stephan Kulow
fec7ff406b
fix prints
2014-01-14 20:02:28 +01:00
Stephan Kulow
76e6e85482
silence those in staging
2014-01-14 15:50:54 +01:00
Stephan Kulow
f32a354b20
misunderstood python
2014-01-14 06:28:00 +01:00
Stephan Kulow
553eafa900
display current staging prj
2014-01-13 17:20:57 +01:00
Stephan Kulow
07473aacb7
add comment in project title
2014-01-10 18:25:31 +01:00
Stephan Kulow
a66cb29c19
add helper
2014-01-09 19:51:41 +01:00
Stephan Kulow
fba7321e10
use the right function
2014-01-08 07:12:23 +01:00
Stephan Kulow
9058d4572e
add rqlink to quickly stage
2014-01-07 13:58:46 +01:00
Stephan Kulow
5ac8ec8c6a
Merge pull request #54 from miska/master
...
Use 'is not' instead of != wherever appropriate
2014-01-07 04:58:40 -08:00
Stephan Kulow
a58fe94c11
small helper to filter out those interesting for staging from the rest
2014-01-07 13:31:51 +01:00
Stephan Kulow
91f8c00f17
add one more review
2014-01-07 11:26:04 +01:00
Michal Hrusecky
c7cd4f6271
Use 'is not' instead of != wherever appropriate
...
Fixes some issues caused by me not speaking python :-)
2014-01-06 10:58:30 +01:00
Stephan Kulow
b1bd032bf8
sync maindesktops too
2014-01-05 21:09:07 +01:00
Stephan Kulow
0e451397ef
check for unused packages
2014-01-05 14:01:31 +01:00
Stephan Kulow
00773afc63
fix excluded builds
2014-01-02 21:27:37 +01:00
Stephan Kulow
522d135670
add shell bang
2014-01-02 13:44:17 +01:00
Stephan Kulow
c7bd0df064
we can't simply take other request's repos
...
they might come from different projects. It just worked in most cases
because most projects name is openSUSE_Factory
2014-01-02 09:52:19 +01:00
Stephan Kulow
96cb1c3d66
fix return value
2014-01-01 17:26:48 +01:00
Stephan Kulow
0b9fa26a19
rework the repo logic to be able to prepare multiple repos
2014-01-01 16:41:24 +01:00
Stephan Kulow
1afb06726a
poll the right path
2014-01-01 09:08:17 +01:00
Stephan Kulow
29b8b5248e
check extra packages
2014-01-01 09:06:13 +01:00
Stephan Kulow
caa7db049e
use status route
2013-12-24 20:46:22 +01:00
Stephan Kulow
52af74eb4a
import urllib2
2013-12-18 17:11:14 +01:00
Stephan Kulow
f59565ede7
Merge pull request #53 from aplanas/master
...
Rename Package class to avoid collision
2013-12-18 06:05:08 -08:00
ba764c73d6
Rename Package class to avoid collision
2013-12-18 14:39:38 +01:00
Stephan Kulow
1cffcb2624
Merge pull request #52 from miska/master
...
More improvements to staging plugin
2013-12-17 05:58:48 -08:00
Michal Hrusecky
4cc07b2a2f
Submitting changes back implemented
...
Staging plugin can now submit back any changes done in staging repo.
2013-12-17 13:45:59 +01:00
Michal Hrusecky
609bf8ae2d
Get rid of last mentions of staging push
2013-12-16 15:36:46 +01:00
Michal Hrusecky
85146dfc32
Check before deleting
...
Before deleting staging project, check whether it is already clean - no local
changes. We don't want to accidentally loose all our work, so ask for
confirmation before we continue.
2013-12-16 15:33:50 +01:00
Stephan Kulow
3c8c308577
Merge pull request #51 from miska/master
...
Few improvements for staging plugin
2013-12-13 06:52:24 -08:00
Michal Hrusecky
6a553d3f18
Allow creation of staging projects without sr#
...
Up to now sr# was required to create a staging project, now target project name
can be used (including package) to create a new staging project.
2013-12-13 14:23:35 +01:00
Michal Hrusecky
4660989500
Allow staging with different parent
...
Allow creation of staging project with completely arbitrary project as a parent
project.
2013-12-13 13:48:45 +01:00
Michal Hrusecky
2a7a90854b
Use latbuild for staging results check
2013-12-13 13:22:55 +01:00
Michal Hrusecky
3c1b9fc9ee
Stopping check on first error
...
It is possible to check everything by passing command line option, but not
enabled by default to save some time in initial check.
btw. I really miss goto, would make code so much cleaner...
2013-12-13 10:30:14 +01:00
Stephan Kulow
39efb2a24e
Merge pull request #50 from miska/master
...
Use project metadata to find parent
2013-12-12 06:22:21 -08:00