Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos.buildout
Commits
cc00798e
Commit
cc00798e
authored
May 12, 2012
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of some $Id$s
parent
fb9a2fc6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
bootstrap/bootstrap.py
bootstrap/bootstrap.py
+0
-2
src/zc/buildout/__init__.py
src/zc/buildout/__init__.py
+0
-2
zc.recipe.egg_/setup.py
zc.recipe.egg_/setup.py
+0
-2
zc.recipe.egg_/src/zc/recipe/egg/custom.py
zc.recipe.egg_/src/zc/recipe/egg/custom.py
+0
-2
No files found.
bootstrap/bootstrap.py
View file @
cc00798e
...
...
@@ -16,8 +16,6 @@
Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
$Id$
"""
import
os
,
shutil
,
sys
,
tempfile
,
urllib2
...
...
src/zc/buildout/__init__.py
View file @
cc00798e
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""Buildout package
$Id$
"""
class
UserError
(
Exception
):
...
...
zc.recipe.egg_/setup.py
View file @
cc00798e
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""Setup for zc.recipe.egg package
$Id$
"""
version
=
'1.3.3dev'
...
...
zc.recipe.egg_/src/zc/recipe/egg/custom.py
View file @
cc00798e
...
...
@@ -12,8 +12,6 @@
#
##############################################################################
"""Install packages as eggs
$Id$
"""
import
logging
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment