Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
settingsd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
settingsd
Commits
6ac5d9b0
Commit
6ac5d9b0
authored
Oct 25, 2010
by
Devaev Maxim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test build
parent
30d9e753
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
rules
.gear/rules
+2
-0
settingsd.spec
.gear/settingsd.spec
+1
-0
setup.py
setup.py
+1
-0
No files found.
.gear/rules
0 → 100644
View file @
6ac5d9b0
spec: .gear/settingsd.spec
tar: .
settingsd.spec
→
.gear/
settingsd.spec
View file @
6ac5d9b0
...
...
@@ -43,4 +43,5 @@ Requires: lsb-release
%changelog
* Mon Oct 25 2010 Devaev Maxim <mdevaev@etersoft.ru> 0.1-alt1
- Initial build
setup.py
View file @
6ac5d9b0
...
...
@@ -48,6 +48,7 @@ class SettingsdInstall(install) :
(
"
\"
plugins/actions
\"
"
,
"
\"
%
s
\"
"
%
(
os
.
path
.
join
(
self
.
install_data
,
"share/settingsd/actions"
))),
(
"
\"
plugins/customs
\"
"
,
"
\"
%
s
\"
"
%
(
os
.
path
.
join
(
self
.
install_data
,
"share/settingsd/customs"
))),
(
"
\"
configs/settingsd
\"
"
,
"
\"
%
s
\"
"
%
((
self
.
root
if
self
.
root
!=
None
else
"/"
)
+
"etc/settingsd"
))
)
:
print
replaces_list_item
[
0
],
replaces_list_item
[
1
]
const_py_file_data
=
const_py_file_data
.
replace
(
replaces_list_item
[
0
],
replaces_list_item
[
1
])
const_py_file
.
truncate
()
...
...
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