Commit graph

50 commits

Author SHA1 Message Date
Carmeli Tamir
a62164a95f Converted MD to AsciiDoc 2020-04-18 10:46:44 -04:00
Michael Opdenacker
3d3fa10084 Ubuntu update: use pytest-3
- pytest seems to be for Python 2 in Ubuntu 18.04
  If we use pytest instead of python3-test, it
  won't find the falcon module provided by python3-falcon

- Please raise your hand if this breaks other distros
  that wouldn't have the "pytest-3" executable.

- Updated documentation

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-04-13 18:52:53 +02:00
Michael Opdenacker
3ce8bcf316 README.md: now need Python >= 3.6
- For new statements like these (in "update.py"):
  print(f"New blob #{idx} {hash}:{filename}")

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-04-06 17:52:04 +02:00
Michael Opdenacker
60ff5ecd79
Merge pull request #103 from carmeli-tamir/readme_ci_status
Add CI status in README.md
2020-04-06 10:27:18 +02:00
Chris White
f112ab0826 Regularize whitespace; add editorconfig
- Change the few files that use leading tabs into leading spaces.
  This way they match the other files in the repo.
- Add an EditorConfig file so that supported editors will automatically
  use spaces instead of tabs.
- (Extra) Add some common editor backup-file extensions to .gitignore.
2020-03-21 08:58:43 -04:00
Carmeli Tamir
eb42ab020f Added CI status 2020-03-12 16:10:12 -04:00
Christopher White
fa7243638d Add automated test of basic functions
- Added test helpers in t/TestHelpers.pm
- Added basic test of update.py and query.py in t/100-basic.t
- Updated README:
    - Added automated-testing section
    - Formatted identifiers (i.e., added backticks)
2020-02-21 15:36:51 -05:00
Michael Opdenacker
7eae101760 README.md: add sample configuration for lighthttpd
- Thanks to 'jmaselbas'
  See bbd8cc3bf2

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-01-30 14:22:32 +01:00
Michael Opdenacker
3037fc624e Improve details about fetching the Linux "stable" tree
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2020-01-29 11:18:07 +01:00
Christopher White
777362c787 README: include URL for Linux sublevel tags
The GitHub repo doesn't have tags for sublevel (X.Y.Z) releases,
unlike the master Bootlin Elixir site.  Add the master repo that does
have the sublevel tags to the README.
2020-01-03 12:51:27 -05:00
Carmeli Tamir
e969b88e8b Implemented query cmd commands for ident and file 2019-12-30 15:00:44 -05:00
Michael Opdenacker
de38f2625b Document that the command line interface is currently broken
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-12-20 10:07:08 +01:00
Michael Opdenacker
c1ed8149e2 Documentation: fix RewriteRule for REST API usage
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-11-05 18:02:07 +01:00
Michael Opdenacker
b358535aaa Documentation and Docker file updates
- According to the new REST API

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-10-16 09:08:16 +02:00
Carmeli Tamir
c2de7dc9ab Added an api, based on wsgi_mod with falcon framework 2019-10-14 17:48:20 -04:00
Michael Opdenacker
6322d33b2c
Merge pull request #68 from nkaje/ReadMe_Ubuntu_Update
Documentation: Update Ubuntu/Debian specific config
2019-10-08 19:43:22 +02:00
Naveen Kaje
fbf369c55a Documentation: Update Ubuntu/Debian specific config
Add distro specific configuration information.

Signed-off-by: Naveen Kaje <naveen.kaje@juul.com>
2019-10-08 10:35:27 -05:00
Michael Opdenacker
229491e7d8 Bump version number to 1.0
- A database rebuild is needed after some indexing changes
  (aca12c5c) and a tokenizer bug fix (dbec4df)

