summaryrefslogtreecommitdiff
path: root/.gitmodules
Commit message (Collapse)AuthorAgeFilesLines
* .gitmodules: Update URL for libglnxJonathan Lebon2018-05-301-1/+1
| | | | | | | | | | Same thing as https://github.com/projectatomic/rpm-ostree/pull/1374. Otherwise we get an annoying "warning: redirecting to" message. Update submodule: libglnx Closes: #1604 Approved by: cgwalters
* bsdiff: change submodule locationGiuseppe Scrivano2015-03-261-1/+1
| | | | | | | The cleanup code was merged in the https://github.com/mendsley/bsdiff repository, so just use it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Add bsdiff submoduleGiuseppe Scrivano2015-03-031-0/+3
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Use libglnxColin Walters2015-02-221-0/+3
| | | | | | Starting down the path of not using libgsystem. The main win here will be code sharing between ostree/rpm-ostree as well as going down the path of not using GFile * for local files.
* Use external libgsystem 2014.2Colin Walters2014-04-041-3/+0
| | | | | | | It's been split off for a while, let's kill the code duplication. Among other things, this fixes the systemd detection for the journal logging.
* Add libgsystem as git externalColin Walters2012-07-151-0/+3
Don't replace ot_lfree and stuff yet though...to much code churn.