Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
172
Issues
172
List
Boards
Labels
Milestones
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
4c467cff
Commit
4c467cff
authored
Jan 29, 2016
by
Ciro Santilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean with X to reduce data loss, rename RING to DAEMON
parent
ad2af472
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
clean-DATA-LOSS.sh
clean-DATA-LOSS.sh
+1
-1
ubuntu-15.10-local-install.sh
ubuntu-15.10-local-install.sh
+3
-3
No files found.
clean-DATA-LOSS.sh
View file @
4c467cff
#!/usr/bin/env bash
# Remove everything that is not git tracked on the submodules.
# May cause data loss.
git submodule foreach git clean
-df
x
git submodule foreach git clean
-df
X
# sudo here because of: https://tuleap.ring.cx/plugins/tracker/?aid=301
sudo rm
-rf
install
*
.log
*
.pid
ubuntu-15.10-local-install.sh
View file @
4c467cff
...
...
@@ -55,13 +55,13 @@ TOP="$(pwd)"
INSTALL
=
"
${
TOP
}
/install"
cd
daemon
RING
=
"
$(
pwd
)
"
DAEMON
=
"
$(
pwd
)
"
cd
contrib
mkdir
-p
native
cd
native
../bootstrap
make
-j
$(
nproc
)
cd
"
${
RING
}
"
cd
"
${
DAEMON
}
"
./autogen.sh
./configure
--prefix
=
"
${
INSTALL
}
/daemon"
make
-j
$(
nproc
)
...
...
@@ -75,7 +75,7 @@ cd build
cmake ..
\
-DCMAKE_BUILD_TYPE
=
Debug
\
-DCMAKE_INSTALL_PREFIX
=
"
${
INSTALL
}
/lrc"
\
-DRING_BUILD_DIR
=
"
${
RING
}
/src"
-DRING_BUILD_DIR
=
"
${
DAEMON
}
/src"
make
make
install
...
...
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