Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
cloogle.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cloogle
cloogle.org
Commits
71d6bbcb
Verified
Commit
71d6bbcb
authored
Oct 05, 2017
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup: remove tagfile stuff, people can now build their own tagfiles
parent
5cfee62c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
1 addition
and
13 deletions
+1
-13
.gitignore
.gitignore
+0
-1
.gitmodules
.gitmodules
+0
-3
README.md
README.md
+1
-1
backend/Dockerfile
backend/Dockerfile
+0
-3
backend/builddb.icl
backend/builddb.icl
+0
-1
backend/cloogle-tags
backend/cloogle-tags
+0
-1
backend/serve
backend/serve
+0
-1
docker-compose.yml
docker-compose.yml
+0
-1
frontend/index.html
frontend/index.html
+0
-1
No files found.
.gitignore
View file @
71d6bbcb
...
...
@@ -8,4 +8,3 @@ node_modules/
backend/clean-compiler/
db/storage/
cache
frontend/tags
.gitmodules
View file @
71d6bbcb
...
...
@@ -4,6 +4,3 @@
[submodule "frontend/clean.js"]
path = frontend/clean.js
url = https://github.com/clean-cloogle/clean.js
[submodule "backend/cloogle-tags"]
path = backend/cloogle-tags
url = https://github.com/clean-cloogle/cloogle-tags
README.md
View file @
71d6bbcb
...
...
@@ -139,7 +139,7 @@ After installing
following commands:
```
bash
touch
cloogle.log
frontend/tags
touch
cloogle.log
sudo
docker-compose up
```
...
...
backend/Dockerfile
View file @
71d6bbcb
...
...
@@ -10,7 +10,6 @@ RUN PACKAGES="make subversion ca-certificates gcc git curl patch" \
&&
apt-get
install
-qq
$PACKAGES
--no-install-recommends
\
&&
make distclean
\
&&
make CloogleServer builddb
\
&&
make
-C
cloogle-tags
\
&&
rm
-r
/opt/clean/lib/
*
\
&&
svn checkout https://svn.cs.ru.nl/repos/SoccerFun/src /opt/clean/lib/SoccerFun
\
&&
mv
/opt/clean/lib/SoccerFun/
*
/
*
.[id]cl /opt/clean/lib/SoccerFun
\
...
...
@@ -29,11 +28,9 @@ RUN PACKAGES="make subversion ca-certificates gcc git curl patch" \
&&
curl
-sSL
ftp://ftp.cs.ru.nl/pub/Clean/builds/linux-x64/clean-bundle-complete-linux-x64-latest.tgz |
\
tar
-xz
-C
/opt/clean
--strip-components
=
1
\
&&
make types.json
\
&&
cloogle-tags/cloogletags
-i
types.json
-o
/tags
\
# Cleanup
&& rm -rf \
Cloogle \
cloogle-tags \
Clean\ System\ Files \
clean-compiler \
*.dcl *.icl \
...
...
backend/builddb.icl
View file @
71d6bbcb
...
...
@@ -65,7 +65,6 @@ instance zero CLI where
,
"Platform/Data/Graph/Inductive/Query"
,
"SoccerFun/RefereeCoach_"
,
"SoccerFun/Team_"
,
"Cloogle/compiler-patch"
]
}
...
...
cloogle-tags
@
d27e800c
Compare
d27e800c
...
d27e800c
Subproject commit d27e800c68cb3c791615ef297854af793ffca09a
backend/serve
View file @
71d6bbcb
#!/bin/sh
cp
/tags /frontend-tags
mkdir
-p
./cache/lt ./cache/brief
while
:
do
...
...
docker-compose.yml
View file @
71d6bbcb
...
...
@@ -7,7 +7,6 @@ services:
volumes
:
-
"
./cloogle.log:/usr/src/cloogle/cloogle.log"
-
"
./cache:/usr/src/cloogle/cache"
-
"
./frontend/tags:/frontend-tags"
restart
:
always
cap_add
:
-
IPC_LOCK
...
...
frontend/index.html
View file @
71d6bbcb
...
...
@@ -122,7 +122,6 @@
<li>
An email to
<a
href=
"mailto:query@cloogle.org"
>
query@cloogle.org
</a>
, with the query in the subject
</li>
</ul>
<p>
You can also browse the
<a
href=
"src"
>
standard libraries
</a>
and the
<a
href=
"doc"
>
documentation
</a>
.
</p>
<p>
There is a
<a
href=
"tags"
>
tagsfile
</a>
of the whole database (assuming
<code>
/opt/clean
</code>
as
<code>
CLEAN_HOME
</code>
).
</p>
</div>
</div>
<div
id=
"contributetext"
class=
"tooltip"
>
...
...
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