- This version change also shows the progress and maturity of the
  project, now supporting the source code of 16 projects.

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-10-08 11:38:46 +02:00
Michael Opdenacker
d623887640 Minor documentation clarification
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-10-03 06:49:50 +02:00
Michael Opdenacker
bd8297e465 Details about managing disk space
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-30 13:51:04 +02:00
Michael Opdenacker
3b97c3a73b Share script to keep databases up to date
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-30 10:28:19 +02:00
Michael Opdenacker
81b71c3ae2 Documentation: fix link markdown
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-26 11:36:15 +02:00
Michael Opdenacker
e3fd3f1c2b Documentation: add missing hyperlinks
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-26 11:35:05 +02:00
Michael Opdenacker
9a69f52a29 Documentation: attempt to fix diagram
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-26 11:31:58 +02:00
Michael Opdenacker
0095f1d0b8 Documentation: fix markdown rendering
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-26 11:19:02 +02:00
Michael Opdenacker
1beb093e64 Documentation: recommend to use a cache
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-26 11:17:22 +02:00
Michael Opdenacker
dbc6042284 Document that we need at least version 2.2 of Pygments
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-26 07:01:01 +02:00
Michael Opdenacker
59c72a9697
Merge branch 'master' into master 2019-09-24 20:10:26 +02:00
Michael Opdenacker
ee48545b9f REAMDE.md: fix formating
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-23 20:15:09 +02:00
Michael Opdenacker
65783e715a Improve Docker scripts to support any project
- Great for testing Elixir on smaller projects

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-23 20:11:40 +02:00
Michael Opdenacker
fb5bda5584 Minor documentation improvement
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-23 18:06:27 +02:00
Michael Opdenacker
635b19fcc0 Add first details about database design
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-09-23 17:34:01 +02:00
Hao Lee
737d988144 Rewrite installation document
Signed-off-by: Hao Lee <haolee.swjtu@gmail.com>
2019-09-07 21:21:34 +08:00
Michael Opdenacker
aa232a3cfb Clarify list-tags -h explanations
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-18 11:23:27 +02:00
Michael Opdenacker
454090d90b Add details about building Docker images
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-18 08:19:13 +02:00
Michael Opdenacker
f571743492 Update hardware requirements
- Needing much less space that initially stated!

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2019-07-18 07:33:37 +02:00
Michael Opdenacker
ee7f03278c Fix Markdown syntax
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2018-06-25 15:50:24 +02:00
Michael Opdenacker
8977b5185f Improve documentation
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
2018-06-25 15:49:34 +02:00
Michael Opdenacker
9b6bd09505 Improve documentation
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
2018-05-16 13:47:58 +02:00
Michael Opdenacker
6bea2c23ff Details about hardware requirements
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
2018-04-27 15:50:51 +02:00
Michael Opdenacker
5b84165551 Document how to add a new project
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
2018-04-05 09:01:15 +02:00
Michael Opdenacker
2525377e1a Add musl C library support
- Project hosted at https://www.musl-libc.org/

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
2018-03-27 15:39:35 +02:00
Henrik Brix Andersen
c76178d626 Add support for the Zephyr project. 2018-02-25 20:15:43 +01:00
jvoisin
217b6df8ca Add a reminder about mandatory Apache2 modules. (#21) 2017-06-30 09:16:44 +00:00
Silvio Fricke
49806c67a4 specify required python version a bit more
update.py is using subprocess.run() which is introduced in python3.5.

Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
2017-06-14 10:26:41 +02:00
Mikaël Bouillot
daad7d64e6 Fix documentation some more 2017-05-31 20:27:02 +02:00
Mikaël Bouillot
fa84c93d40 Update documentation
Fixes #14
2017-05-31 18:36:50 +02:00
Mikaël Bouillot
ee8ee292bf Add installation instructions 2017-03-13 12:10:55 +01:00
Mikaël Bouillot
f0b35d2a05 Wrap lines in README and update source link 2017-02-13 09:48:50 +01:00
Mikael Bouillot
392fb5dc8d Add README 2017-02-06 20:17:57 +00:00