rpathsync / speedbump
Application for updating versions of packages in a Conary based Linux distribution based on upstream version information.
Clone this repository (size: 98.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/speedbump/
| commit 55: | 67745019cbab |
| parent 54: | 0d778dcdf8da |
| branch: | default |
__init__.py
3 years ago
Changed (Δ1.2 KB):
raw changeset »
speedbump/lib/__init__.py (14 lines added, 0 lines removed)
speedbump/rpc/__init__.py (14 lines added, 0 lines removed)
Up to file-list speedbump/lib/__init__.py:
1 |
#!/usr/bin/python |
|
2 |
# |
|
3 |
# Copyright (c) 2006 rPath, Inc. |
|
4 |
# |
|
5 |
# This program is distributed under the terms of the Common Public License, |
|
6 |
# version 1.0. A copy of this license should have been distributed with this |
|
7 |
# source file in a file called LICENSE. If it is not present, the license |
|
8 |
# is always available at http://www.opensource.org/licenses/cpl.php. |
|
9 |
# |
|
10 |
# This program is distributed in the hope that it will be useful, but |
|
11 |
# without any warranty; without even the implied warranty of merchantability |
|
12 |
# or fitness for a particular purpose. See the Common Public License for |
|
13 |
# full details. |
|
14 |
Up to file-list speedbump/rpc/__init__.py:
1 |
#!/usr/bin/python |
|
2 |
# |
|
3 |
# Copyright (c) 2006 rPath, Inc. |
|
4 |
# |
|
5 |
# This program is distributed under the terms of the Common Public License, |
|
6 |
# version 1.0. A copy of this license should have been distributed with this |
|
7 |
# source file in a file called LICENSE. If it is not present, the license |
|
8 |
# is always available at http://www.opensource.org/licenses/cpl.php. |
|
9 |
# |
|
10 |
# This program is distributed in the hope that it will be useful, but |
|
11 |
# without any warranty; without even the implied warranty of merchantability |
|
12 |
# or fitness for a particular purpose. See the Common Public License for |
|
13 |
# full details. |
|
14 |
