]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
Finalize import paths and documentation
authorJoe Richey joerichey@google.com <joerichey@google.com>
Wed, 28 Jun 2017 20:57:55 +0000 (13:57 -0700)
committerJoe Richey joerichey@google.com <joerichey@google.com>
Wed, 28 Jun 2017 22:15:21 +0000 (15:15 -0700)
commit2c52eca8727df744d093703bbcbd87fc39d57d30
treece733819f34baacbb67d5dabb5baaa01c6888e9d
parentabdd12ff9efa98af245b91517398ad84b42fd90e
Finalize import paths and documentation

This commit changes all the internal import paths from `fscrypt/foo` to
`github.com/google/fscrypt/foo` so that it can be built once we release
externaly. The documentation in README.md is updated accordingly.

Also, the README has a note noting that we do not make any guarantees
about project stability before 1.0 (when it ships with Ubuntu).

Change-Id: I6ba86e442c74057c8a06ba32a42e17f94833e280
29 files changed:
Makefile
README.md
actions/callback.go
actions/config.go
actions/context.go
actions/context_test.go
actions/policy.go
actions/protector.go
actions/protector_test.go
cmd/fscrypt/commands.go
cmd/fscrypt/errors.go
cmd/fscrypt/flags.go
cmd/fscrypt/format.go
cmd/fscrypt/keys.go
cmd/fscrypt/prompt.go
cmd/fscrypt/protector.go
cmd/fscrypt/setup.go
cmd/fscrypt/status.go
crypto/crypto.go
crypto/crypto_test.go
crypto/key.go
crypto/recovery_test.go
filesystem/filesystem.go
filesystem/filesystem_test.go
metadata/checks.go
metadata/policy.go
metadata/policy_test.go
pam/login.go
vendor/vendor.json