-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (276 loc) Β· 11.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Begin Default Header-->
<meta name="Jekyll Theme" content="hacker">
<!-- End Default Header-->
<!-- Begin Theme header -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="generator" content="CasjaysDev">
<meta name="description" content="Custom RPS for CentOS/Fedora/Redhat">
<meta property="og:description" content="Custom RPS for CentOS/Fedora/Redhat" />
<meta name="author" content="casjaysdev" />
<link rel="canonical" href="/">
<link rel="alternate" type="application/rss+xml" title="CasjaysDev RPM Development"
href="/rss.xml" />
<meta property="og:title" content="Home" />
<meta property="twitter:title" content="Home" />
<link href="https://fonts.googleapis.com/css2?Roboto&family=Roboto+Mono&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="https://avatars1.githubusercontent.com/u/69495418?s=200&v=4" />
<link rel="stylesheet" href="/assets/css/base.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/forms-min.css" />
<link rel="stylesheet" href="https://static.casjay.pro/default-css/github-ribbon.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.0/darkly/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" />
<link rel="stylesheet" href="https://casjaysdev-sites.github.io/static/assets/css/hacker.css">
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer></script>
<script src="https://static.casjay.pro/default-js/errorpages/isup.js"></script>
<script src="https://static.casjay.pro/default-js/errorpages/homepage.js"></script>
<script src="https://static.casjay.pro/default-js/errorpages/loaddomain.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.1/fetch.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"></script>
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Home | CasjaysDev RPM Development</title>
<meta name="generator" content="Jekyll v3.8.7" />
<meta property="og:title" content="Home" />
<meta name="author" content="casjaysdev" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Custom RPS for CentOS/Fedora/Redhat" />
<meta property="og:description" content="Custom RPS for CentOS/Fedora/Redhat" />
<meta property="og:site_name" content="CasjaysDev RPM Development" />
<meta name="google-site-verification" content="12345" />
<meta name="msvalidate.01" content="12345" />
<meta name="alexaVerifyID" content="12345" />
<meta name="yandex-verification" content="12345" />
<meta name="baidu-site-verification" content="12345" />
<script type="application/ld+json">
{"description":"Custom RPS for CentOS/Fedora/Redhat","url":"/","@type":"WebSite","headline":"Home","name":"CasjaysDev RPM Development","author":{"@type":"Person","name":"casjaysdev"},"@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- End Theme header -->
</head>
<body onload="javascript:loadDomain();">
<div>
<div class="container-fluid align-items-center text-center align-middle">
<div class="row custom-body">
<div class="col-lg-3 float-none">
<a href=""><img src="https://avatars1.githubusercontent.com/u/69495418?s=200&v=4" border="2" /></a>
</div>
<div class="col-lg-6">
<span>
<h1>.// CasjaysDev RPM Development</h1>
<h2>Custom RPMs for CentOS/Fedora/Redhat</h2>
<h5>Serve it!</h5>
</span>
<nav>
<br />
<h4>
<nav class="main-nav">
<a type="button" href="" class="sidebar-nav-item btn btn-outline-success disabled">Home
</a>
<a type="button" href="/blog/"
class="sidebar-nav-item btn btn-primary active">Blog
</a>
</nav>
</h4>
</nav>
</div>
<div class="col-lg-3 float-none">
GitHub REPO Links:<br>
<a href="https://github.com/rpm-devel/buildenv/archive/refs/heads/main.zip" class="btn btn-github">Download as .zip</a><br>
<a href="https://github.com/rpm-devel" class="btn btn-github icon">View on GitHub</a>
</div>
<hr style="width:50%" />
</div>
<br />
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 float-none">
</div>
<div class="col-lg-6"><article class="page">
<div class="entry">
<h1 id="rpm-development">RPM Development</h1>
<p>This repo will be used for RPM Development</p>
<p><a href="https://copr.fedorainfracloud.org/coprs/casjay/">All RPM are built on Fedora COPR</a><br />
And are also build internally @ CasjaysDev build systems. The build systems run<br />
on VMS and get pushed to <a href="https://sourceforge.net/p/rpm-devel/">sourceforge.net/p/rpm-devel</a>.
The main repo will be at <a href="https://rpm-devel.sourceforge.io/repo/">rpm-devel.sourceforge.io/repo/</a> and will contain the lastest rpms.<br />
All sources can be found on both <a href="https://github.com/rpm-devel">GitHub</a> and <a href="https://sourceforge.net/p/rpm-devel/_list/git">Sourceforge</a></p>
<p><a href="https://www.patreon.com/casjay"><img src="https://img.shields.io/badge/patreon-donate-orange.svg" alt="Patreon" /></a> <a href="https://www.paypal.me/casjaysdev"><img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Paypal" /></a><br />
<a href="https://sourceforge.net/projects/rpm-devel/files"><img src="https://img.shields.io/sourceforge/dm/rpm-devel.svg" alt="Download rpm-devel" /></a></p>
</div>
</article>
<br>
</div>
<div class="col-lg-3 float-none">
Site Links:<br />
<ul>
<li>
<a href="/">Home</a>
</li>
</ul>
<ul>
<li>
<a href="/blog/">Blog</a>
</li>
</ul>
<br>
External Links:<br />
<ul>
<li>
<a href="https://casjaysdev.pro" alt="CasjaysDev" target="_blank">CasjaysDev</a>
</li>
</ul>
</div>
</div>
</div>
<a class="github-fork-ribbon left-top" href="/fork" data-ribbon="Fork me on GitHub"
title="Fork me on GitHub">Fork me on GitHub</a>
<br />
<br />
<br />
<br />
<div class="footer footer-custom col-sm-12">
<!-- Begin Footer -->
<div class="footer-custom" align="center">
<br>
<!-- Social Links -->
<div class="share-buttons" align="center">
<a href="/rss.xml "><img alt="RSS Feed"
src="https://static.casjay.pro/default-icons/social/rss-48x48.png" /></a>
<a href="https://github.com/rpm-devel" target="_blank" title="Github"><img alt="Tweet"
src="https://static.casjay.pro/default-icons/social/github-48x48.png" /></a>
<br />
<br />
<!-- ShareThis BEGIN -->
<div class="container" style="width: 20%; rows: 2; margin: 0 auto; columns: auto; text-align: center;" align="center">
<div class="sharethis-inline-share-buttons"></div>
<script type='text/javascript'
src='https://platform-api.sharethis.com/js/sharethis.js#property=5acc08103368f4001495b647&product=inline-share-buttons'
async='async'></script>
</div>
<!-- ShareThis END -->
</div>
<br />
<!-- End Social Links-->
<!-- Begin Casjays Developments Footer -->
Copyright 1999 - 2020
<br />
<a href="https://casjay.pro" target="_blank">Casjays Developments</a> and <a href="https://malaks-us.github.io/jason"
target="_blank">Jason M. Hempstead-Malak</a><br />
Hosting by <a href="https://casjay.pro/hosting" target="_blank">Casjays Developments: Hosting</a><br />
and powered by <a href="https://casjaysdev.pro" target="_blank">casjaysdev.pro</a>
<br />
<br />
<a href="https://www.patreon.com/casjay" target="_blank"><img
src="https://img.shields.io/badge/patreon-donate-orange.svg" border="0" alt="Casjays Patreon Page"></a>
<a href="https://www.paypal.me/casjaysdev" target="_blank"><img
src="https://img.shields.io/badge/[email protected]" alt="Casjays Paypal Page"></a>
<br />
<br />
<a href="https://help.casjay.pro" target="_blank">CasjaysDev Support</a> |
<a href="https://bugs.casjay.pro" target="_blank">CasjaysDev Bugs</a> <br />
<a href="https://status.casjay.pro" target="_blank">System Status</a> |
<a href="https://servers.casjay.pro" target="_blank">Service Status</a> |
<a href="https://status.casjaysdev.pro" target="_blank">Complete Status</a> <br />
<a href="https://casjaysdev.pro/domains.html" target="_blank">Casjays Developments Domains</a>
<br />
<br />
Casjays Developments privacy policy can be found at<br />
<a href="https://casjaysdev.pro/policy/" target="_blank">https://casjaysdev.pro/policy</a>
<br />
<!-- End Casjays Developments Footer -->
<!-- Begin theme Code -->
<!-- Theme powered -->
<div class="text-center" style="color: royalblue;">
<br />
Made with ππππππ by <br />
<a href="http://github.com/casjay" target="_blank" rel="noopener">
Jason M. Hempstead (Casjay)</a><br />
This site is powered by an
<a href="https://github.com/casjay-templates/jekyll-site" target="_blank"> open source </a>theme
</div>
<br />
<!-- End Theme powered -->
<!-- End theme Code -->
<!-- Begin last updated -->
<span style="color: skyblue;">
Last update on: August 11, 2020 at 02:32
</span>
<!-- End last updated -->
<!--Begin Statcounter Code -->
<!-- End Statcounter Code -->
<!-- Begin Google Track -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-936146-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-936146-1');
</script>
<!-- Eng Google Track -->
<!--Begin ads Code -->
<br />
<!-- End ads Code -->
<!-- Begin EU compliant -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function () {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#64386b",
"text": "#ffcdfd"
},
"button": {
"background": "transparent",
"text": "#f8a8ff",
"border": "#f8a8ff"
}
},
"content": {
"message": "In accordance with the EU GDPR law this message is being displayed. - ",
"dismiss": "I Agree",
"link": "CasjaysDev Policy",
"href": "https://casjaysdev.pro/policy/"
},
"type": "opt-out"
})
});
</script>
<br />
<!-- End EU compliant -->
<!-- Begin Piwik Tracking Code -->
<!-- End Piwik Tracking Code -->
<!-- Begin WidgetBot Code -->
<!-- discord widget -->
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '430838999876108289',
channel: '430838999876108291',
location: ['bottom', 'left'],
})
crate.notify(
)
</script>
<!-- end discord widget -->
<!-- End WidgetBot Code -->
<!-- Start of Rocket.Chat Livechat Script -->
<!-- End of Rocket.Chat Livechat Script -->
</div>
<br /> <br />
<!-- End Footer -->
</div>
<br />
<br />
<br />
<br />
</div>
</body>
</html>