1
0
Fork 0
mirror of synced 2024-06-17 18:04:33 +12:00
Commit graph

71 commits

Author SHA1 Message Date
Nick Sweeting 02551c0152 minor packaging fixes and bump to 0.4.21 2020-11-23 17:28:45 -05:00
Nick Sweeting 83693a5c03 add packaging setup with stdeb for debian and apt
vendor the base32_crockford lib
add build script for debain packages
2020-11-23 16:57:05 -05:00
Nick Sweeting cc3579f70f update docker org urls in docs and scripts 2020-11-23 02:20:01 -05:00
Nick Sweeting 0e2ccbc10d update urls to new repo path 2020-11-23 02:06:46 -05:00
Nick Sweeting 5b15c8e29e silence usermod on start 2020-11-23 00:59:50 -05:00
Nick Sweeting 018aecfa93
favor chromium in install script over chromium-browser 2020-11-09 15:09:05 -05:00
Nick Sweeting c47398851b nicer timeout hints 2020-10-31 07:57:11 -04:00
Nick Sweeting 5ecbb0e442 fix bin permissions and layer caching util version 2020-10-10 21:44:06 -04:00
Nick Sweeting a14146c8f0 update helper scripts 2020-10-10 16:44:56 -04:00
Nick Sweeting b9dced5e60
Update setup.sh 2020-09-03 11:40:47 -04:00
Nick Sweeting 1c0df87f78 add build script 2020-08-18 17:12:58 -04:00
Nick Sweeting 87b79fe5e3 cleanup sdist and bdist build process 2020-08-18 17:12:49 -04:00
Nick Sweeting 80863ad050 fix release script semver bump 2020-08-18 15:02:36 -04:00
Nick Sweeting 8b427c9d79 get VERSION from package.json instead of VERSION to avoid duplication 2020-08-18 15:00:00 -04:00
Nick Sweeting b5745d5b6c also add version egg info to git commits 2020-08-18 02:14:18 -04:00
Nick Sweeting ec4db1f75e
add chrome and firefox bookmarks export to history script 2020-08-18 00:36:46 -04:00
Nick Sweeting 26022fc9fb autocommit docs during release 2020-08-15 01:22:29 -04:00
Nick Sweeting e7948cf161 install node dependencies from package.json 2020-08-13 23:21:15 -04:00
Nick Sweeting 33ab7fd4ec autodetect when running inside docker and provide hints 2020-08-10 14:18:04 -04:00
Nick Sweeting dfa5d55c36 make placeholder for old calling style to aid in migration 2020-08-10 13:21:56 -04:00
Nick Sweeting f6ec98e1c0 ignore stderr during chown 2020-07-28 07:58:16 -04:00
Nick Sweeting ace9421b21 fix chown errors 2020-07-28 07:57:26 -04:00
Nick Sweeting ac72423886 prevent releases from non-master branches 2020-07-28 07:06:14 -04:00
Nick Sweeting 9c59582722 update release script 2020-07-28 06:46:13 -04:00
Nick Sweeting e74b3bbb76 add docker build to release script 2020-07-28 06:44:58 -04:00
Nick Sweeting 895428c846 update release script and README instructions 2020-07-28 06:36:58 -04:00
Nick Sweeting dab97b0a5b add release script 2020-07-28 06:28:58 -04:00
Nick Sweeting 2e6837d748 update release script 2020-07-28 06:17:54 -04:00
Nick Sweeting bc180bb0cb add release script 2020-07-28 06:11:30 -04:00
Nick Sweeting d7fc161ac7 update readme examples 2020-07-28 06:00:52 -04:00
Nick Sweeting 6073b454b0 fix lint script 2020-07-27 23:59:10 -04:00
Nick Sweeting ea1ff7b6bc fix linter 2020-07-27 23:34:30 -04:00
Cristian 0fee8149cb refactor: Remove old bin/archivebox 2020-07-22 13:09:06 -05:00
Nick Sweeting 6b7dfa773e minor docker process tweaks 2020-07-22 01:30:58 -04:00
Nick Sweeting b9c03f5094
shellcheck fixes 2020-07-21 16:24:43 -04:00
Nick Sweeting fa771c9505
Use modern bash 4.0+ conditional style 2020-07-21 16:14:54 -04:00
Cristian 6e8e3c69fd fix: Remove unused echo 2020-07-21 13:35:04 -05:00
Cristian f50b44d51c fix: Dont change GID nor UID when the owner of the volume is the root user 2020-07-21 13:35:04 -05:00
Nick Sweeting 0795048622
also chown home dir 2020-07-20 22:25:01 -04:00
Angel Rey 63909f6176 Added entrypoint to fix permission errors 2020-07-16 13:08:58 -05:00
Nick Sweeting cb67b09f9d Merge branch 'master' into django 2020-06-25 21:30:29 -04:00
Nick Sweeting 0c1b1b523c
Add safari history support to archivebox-export-browser-history 2020-02-03 20:18:18 -05:00
Nick Sweeting 749f06fe5b simplify bin shortcut 2019-04-03 00:29:58 -04:00
Nick Sweeting 51ae634ec9 working argparse based CLI with most commands implemented 2019-04-03 00:27:37 -04:00
Nick Sweeting 68b4c01c6b working archivebox command inside django legacy folder 2019-04-02 18:53:21 -04:00
Nick Sweeting 3375522ff4 remove uneeded bin shortcuts 2019-03-27 15:49:41 -04:00
Nick Sweeting 8630c0fdaa setup script improvements 2019-03-12 17:49:40 -04:00
Alexander 798bd5375f
Quote was missing. 2019-03-11 17:37:59 -07:00
Nick Sweeting 3acea3eb1e
better setup script 2019-03-11 03:03:35 -04:00
Nicolas Chan c834b2ef13
Don't run ls if using non-default directory
Previously, an error message would appear if using a non-default directory because it would run `ls` on the non-existent default directory:

```bash
ls: cannot access '/home/nicolas/Library/Application Support/Firefox/Profiles/*.default/places.sqlite': No such file or directory
```
2019-02-19 00:37:03 -08:00