Commit Graph

179 Commits

Author SHA1 Message Date
Andrey Smirnov
67422642ef Fix order of fields. 2014-01-31 19:03:50 +04:00
Andrey Smirnov
de5e39818e Fix description to be more readable. 2014-01-31 19:03:30 +04:00
Andrey Smirnov
c4f1179b65 Lookup PublishedRepo by snapshot. 2014-01-29 18:11:40 +04:00
Andrey Smirnov
772035ad44 Find snapshot by source. 2014-01-29 18:00:53 +04:00
Andrey Smirnov
e49afbcd2d Snapshot dropping. 2014-01-29 17:13:42 +04:00
Andrey Smirnov
555256c1fe Search snapshots by source repo. 2014-01-29 16:16:24 +04:00
Andrey Smirnov
26267802e9 Dropping remote repos. 2014-01-29 15:57:19 +04:00
Andrey Smirnov
c538ca8cc6 Add options --with-packages to show list of packages in snapshot & mirror. 2014-01-28 12:26:05 +04:00
Andrey Smirnov
03b800882c Deduplicate variants slice before processing it. 2014-01-24 17:45:33 +04:00
Andrey Smirnov
121f93957d Fix multiple subtle bugs in dependency verification. 2014-01-24 14:12:03 +04:00
Andrey Smirnov
99621119e8 NewSnapshotFromRefList method. 2014-01-19 12:57:04 +04:00
Andrey Smirnov
aa803efd28 Merging two snapshots into one. 2014-01-19 12:32:46 +04:00
Andrey Smirnov
4fea570f5e Removing published repos & matching files. 2014-01-17 20:49:38 +04:00
Andrey Smirnov
cf12c0b751 Removing directories under public root. 2014-01-17 13:46:59 +04:00
Andrey Smirnov
33a8dcdacd Published persistence: save persisted when publishing. 2014-01-16 23:04:22 +04:00
Andrey Smirnov
a8e6251a80 Add SnapshotCollection.ByUUID. 2014-01-16 20:57:45 +04:00
Andrey Smirnov
81d6325730 Rework downloading: first build queue, then use it to download. 2014-01-16 17:46:57 +04:00
Andrey Smirnov
8ece5368b1 Report back estimated size of downloads. 2014-01-14 14:17:41 +04:00
Andrey Smirnov
49c8c8bdc0 Snapshot difference algorithm. 2014-01-13 20:27:14 +04:00
Andrey Smirnov
e70517b9ca Change package key to be more groupable: arch goes first. 2014-01-13 20:27:01 +04:00
Andrey Smirnov
1268f744ab Don't download the same files twice in one cycle. 2014-01-13 00:19:45 +04:00
Andrey Smirnov
9ca005147c Snapshot creation from package list. 2014-01-12 13:05:27 +04:00
Andrey Smirnov
c0b41a7e96 Merge PackageList & PackageIndexedList, support for package removal. 2014-01-11 20:05:04 +04:00
Andrey Smirnov
335298d074 Export ParseDependency & friends. 2014-01-11 18:57:50 +04:00
Andrey Smirnov
01338d6037 A bit of niceness: more hints for first-time user. 2014-01-10 13:21:37 +04:00
Andrey Smirnov
645bba1924 Provides is a _list_. 2014-01-09 20:07:00 +04:00
Andrey Smirnov
10da8330b0 Fix to support dependency variants. 2014-01-09 14:38:36 +04:00
Andrey Smirnov
6412bee952 Use method to load package list from reflist. 2014-01-09 14:21:24 +04:00
Andrey Smirnov
f168feb9b8 Architecture parsing, package list from reflist. 2014-01-09 14:18:37 +04:00
Andrey Smirnov
4e2fce7251 Dependency to string. 2014-01-09 14:18:28 +04:00
Andrey Smirnov
e37fe33203 Dependency resolution engine with tests. 2014-01-09 13:12:32 +04:00
Andrey Smirnov
5dbb771ba8 Refactor to use single struct Dependency. 2014-01-08 18:38:02 +04:00
Andrey Smirnov
4969c31e38 Push not finished file to fix build. 2014-01-08 18:28:48 +04:00
Andrey Smirnov
b1e9b82ce3 Dependency parsing. 2014-01-08 18:16:01 +04:00
Andrey Smirnov
275db14b9f Package.getDependencies method. 2014-01-08 17:40:04 +04:00
Andrey Smirnov
5ccbd232f4 Package MatchesArchitecture, Provides. 2014-01-08 17:32:52 +04:00
Andrey Smirnov
82c06f78f7 Debian version comparison. 2014-01-08 17:14:23 +04:00
Andrey Smirnov
4aa24048d5 Major refactoring of files in package: hide them in Package type. 2014-01-05 13:02:33 +04:00
Andrey Smirnov
e5712f9745 Unit-test for RemoteRepo.Download. 2013-12-26 23:43:45 +04:00
Andrey Smirnov
bc2eba459f Fix bugs with publishing w/o source or short names. 2013-12-26 17:28:37 +04:00
Andrey Smirnov
218057ea48 Add error handling for ForEach's. 2013-12-26 16:58:04 +04:00
Andrey Smirnov
be7a1762ac PublishedRepo unit-test. 2013-12-26 00:38:14 +04:00
Andrey Smirnov
67bcd1dfb0 Rework generation of links in repo, use Source path. 2013-12-26 00:37:41 +04:00
Andrey Smirnov
23ec9b0850 Extract 'Source' to top-level Package. 2013-12-26 00:37:07 +04:00
Andrey Smirnov
2263014f5f Safety belt: multi-line fields should always end with \n. 2013-12-26 00:36:39 +04:00
Andrey Smirnov
2bea4bc478 Attempt to fix test: make it more system-agnostic. 2013-12-25 19:19:50 +04:00
Andrey Smirnov
9814a3023b Repo publishing machinery. 2013-12-25 19:15:48 +04:00
Andrey Smirnov
fc1f0dcbf7 Expose checksum calculation as repository interface. 2013-12-25 00:11:29 +04:00
Andrey Smirnov
8d9062cf0f Linking package files from pool. 2013-12-24 13:56:46 +04:00
Andrey Smirnov
634bfa7b94 New layout for pool files, public subdir & operations. 2013-12-24 11:53:22 +04:00